I want to automate Jira issue, get all the jira issue with specific filters into the excel using an API. But not having the Admin rights for jira.
Hi @Mayank Agrawal -- Welcome to the Atlassian Community!
To use the REST API, you do not need admin permissions; you only need a user account and then you can make the calls with a browser, or create an API token to do so programmatically. Please do a browser search for something like "Jira Cloud REST API Examples" to find what you need.
If you only need to do this infrequently, consider instead to just save your filters and export to a spreadsheet when needed.
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.