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(Date & user who modified it). 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
Alexey Matveev
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.
April 27, 2018

You can find this info with rest/api/2/auditing/record call

shivaji785 April 27, 2018

But that only admin can fetch I guess . I want to fetch these records with a simple read only user access. is it possible ?

Alexey Matveev
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.
April 27, 2018

I do not think you can fetch this info without admin permissions

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events