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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.