Hello all,
I need a way to track who (JIRA username?) is using the REST API to access JIRA, and by what method (token vs OAuth, etc). What is the best way to get this information?
Also, what kinds of potential information in an instance can be gathered through the REST API without authentication?
Thank You!
You could enable the HTTP Access logging in Jira. This would however start logging all HTTP access requests. Depending on how active your Jira site is, this file could grow very large, very fast. So I would recommend watching this file for excessive growth if your Jira is publicly accessible, and/or has a lot of users. I believe this would also then be able to collect REST API calls made to the site.
In turn you might be able to use a utility like the Jira Access Log analyzer to help summarize that data.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.