Skip to content

App Central Integrations: #4233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,35 @@
title: Atlassian Jira V2
description: ''
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/atlassian-jira-v2.png')} alt="atlassian-jira-v2" width="80"/>

***Version: 2.8
Updated: May 23, 2024***
***Version: 2.9
Updated: June 21, 2024***

Jira is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management.
Jira is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management.

## Actions

* **Add Comment to Issue** *(Notification)* - Add a comment to the specified issue.
* **Add Issue Attachments To Incident** *(Enrichment)* - Add attachment from Jira issue to Cloud SOAR Incident.
* **Check Issue Status Schedule** *(Scheduled)* - To wait for or check a status update of a Jira ticket/issue.
* **Create Issue** (*Notification*) - Create a new issue in the specified Jira project.
* **Delete Issue** (*Containment*) - Delete the specified issue.
* **Update Issue** (*Notification*) - Update the specified issue field with the specified value.
* **Add Issue Attachments To Incident** *(Enrichment)* - Add attachment from Jira issue to Cloud SOAR Incident.
* **Update Transition Issue** *(Notification)* - Update transition issue based on the issue's status.
* **Issues Jira Daemon** *(Daemon)* - Daemon to pull Jira issues.
* **Download Attachment** *(Enrichment)* - Returns the contents of an attachment in an encoded format that can be used for further analysis selecting `output.raw` in your playbooks.
* **Get Issue** *(Enrichment)* - Returns the details for an issue.
* **List Issue** Fields *(Enrichment)* - List the issue fields.
* **List Statuses** *(Enrichment)* - Returns a list of the statuses.
* **Issues Jira Daemon** *(Daemon)* - Daemon to pull Jira issues.
* **List Issue Types** *(Enrichment)* - List issue types.
* **List Issue** Fields *(Enrichment)* - List the issue fields.
* **List Projects** *(Enrichment)* - List the current projects.
* **Search Into Issues** *(Enrichment)* - Search Jira Issues.
* **List Statuses** *(Enrichment)* - Returns a list of the statuses.
* **List Transitions** *(Enrichment)* - Returns either all transitions or a transition that can be performed by the user on an issue, based on the issue's .status.
* **List Users** *(Enrichment)* - Returns a list of all users
* **Check Issue Status Schedule** *(Scheduled)* - To wait for or check a status update of a Jira ticket/issue

* **Search Into Issues** *(Enrichment)* - Search Jira Issues.
* **Update Issue** (*Notification*) - Update the specified issue field with the specified value.
* **Update Transition Issue** *(Notification)* - Update transition issue based on the issue's status.

## Atlassian Jira V2 configuration

Expand All @@ -43,13 +44,13 @@ Jira is a proprietary issue tracking product developed by Atlassian that allows
1. Access integrations in the [Automation Service](/docs/platform-services/automation-service/automation-service-integrations/#view-integrations) or [Cloud SOAR](/docs/cloud-soar/automation).
1. After the list of the integrations appears, search/look for the integration and click on the row.
1. The integration details will appear. Click on the **"+"** button to add new Resource.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/atlassian-jira-v2/atlassian-jira-v2-3.png')} style={{border:'1px solid gray'}} alt="atlassian-jira-v2-3" width="400"/>
1. Label and Populate all the required fields (\*).
* **URL API**. https://your-atlassian-site.atlassian.net/
* **Username**. Your email address.
* **API Token**. Insert the previously copied token.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/atlassian-jira-v2/atlassian-jira-v2-4.png')} style={{border:'1px solid gray'}} alt="atlassian-jira-v2-4" width="400"/>
1. Label and Populate all the required fields (\*).
* **URL API**. https://your-atlassian-site.atlassian.net/
* **Username**. Your email address.
* **API Token**. Insert the previously copied token.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/atlassian-jira-v2/atlassian-jira-v2-4.png')} style={{border:'1px solid gray'}} alt="atlassian-jira-v2-4" width="400"/>
1. Optional fields in the resource are used for actions.
* Populate Jira Project Name when using 'Issues Jira Daemon' action.
* Populate Cloud SOAR URL and Cloud SOAR JWT (token) when using '**Add Issue Attachment To Incident**' action.
* Populate Jira Project Name when using 'Issues Jira Daemon' action.
* Populate Cloud SOAR URL and Cloud SOAR JWT (token) when using '**Add Issue Attachment To Incident**' action.
1. Click **SAVE**.
1. To make sure the resource is working, hover over the resource and then click the pencil icon that appears on the right.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/atlassian-jira-v2/atlassian-jira-v2-5.png')} style={{border:'1px solid gray'}} alt="atlassian-jira-v2-5" width="400"/>
1. Click **TEST SAVED SETTINGS**.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/atlassian-jira-v2/atlassian-jira-v2-6.png')} style={{border:'1px solid gray'}} alt="atlassian-jira-v2-6" width="400"/>
Expand All @@ -63,19 +64,20 @@ Ticketing System

* June 22, 2022 - First upload
* December 19, 2022
+ solved an issue for which the Search Into Issues action could not work correctly searching by JQL
+ added hint for Host
+ Solved an issue for which the Search Into Issues action could not work correctly searching by JQL
+ Added hint for Host
* March 27, 2023 (v2.2)
+ Updated integration: (Updated the integration Fields with Environmental Variables and improved error handling)
+ Deprecated Endpoint updated
+ Changed action type from Containment to Notification
+ Updated integration: (Updated the integration Fields with Environmental Variables and improved error handling)
+ Deprecated Endpoint updated
+ Changed action type from Containment to Notification
* June 27, 2023 (v2.3) - Removed leading/trailing spaces
* June 28, 2023 (v2.4) - Visibility of the Resource fields changed
* July 4, 2023 (v2.5)
+ Updated Actions:
+ Updated Actions:
- Create Issue
- Update Issue
- Update Issue Status
* May 2, 2024 (v2.6) - A new scheduled action has been added for Jira integration to wait for/check the status update of a Jira ticket
* May 13, 2024 (v2.7) - A new JSON Custom field has been added to update the issue status Action
* May 23, 2024 (v2.8) - Updated the Add Issue Attachments To Incident action
* May 23, 2024 (v2.8) - Updated the Add Issue Attachments To Incident action
* June 20, 2024 (v2.9) - New action: Download Attachment
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/virustotal.png')} alt="virustotal" width="100"/>

***Version: 1.11
Updated: April 4, 2024***
***Version: 1.12
Updated: June 21, 2024***

Perform threat intelligence evidence gathering with VirusTotal.

Expand Down Expand Up @@ -58,3 +58,5 @@ Threat Intelligence-Reputation
* March 4, 2024 (v1.10) - Updated code for compatibility with Python 3.12
* April 4, 2024 (v1.11) New action added:
+ Search VirusTotal
* June 20, 2024 (v1.12)
+ Updated action Scan File V2: added checkbox field for handling files passed through `output.raw`
Loading