How to get list of avaible statuses via REST in JavaScript?

Mik December 11, 2012

Hi Guys.

Anyone knows how can I get list of available statuses for selected IssueType via Rest ?

I need to write JavaScript function returning Array of statuses.

Meny thanks

Regards

Mik

1 answer

1 vote
Jobin Kuruvilla [Adaptavist]
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 11, 2012

You can get all statuses using http://docs.atlassian.com/jira/REST/5.2.1/#id288777

You can't get statuses for an issuetype. But you can get the available transitions (not statuses) for an issue using http://docs.atlassian.com/jira/REST/5.2.1/#id288777

Suggest an answer

Log in or Sign up to answer