issue = jira.issue('IRVR-3243',expand=['changelog']) for history in issue.changelog.histories: for item in history.items: print(item.field,item.fromString,item.toString,history.created)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.