Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get issue transitions and editMeta

Mohamed Aziz Ridene
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 16, 2019

I use the GET /rest/api/2/issue/COI-4/editmeta to return the issue with its editMeta. I need to return possible transitions for this issue with the same request, i've tried GET /rest/api/2/issue/COI-4/editmeta?expand=transitions but didnt work.

what can i do to return the issue with its metadata (operations) along with its possible transitions?
any help would be appreciated.Thanks!

1 answer

1 accepted

0 votes
Answer accepted
Ilya Turov
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 16, 2019

/rest/api/2/issue/COI-4/transitions will give you transitions available for you, not sure if it's possible to get them with editMeta, since "fields in the editmeta correspond to the fields in the edit screen for the issue", so it has nothing to do with transitions

Suggest an answer

Log in or Sign up to answer