For Jira you could use that rest request https://docs.atlassian.com/software/jira/docs/api/REST/9.9.0/#api/2/status-getStatuses
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ketaki Acharya and welcome to the community!
You have a couple options:
https://YOURINSTANCE.atlassian.net/rest/api/3/statuses/search
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mark, thanks for getting back. Settings shows me only 1 option, "Projects". i do have admin access. when you say settings, you mean the gear icon on right hand side on browser right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct - The fact that you only have "Projects" tells me you're a project admin. Not a Jira Admin. You would need Jira Admin rights to get a list of all statuses.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
oh ok, so as Project Admin, there is no other way to see the status ID?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could try the API link I provided, but I don't believe you'll have access without Jira Admin rights.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.