Forums

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

Is there any way to determine who actually used the BigGantt ?

Elif Alverson
Contributor
June 7, 2018

Hello, 

We are trying to determine who has been using the BigGantt Jira Plugin. How can we know which Jira users have been using it.

Thank you.

Elif 

1 answer

1 vote
Craig Castle-Mead
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.
June 7, 2018

Assuming you're on server and have a reverse proxy with logging (nginx / apache) you can add the username $upstream_http_x_ausername to a custom nginx log file format (https://fabianlee.org/2017/02/14/nginx-custom-access-log-format-and-error-levels/). You'll then be able to grep your logs for biggantt traffic (/plugins/servlet/softwareplant-biggantt) and then manipulate the output to see what users have requested these URLs.

We've just worked through a project using the Elastic stack (ELK) where our logs are parsed and based on URL matches we add custom fields that indicate what login was used and what the primary action was (eg: Biggantt + Configure Program). This then allows us to monitor the utilization of the add-ons and use this to promote under-used/help identify user personas etc.

 

CCM

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events