I cant get the relationship between workflow and workflowstatus through REST API
the responst of
{
"isLast": true,
"maxResults": 50,
"startAt": 0,
"total": 1,
"values": [
{
"id": {
"name": "Builds Workflow",
"entityId": "Builds Workflow"
},
"description": "Builds Workflow",
"transitions": null,
"statuses": null,
"isDefault": false,
"schemes": null,
"projects": null,
"hasDraftWorkflow": false,
"operations": {
"canEdit": false,
"canDelete": false
}
}
}
the statuses is null
so i cant get the workflowstatuses of the workflow, but in page , obviously, the wfstatuses is not null.
Hello @Junyuan Qi ,
I would recommend you to this api
Ex: https://xxx.atlassian.net/rest/api/3/status
Hope this helps !
Vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.