Forums

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

How to see Issue Security Level change history

Andrew Zimmerman
Community Champion
July 27, 2020

Is it possible to view the changes history of a specific issue security level in Jira Server? I thought it would be in the Audit Log, but changes to that actual Security Level don't seem to show up there.

Is there another way to audit the change history to a specific issue security level in Jira?

Thanks!

Andrew

1 answer

1 accepted

1 vote
Answer accepted
Sachin
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.
July 28, 2020

hello @Andrew Zimmerman , you can find the change history in your access-logs from your installation directory:  /jira/releases/atlassian-jira-8.5.3-standalone/logs/

You will see GET/POST requests made by specific user in the logs :

{"ip_address": "xxxxxxxx", "user_id": "sachin", "time": "2020-07-28T08:55:14.110-0700", "request_thread": "https-jsse-nio-8443-exec-24", "method": "POST", "url_path": "/jira/rest/webResources/1.0/resources", "query_stri ng": "", "protocol": "HTTP/1.1", "status_code": "200", "bytes_sent": "86", "response_microseconds": "15", "referrer": "https://instancename/jira/plugins/servlet/project-config/PROJJ/issuesecurity", "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36", "session_id": "75F52DFA346C9E7DB58B4621B343EA45", "accept": "application/json, text/javascript, */*; q=0. 01", "content_type": "application/json;charset=UTF-8", "request_id": "535x111751x1"}


Some helpful resources:

How to parse Access Log in Jira for audit purposes
Jira Access log analyzer 
access_log format help 

Andrew Zimmerman
Community Champion
July 28, 2020

Got it, thanks @Sachin !

Suggest an answer

Log in or Sign up to answer