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
You can find this info with rest/api/2/auditing/record call
But that only admin can fetch I guess . I want to fetch these records with a simple read only user access. is it possible ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not think you can fetch this info without admin permissions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.