--- title: Channel Resolver Integration - Jira Server excerpt: '' deprecated: false hidden: false metadata: title: '' description: '' robots: index next: description: '' --- # 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](https://confluence.atlassian.com/jirakb/configure-an-outbound-proxy-for-use-in-jira-server-247857187.html). ## Set up Webhooks for Ticket Events 1. Go to Jira administration console > System > Webhooks (in the Advanced section). 2. You can also use the quick search (keyboard shortcut is .), then type 'webhooks'. 3. Then click `Create` 4. The following fields should be set to the specified value: 1. Name: `Moveworks Webhook Integration` 2. Status: `Enabled` 3. URL: `https://app.moveworks.ai/{org_name}/jira/{integration_id}/events` 4. Exclude body must be `unchecked` 5. JQL: `project in (PROJECT_NAME)` 1. For example, if the Project Name is `HELP`, this should be: `project in (HELP)` 6. The following events under `Issue related events` should be `checked`: If the customer’s system does not have “Attachment” then it’s fine to leave that off ![](https://files.readme.io/3b9dbb2-Screen_Shot_2022-07-27_at_9.56.08_PM_1.png) 7. All other event categories can be ignored [Latest instructions from Atlassian can be found here](https://developer.atlassian.com/server/jira/platform/webhooks/#registering-a-webhook) > 🚧 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