Forums

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

API Calls to JIra

Ron Jacob
Contributor
March 6, 2018

How to determine what all API callls are being to made to particular Jira instance 

2 answers

0 votes
Ron Jacob
Contributor
March 7, 2018

Basically, I need to know which users are invoking Rest api and which one to a Jira instance.

We are upgrading Jira to newer version, idea is to involve them in testing during upgrade of JIRA

Nic Brough -Adaptavist-
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.
March 7, 2018

Access logging as above, but you'll need to filter through it to work out which calls are REST, internal, automation or scripting etc.

Ron Jacob
Contributor
March 8, 2018

Are you referring to HTTP access logging ?

How to filter the type of calls ?

 

Capture.PNG

Also is there 

Nic Brough -Adaptavist-
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.
March 8, 2018

No, I mean the logging at the server level - access.log in the Tomcat directories, although enabling http logging in here will give you stuff in the Application access logs.

There is no filtering in the type of calls - it's up to you to work out which ones are which by looking at each url hit and where the access was from.

0 votes
Nic Brough -Adaptavist-
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.
March 6, 2018

For the main API, you'd need to be doing stack traces.

For REST, you'll need to set up access logging (and bear in mind this won't tell you if the call is from a user's browser while they're in Jira, or some form of automation, or a script etc)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events