Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook will create or update incident in Jira. When incident is created, playbook will run and create issue in Jira. When incident is updated, playbook will run and add update to comment section.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | AtlassianJiraAudit |
| Source | View on GitHub |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 0 |
jira |
Managed | 1 | 2 |
microsoftsentinel |
Managed | 0 | 1 |
jira (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Create_a_new_issue | post | /issue |
— |
| Add_comment | post | /issue/@{encodeURIComponent(variables('Jira ID'))}/comment |
— |
microsoftsentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Update_incident | put | /Incidents |
— |
📄 Source: Jira-CreateAndUpdateIssue/readme.md
author: Benjamin Kovacevic
This playbook will create or update incident in Jira. When incident is created, playbook will run and create issue in Jira. When incident is updated, playbook will run and add update to comment section.
We will need following data to make Jira connector:


Playbook


Jira New Issue

Jira Update Issue

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊