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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.