Jira cloud API

Dunstan Christopher December 1, 2016

I have couple of questions

1) How do I figure out the IDs that are used all the API calls to query with.

e.g.  workflow/workflow scheme api to reference by

GET /rest/api/2/workflow/{id}/properties

GET /rest/api/2/workflowscheme/{id} etc...

2) Is there a way to see if a workflow has been changed to include new  status value and  transitions via rest calls per project per issues type on the project?

1 answer

0 votes
Volodymyr Krupach
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.
December 1, 2016

Hi Dunstan,

1) Concerning the ids there was similar question here about a week ago but I can not find it. The conclusion was that there is no way to get ids so this is a bug/flaw in the REST API. I am not sure it the author filed the issue so you are welcome to do it: https://jira.atlassian.com.

2) GET /rest/api/2/workflow returns lastModifiedDate.

Suggest an answer

Log in or Sign up to answer