Channel Resolver Integration - Jira Server
Jira Server
Moveworks Channel Resolver can now take issues posted in a help Slack channel (such as #help-it) and automatically convert them to real-time synced tickets, where updates happen bidirectionally between the ticket in Jira and the conversation in the Slack thread.
This guide walks through the setup required to enable ticket events, via Webhooks configured on your Jira Server instance.
Enable Outbound Networking on Jira Server
If this is not enabled already, follow the instructions in to configure Jira so it can communicate externally through an outbound proxy: Configure an outbound proxy for use in Jira server.
Set up Webhooks for Ticket Events
- Go to Jira administration console > System > Webhooks (in the Advanced section).
- You can also use the quick search (keyboard shortcut is .), then type 'webhooks'.
- Then click
Create
- The following fields should be set to the specified value:
- Name:
Moveworks Webhook Integration
- Status:
Enabled
- URL:
https://app.moveworks.ai/{org_name}/jira/{integration_id}/events
- Exclude body must be
unchecked
- JQL:
project in (PROJECT_NAME)
- For example, if the Project Name is
HELP
, this should be:project in (HELP)
- For example, if the Project Name is
- The following events under
Issue related events
should bechecked
: If the customer’s system does not have “Attachment” then it’s fine to leave that off - All other event categories can be ignored
- Name:
Latest instructions from Atlassian can be found here
If on Jira Server Data Center Version 7.9.2 or above, Leave the Comment Created box unchecked.
Share Jira Server IPs to Moveworks
In order to listen to ticket events, Moveworks requires the external IP address or IP range (CIDR block) of your Jira Server instance. Please share this securely with your Moveworks Customer Success team.
References
Updated 8 days ago