unable to change status via jira jql after upgrading to python3

mini trivedi May 31, 2021


jira.transition_issue(issue, transition='Deployed')

it was working while i was using python 2.7 doesn't work with python 3 ..any idea why ?

i even tried below. i just need to update the status.

jira.transition_issue(issue, 'id')

thanks in advance. 

1 answer

0 votes
Nir Haimov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 31, 2021

Hi @mini trivedi 

I don't know which package you use, and i don't use python, but i do know from other people that jira python package changes many times, and things that used to work before now not working, that's because the python package changed, so you need to go to the package documentation and understand what was changed, and use it accordingly with the new version

Suggest an answer

Log in or Sign up to answer