Integrating Jira Service Management (On-Premise) with Applications Manager using Webhook
Using Webhook, you can now integrate Jira Service Management (On-Premise) with Applications Manager and receive real-time alerts on incidents right into your Jira instance.
Follow the steps given below to integrate Jira service (On-premise) with Applications Manager using Webhook:
- In Applications Manager web client, go to Actions > Webhook / REST API action.
- Enter the display name of the action.
In HTTP(s) URL textbox, enter the following webhook URL:
http://<Hostname>:<Port>/rest/api/2/issue/
- Choose the Form Submission Method as POST.
- Choose the PayLoad Type as JSON.
- In the Custom Parameters textbox, enter the following parameters:
{
"fields":{
"project":{
"key":"<ProjectKeyName>"
},
"summary":"$MONITORNAME - $SEVERITY",
"description":"Monitor Name - $MONITORNAME\nAttribute - $ATTRIBUTE\nMonitor Type - $MONITORTYPE\nHost Name - $HOSTNAME\nRoot Cause Message - $RCAMSG_PLAINTEXT",
"issuetype":{
"name":"<IssueTypeName>"
}
}
}
Replace <ProjectKeyName> with the project key in which the issues need to be created. You can get this name in the Jira Service Management Project view itself.
Replace <IssueTypeName> with the type of issue you need to create. e.g. Problem, Incident, etc. Below are the reference links for more information about the Issue Type name:
- Under Request Headers, specify the Header Name as Content-Type and Header Value as application/json. Click icon to add Request Header and enter Header Name as Authorization and Header Value as Basic <Username>:<Password> in Base64 encoded format
Note : You need to enter Username:Password in this link to get the encrypted value
Enter the remaining fields such as User Agent, Authentication Method, etc., if required.
Select the email ID in Notify after action execution for both success and failure conditions to receive notifications, if required.
Finally, enter the Timeout value and click on Create Action.
Sample Screenshots for incident created in Jira Service Management
New to ADSelfService Plus?
Related Articles
Integrate Jira Service Management (Cloud) with Applications Manager using Webhook
Using Webhook, you can now integrate Jira Service Management (Cloud) with Applications Manager and receive real-time alerts on incidents right into your Jira instance. Follow the steps given below to integrate Jira service (Cloud) with Applications ...
Integrating PagerDuty with Applications Manager using Webhook
Using Webhook, you can now integrate PagerDuty with Applications Manager and receive real-time alerts on incidents right into your PagerDuty instance. Step 1: Configuring PagerDuty Open the required PagerDuty instance to which Applications Manager ...
Integrating Telegram with Applications Manager using Webhook
Telegram is a cloud-based instant messaging, video telephony and VoIP service with end-to-end encryption. Users can send messages and exchange photos, videos, stickers, audio and files of any type in Telegram. Using Webhook, you can now integrate ...
Setup Applications Manager as Service in Ubuntu 16 and above
From v16140 : Support to install and start Applications Manager as a wrapper service in Linux platforms is provided within the product. For more information, see Starting Applications Manager as a Linux Service. Follow the steps mentioned below to ...
How to integrate Microsoft Teams with Applications Manager using Webhook?
Microsoft Teams is a personal/workplace communication and collaboration platform that helps you stay connected over chat, calls, and video meetings. Using Webhook, you can now integrate Microsoft Teams with Applications Manager and receive real-time ...