How to use RSS feed available from Manage apps audit logs
Platform Notice: Cloud - This article applies to Atlassian products on the cloud platform.
Summary
We have an RSS Audit log feed under manage apps section, however after deprecating basic auth the feed link cannot be used by any RSS tool
Environment
Jira cloud
Cause
We have deprecated basic auth the feed link cannot be used by any RSS tool as it returns "Unauthorized" while we use email+password for authentication
Solution
Generate an API key from https://id.atlassian.com/manage-profile/security/api-tokens use the below CURL command to generate the feed
curl -fsSL --user "user@demo.com:ATATT3xFfGF0F6h6eZomu97cNCJ5qzi-YJgdWfu3Zare1ieGA4DZAGwEwOvFsrWpRvzcxa4IKp2bx7-QP9120WxlcQ6lTj-NJJKDLnKTtEfvSwYxhf8Ji_Hvq7Yjk-gvYsfDlvREog-qAu5dKNmF4=B410FE4A" "https://evocode.atlassian.net/rest/plugins/1.0/log/feed"