How to know in which status issue is considered done

Hello ,
i’m wondering is there an API allow me to know in which status issue is considered done

Cheers.

The status has a statusCategory field, which will tell you if it is considered done.

See https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-statuses/#api-rest-api-3-status-idorname-get and https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-status-categories/#api-rest-api-3-statuscategory-idorkey-get

3 Likes

Adding to @remie’s answer, there’s no field in the status category object in the response, but I think the status categories are fixed, so I guess you can infer if the status category is done based on another field such as the key.

2 Likes