Can you tell me if there is any way to get detailed user activity information for cloud instances of Bitbucket and Jira please and ideally to be able to download them too.
The requirement is to track access to and download of potentially sensitive information or code for audit purposes.
The sort of information I am looking for is:
Bitbucket: User Clones/ Downloads a Repo or files.
Confluence: User Downloads PDF.
I've looked at several of the API options and the Audit logs for both systems and I don't see anything recording that level of access.
Thanks
Our Cloud platform doesn't have monitoring/reporting in place for user activity as you describe.
Please consider using an outbound web proxy such as Fiddler to capture the outgoing requests from your users to download PDFs and manipulate repositories. For example, if you saw a requested URL such as:
https://Your_Confluence.atlassian.net/wiki/spaces/flyingpdf/pdfpageexport.action?pageId=493518851
then you would know a page was exported to PDF and which page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.