Forums

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

How can I use the REST calls to get the update history (with dates) of a Jira Template?

Mark Dungan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 1, 2023

I am using a python script to issue Jira REST calls to extract information on the templates that Jira projects are based.  For a specific Jira project I can get the template ID for a jira project, but I want to get when that template was last updated. 
I am stumped.  Any help is appreciated.

1 answer

0 votes
Seng Pang
Contributor
December 1, 2023

Hi @Mark Dungan ,

 

Assuming this is a Cloud based since it's not stated;

 

We may use 'get changelogs' for the update history:

Documentation reference: api-rest-api-3-issue-issueidorkey-changelog-get 

Suggest an answer

Log in or Sign up to answer