How to make transition to Dev Complete using Jira Rest API ?

kshivshette December 8, 2021

 

I am able to make other transitions i.e from Triage -> Backlog -> Start Development, but not able to find the keys which represent the Dev Complete. What JSON I need to send to change to Dev Complete ?

API using : PUT /rest/api/2/issue/:issuename/transitions

 

 

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 8, 2021

Welcome to the Community!

There's an example at https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-transitions-post

You'll need to adjust (at least) the transition ID to match your workflow of course

Suggest an answer

Log in or Sign up to answer