Learn about security solutions and standards
Care about security? We do too. Learn what Atlassian does and what you can do too.
Establish a real-time streaming solution to automatically send audit log activities to a designated URL of your choice by registering a webhook.
Audit log webhooks are customized HTTP callbacks that trigger in response to audit log activities. When an activity occurs, the source system sends an HTTP request to the URL registered for the webhook.
It’s important to know that once you set up an integration you will be sending alert data to the third party tool of your choosing. You should make sure that it’s appropriate for this data to be shared with your third party tool before setting up the integration.
Who can do this? |
You can't register more than one Webhook URL for an organization.
To register a webhook URL:
Go to admin.atlassian.com. Select your organization if you have more than one.
Select Security > Audit log.
Select Settings.
Select the Webhook tab.
Enter the Webhook URL (the destination where you wish to receive real-time activity updates)
Enter secure authorization credentials using the <auth-scheme> <authorization-parameters> format. For example, Basic <credentials>
Select Save.
Select Test audit event to test your webhook registration.
You can't register more than one webhook URL for an organization. You can update or remove the webhook registration if you need to.
Was this helpful?