Integrate Wirespeed with Jira Cloud

  1. Login to Wirespeed
  2. Navigate to Integrations > Add Integration
  3. Select Jira Cloud and click Integrate
  4. A new tab will open in which Wirespeed is requesting permission to read and write Jira issues
  5. Click Accept to grant Wirespeed access to your Jira instance
  6. Navigate back to Wirespeed and refresh the integrations page
  7. Click on the newly added “Jira Cloud” integration
  8. A configuration modal will open, prompting you to select:
    1. the Jira cloud
    2. the Jira project
    3. the Jira issue type
  9. Click Save

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 your Jira Cloud administrative settings.
  1. Login to Wirespeed
  2. Navigate to Integrations > Select your created Jira Cloud integration > Configure
  3. Copy the webhook URL
  4. Login to your Jira Cloud
  5. Open the Command Palette (cmd+K on Mac, ctrl+K on Windows) and type webhook
  6. Select the System Settings > Go to Webhooks option
  7. Click Create a webhook
  8. Provide the webhook URL from Step 3
  9. Under Issue related events, enter the JQL expression summary~"WSPD-*" to filter only Wirespeed cases
  10. Select Issue updated for the event
  11. Click Create