atlassian-python-api
atlassian-python-api copied to clipboard
object Jira.issue_transition('key-123','151') - getting Exception has occurred: TypeError issue_transition() missing 1 required positional argument: 'status'
I have 2 issue with this function.
1)I think it could be a documentation error on https://atlassian-python-api.readthedocs.io/jira.html#manage-issues, The sample provide was transition_issue() instead of issue_transition(), please confirm. 2) using this issue_transition() with parameter getting Exception has occurred: TypeError issue_transition() missing 1 required positional argument: 'status'
Kindly suggest, the usage syntax for issue_transition() along with some samples.

Please read the docs carefully. You first have to create a Jira instance and on this instance you call the methods.