Log REST call access to JIRA

Sabrina F. December 22, 2021

Hi everyone!

I am looking for a way to see which users/interfaces are accessing our JIRA instance via REST API.

Hope anyone can help, thank you in advance!

BG Sabrina

2 answers

1 accepted

1 vote
Answer accepted
Radek Dostál
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 23, 2021

The log you're after is called "access_log" and is found in the <install directory>/logs/access_log (https://confluence.atlassian.com/jirakb/useful-log-files-in-jira-1027120387.html)

The pattern depends on what you have defined in setenv.sh config file (https://confluence.atlassian.com/adminjiraserver/log-format-940696477.html)

 

Unless somebody specifically hid it then it should log you the URL addresses accessed and the particular user, method, etc., again depends on the pattern.

However, bear in mind that Jira often speak to itself via REST, and so can other AppLink'd applications such as Confluence. Just because a user has requested a particular REST endpoint, does not mean they specifically wanted to in any programmatic way - it may have been incurred at some point during their regular Jira session.

2 votes
David Bakkers
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, 2021

Google "Jira REST API access log"

Suggest an answer

Log in or Sign up to answer