Are there any Jira API calls to change the status of an issue from 'To Do' to 'Done'?

Question as title. I have been searching through Jira docs but found none.

1 Like

Hi @NhatNamNguyen ,

in Jira, you can’t directly change the status of an issue, you have to transition it to the desired status. Which you can do programmatically using https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issues/#api-rest-api-2-issue-issueidorkey-transitions-post

Best
David

1 Like