-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Audit Log
-
None
Hello Team!
For jira_app_api_activity, for any user search activity, with the on-prem version of JIRA, we could see user search terms like:
https://<instance>.atlassian.net/issues/?jql=textfields%20~%20%22labels%20%3D%20%5C%22seek-de%5C%22%22
but now the logs contain this replaced with a search id.
ex.
https://<instance>.atlassian.net/issues/?jql=id=00000000
Is there a way to get the default url?
We build detections on suspicious searching patterns which break because of this logging mechanism. We lose the visibility into what was actually searched (jira/confluence).