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 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 URL:
https://<your-jira-cloud-instance>/rest/api/3/issue
- Choose the Form Submission Method as POST.
- Choose the PayLoad Type as JSON.
- In the Custom Parameters textbox, enter the following parameters:
{
"fields":{
"summary":"$MONITORNAME - $SEVERITY",
"issuetype":{
"id":"<IssueTypeID>"
},
"project":{
"key":"<ProjectKeyName>"
},
"description":{
"type":"doc",
"version":1,
"content":[
{
"type":"paragraph",
"content":[
{
"text":"Monitor Name - $MONITORNAME\nAttribute - $ATTRIBUTE\nMonitor Type - $MONITORTYPE\nHost Name - $HOSTNAME\nRoot Cause Message - $RCAMSG_PLAINTEXT",
"type":"text"
}
]
}
]
}
}
}
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 <IssueTypeID> with the type ID of issue you need to create. Below is the reference links for more information about the Issue Type ID:
- Under Request Headers, specify the Header Name as Accept and Header Value as application/json. Click icon to add Request Header and enter Header Name as Content-Type and Header Value as application/json. Once again, click icon to add Request Header and enter Header Name as Authorization and Header Value as Basic <API Key in Base64 encoded format>. Click on this link to generate API key in Jira Service Management Cloud.
Note : You need to enter API Key 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
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 ...
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 ...
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 ...
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 ...
How to Integrate ServiceDesk Plus Cloud with Applications Manager
To integrate ServiceDesk Plus Cloud with Applications Manager, you need to configure and add OAuth Provider first Steps to configure and add OAuth Provider for ServiceDesk Plus Cloud Integration Visit the developer console portal at ...