Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how can i get the relationship between workflow and workflowstatus through REST API

Junyuan Qi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 19, 2024

I cant get the relationship between workflow and workflowstatus through REST API

 

the responst of 

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflows/#api-rest-api-3-workflow-search-get
is: 

 

 

{

  "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.

1 answer

0 votes
Vijay Dadi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 19, 2024

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events