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
Hello @evgeniy Welcome :)
did you try using the Jira Audit Logs API
GET /rest/api/3/auditing/record
or as a Admin you can check the Audit log and try to export the related need to an excel.
Thanks! That's all i need
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
that is nice!
if this is what you wanted, you can also mark this as the accepted answer :)
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.