Jira integration
Record Jira version releases as Deployment notes, so a shipped release lines up with the metrics it moved.
This integration logs version releases from your Jira projects as Deployment notes — so when you ship a release, it's on the timeline next to the deploys and changes from the same day.
What lands on your timeline
A note when a Jira version is released (and, optionally, created).
How it works
Jira sends a webhook to CoNote when a version changes. Jira can't add a secret header, so CoNote verifies a secret you append to the URL.
Setting it up
Add the integration
In Integrations, choose Jira. Copy the webhook URL and the secret shown after you connect.
Add the webhook in Jira
In Jira, go to Settings → System → Webhooks → Create a Webhook. Set the URL to the CoNote URL with
?secret=<secret>appended, and tick the Version → released (and created) events.Save
Save the webhook. Releases appear on the timeline as they happen.