i tried to change status as a field,but not work,and i see we need to change the status by transition.
but i do't understand the schema .
for example,i want to transition my issue from to do to doing,how should i send the params?
Hi @pillow
Welcome to the Atlassian Community.
Here's an example based on https://docs.atlassian.com/software/jira/docs/api/REST/8.20.1/#issue-doTransition .
GET <Jira-BaseURL>/rest/api/2/issue/<Issue-Key>/transitions
POST <Jira-BaseURL>/rest/api/2/issue/<Issue-Key>/transitions
{
"transition": {
"id": "21"
}
}
Kind regards,
Thiago Masutti
i have read the doc,but i can't understand the schema.
what's the role of the parameters? what's the range of update,just comment?
and i can't find the transition id list. is it the actionId of every transition which declare in workflow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.