Jira Webhook Integration
Generating API Key
To generate your API key, go here: https://id.atlassian.com/manage-profile/security/api-tokens, Create a new API Key and copy it.
Getting Jira Settings
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
Create Jira Webhook Integration in groundcover
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
Last updated