Jira Webhook Integration
Last updated
Last updated
To generate your API key, go here: , Create a new API Key and copy it.
Get your host
and projectKey
from your respective board from its URL. For Example: https://example.atlassian.net/jira/software/projects/rnd/list
host: https://example.atlassian.net
projectKey: rnd
In groundcover, Go to Settings → Integrations.
Click on Webhook Integration
Add webhook integration:
Select your name
Add the following URL, {host}/rest/api/2/issue?projectKey={projectKey}
based on your host from step 2. For Example:
Using Basic Authentication
User: Enter your jira mail
Password: API key from step 1.
Save