Unable to transition issue via Python REST API

Bharadwaj Ramaraju November 18, 2019

When I'm transitioning issue it's giving 

status_code=500 message=JIRAError: JiraError HTTP 400 url: https://jira.inside.net/rest/api/2/issue/<issue-id>/transitions text: Error marking step #<number> finished: root cause: Tried to update an entity that does not exist.

But that issue does exists and when I try it to execute again it does transition. I'm using https://jira.readthedocs.io/en/master/_modules/jira/client.html#JIRA.transition_issue

for this process. and calling
jira.transistion_issue('issue.key', 'transition_name') ( transition_name= ['done', 'to do',.....] )

0 answers

Suggest an answer

Log in or Sign up to answer