Forums

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

JIRA Rest API Project key modified date

shivaji785 April 26, 2018

Hi I am using JIRA Rest API & I want to fetch project all historical keys . 

Jest API which I am using :

https://<domain-name>/rest/api/2/project?expand=description,lead,url,projectKeys

 

By using this api it gives me list of all the historical keys for each project. I also wanted to know when the project key was modified. But I can't find any API which help me to do this :(

I also tried listing all attributes using project key . But that also didn't help much .

https://<domain-name>/rest/api/2/project/<project-key>?expand=description,lead,url,projectKeys

 

 

1 answer

0 votes
Randy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 7, 2018

I dont believe it's available via that REST endpoint.  You might be able to find it via the audit logs but those logs may not go far back enough depending on when the change was made:

 

GET /rest/api/2/auditing/record

Suggest an answer

Log in or Sign up to answer