Hi,
The table dbo.issuestatus contains a column called statusCategoy which has numbers as values. Where can we find the name for the corresponding number values for the statusCategory ?
Hi,
i don't think it's exist in the database, but anyway, all you have are 3 options, not hard to remember:
2 = To Do
3 = Done
4 = In Progress
Hi @Neha Sharma ,
In fact, there is a way to get this :
GET /rest/api/3/statuscategory
For more information : https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-statuscategory-get
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note that the names will differ depending on whether they're retrieved from the API or Webhook: https://jira.atlassian.com/browse/JRACLOUD-68855
API:
Webhook:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.