How do I change the resolution of an issue using Jira Python.

luke laney June 18, 2019

I figured it out

first identify the field you want to change

I used this command in cmdprompt:

curl -u username:password http://xxxxxx/rest/api/2/issue/issue-x/transitions

Then parse the returned json and look for the id of the field you want

Then use jira.transition_issue(issue, 'number of field you want')

 

1 answer

0 votes
luke laney June 18, 2019

.

Suggest an answer

Log in or Sign up to answer