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!
/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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.