Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use REST API or python API to obtain the information of "History"?

zeng qing December 9, 2020

无标题.png

1 answer

0 votes
zeng qing December 9, 2020

I know it:

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)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events