You may also use Jira’s documentation for creating the application link.

  1. Login to your Jira Data Center instance
  2. Go to Administration > Application > Application Links
  3. Select Create Link
  4. Select External Application, and then choose Incoming as the direction
  5. Provide Write and Read permissions
  6. Provide https://api.wirespeed.co/integration/oauth/redirect as the callback URL
  7. Save the Client ID and Client Secret
  8. Login to Wirespeed
  9. Navigate to Integrations > Add Integration > Jira Data Center
  10. Provide your Client ID and Client Secret
  11. Provide the URL of your Jira Data Center instance
  12. Select Add Integration
  13. Complete the configuration steps
    After adding the integration, if you need to authenticate via an intermediate firewall, expand the Advanced Options, provide the required header (cannot be Authorization), click save, then complete the other required fields.

Add a Webhook

If you would like to ensure that cases are closed in Wirespeed when their associated Jira issue is closed, you need to set up webhooks in Jira Data Center. You may also use Jira’s documentation for steps 4-10.

  1. Login to Wirespeed
  2. Navigate to Integrations > Select your created Jira Data Center integration > Configure
  3. Save the webhook URL
  4. Login to your Jira Data Center instance
  5. Go to Jira administration console > System > Webhooks (in the Advanced section)
  6. Click Create a webhook
  7. Provide the webhook URL from Step 3
  8. Provide the JQL expression summary~"WSPD-*" to filter only Wirespeed cases
  9. Select Issue updated for the event
  10. Create