-
Suggestion
-
Resolution: Unresolved
At the moment, when using Webrequest to capture data from the Jira Audit log, we can only find the Author's Account ID to capture the content. We would like to send an email to the admin so it is more user-friendly to provide them with the Author's name, not the ID.
https://<Instance Name>.atlassian.net/rest/api/2/auditing/record?from={{now.minusdays(1).jiraDateTime.urlencode}}&filter%21=projects
Greetings!
This suggestion seems related to the Audit Log REST API endpoint rather than to automation rules. And...have you tried using the authorKey attribute rather than the authorAccountID one?
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records/#api-rest-api-3-auditing-record-get
Kind regards,
Bill