Other Logs


Created: 28.07.2022

This is about … .

Jira

In order to retrieve these logs, one needs two things: admin rights for Jira and API token created. API token can be created in Settings.

📘 BTFM

curl --request GET --url 'https://domain.atlassian.net/rest/api/3/auditing/record' --user 'user@email.com:APItoken' --header 'Accept: application/json' > output.json | jq -c '.records[]' | fzf --multi --cycle --reverse --preview-window=right:80%:wrap --preview 'echo {} | jq .'

References

Expand … Something here