Create And Update Jira Issue

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

Back to Content Index


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

Logic App Connectors

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
Action parameters (URLs, paths, function IDs)

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

Additional Documentation

📄 Source: Jira-CreateAndUpdateIssue/readme.md

Jira-CreateAndUpdateIssue

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.

Prerequisites

We will need following data to make Jira connector:

  1. Jira instance (ex. xyz.atlassian.net)
  2. Jira API (create API token on https://id.atlassian.com/manage-profile/security/api-tokens)
  3. User email
    Jira connector requirements

Quick Deployment

Deploy to Azure Deploy to Azure Gov

Post-deployment

  1. Authorize Jira connector and choose:
  1. Assign Microsoft Sentinel Responder role to playbook's managed identity. To do so, choose Identity blade under Settings of the Logic App.
  2. Add playbook as an action to the automation rule, ex.:

Screenshots

Playbook
playbook screenshot
playbook screenshot

Jira New Issue
jira screenshot new

Jira Update Issue
jira screenshot update


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

Back to Playbooks · Back to AtlassianJiraAudit