Forums

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

How to get a list of changes for all project teams in the last hour via REST API?

evgeniy
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 18, 2020

I need to find out which users have been removed/detached from all projects in the last hour via REST API. 

Going through all projects and checking the relevance of the current command does not suit me, since this action heavily loads the system. I need to do this with the minimum count of requests to JIRA

1 answer

1 accepted

0 votes
Answer accepted
Sudarshan
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.
December 22, 2020

Hello @evgeniy  Welcome :) 
did you try using the Jira Audit Logs API 
GET /rest/api/3/auditing/record 

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records/#api-rest-api-3-auditing-record-get

or as a Admin you can check the Audit log and try to export the related need to an excel.

evgeniy
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 24, 2020

Thanks! That's all i need

Like Sudarshan likes this
Sudarshan
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.
December 24, 2020

that is nice!
if this is what you wanted, you can also mark this as the accepted answer :) 

Like evgeniy likes this

Suggest an answer

Log in or Sign up to answer