A
Amber Christiansen
Putting my vote in on this one
E
Eric Beecher
This would be incredibly nice, both in the api and in the Hive Automate
Gina Lockwood
Merged in a post:
In the Hive API, we need a field in the JSON response from the Get Actions endpoint that indicates whether an action is blocked as well as the ID of the action(s) that are currently blocking said action.
D
Deanna Knutson
What we have:
{
"id": "zxcfkLj67dgYhDDye",
"title": "Set up BoM",
"workspace": "Ba3u22yBquiQjvm3c",
"assignees": [
"bXd8cBk6c5wApHzEQ"
],
"projectId": "8kNHXHm4A6hS7gJWM",
"description": "",
"createdAt": "2021-03-17T21:12:25.314Z",
"modifiedAt": "2021-03-17T22:08:20.252Z",
"createdBy": "JxXfKuSqAqPPA5bdM",
"modifiedBy": "JxXfKuSqAqPPA5bdM",
"milestone": false,
"status": "Unstarted",
"deadline": null,
"scheduledDate": null,
"checkedDate": null,
"parent": null,
"root": null,
"hasSubactions": true,
"labels": [
"gBPR7GY3gPDDnFDuJ"
],
"estimate": 9000,
"loggedTime": [],
"estimates": [],
"Duration": "5",
"Notes": "",
"Labels": "Cost Sheet"
}
What we need:
{
"id": "zxcfkLj67dgYhDDye",
"title": "Set up BoM",
"workspace": "Ba3u22yBquiQjvm3c",
"assignees": [
"bXd8cBk6c5wApHzEQ"
],
"projectId": "8kNHXHm4A6hS7gJWM",
"description": "",
"createdAt": "2021-03-17T21:12:25.314Z",
"modifiedAt": "2021-03-17T22:08:20.252Z",
"createdBy": "JxXfKuSqAqPPA5bdM",
"modifiedBy": "JxXfKuSqAqPPA5bdM",
"milestone": false,
"status": "Unstarted",
"deadline": null,
"scheduledDate": null,
"checkedDate": null,
"blocked": true,
"blocked_action": "zxcfkLj67dgYhDDyOP,
"parent": null,
"root": null,
"hasSubactions": true,
"labels": [
"gBPR7GY3gPDDnFDuJ"
],
"estimate": 9000,
"loggedTime": [],
"estimates": [],
"Duration": "5",
"Notes": "",
"Labels": "Cost Sheet"
}
A
Alexis Pityris
Crucial!
N
Noah Yasarturk
I am a huge fan of this - this would make it so that anyone who is pulling in data through the Hive API could determine the downstream impact of blocking actions. It is not always so easy right now to see the effect that a given Action being blocked has on the overall health of the project; adding these fields ("blocked_action" or maybe "blocking_action" & "blocked") might be easily implemented and would enable analysts to total up the downstream estimates of every dependency that is not able to proceed