Both the Webhook URL and the signing secret are exclusive to your account. Keep the secret private — the endpoint rejects every request that does not include the matching secret.
Choose exactly one setup path
Jira Cloud and Jira Data Center / Server use different authentication mechanisms. Follow the section that matches your deployment — do not configure both for the same Jira instance.Jira Cloud
Use this path only when your Jira is hosted by Atlassian Cloud.Open Jira webhook settings
In Jira Cloud, go to Settings → System → Webhooks, then create a new webhook.
Paste the Webhook URL
Use the following URL, replacing
<your-customer-key> with the key from the Customer Portal:Add the signing secret
Paste the secret from the Customer Portal (Get Started → Jira Integration) into Jira’s Secret field. Cogniscape uses it to verify that incoming events are genuinely from your Jira site.
Choose which events to send
Select the development activity events Cogniscape uses to build the Jira layer of your graph:
- Issue: created, updated, deleted
- Comment: created, updated, deleted
- Worklog: created, updated, deleted
- Issue link: created, deleted
- Sprint: created, updated, deleted, started, closed
- Project: created, updated, deleted
- Version: created, released (moved, merged, updated, and unreleased are optional)
Jira Data Center / Server
Use this path only when your organization hosts Jira Data Center or Jira Server.Paste the Webhook URL
Use the same URL as above, with your customer key from the Customer Portal:
Add the custom HTTP header
Add this header so Cogniscape can authenticate requests from your Jira instance, using the secret from the Customer Portal:
Select the same development events
Use the same event selection from the Jira Cloud section: Issue, Comment, Worklog, Issue link, Sprint, Project, and Version. Leave configuration and admin events unchecked.
Verify the webhook
After saving, trigger a test by creating or updating an issue in Jira. Check the webhook delivery log to confirm events are being sent with a200 response.
Supported resources
Cogniscape processes these Jira webhook resource types:| Resource | Actions | What it captures |
|---|---|---|
Issue | create, update, delete | Title, key, status, priority, assignee, labels, description, and previous state on updates |
Comment | create, update, delete | Comment body on issues — discussions, decisions, and context |
Worklog | create, update, delete | Time logged against issues |
Issue link | create, delete | Relationships between issues (blocks, relates to, duplicates) |
Sprint | create, update, delete, start, close | Sprint name, state, and dates |
Project | create, update, delete | Project key, name, and metadata |
Version | create, release | Release version name and status |
Resources not listed above are received but silently ignored. Selecting only the events above keeps your knowledge graph free of configuration and admin noise.