diff --git a/Packs/Jira/Integrations/JiraV2/JiraV2.yml b/Packs/Jira/Integrations/JiraV2/JiraV2.yml index 35f4b26c7d26..829de97aeb03 100644 --- a/Packs/Jira/Integrations/JiraV2/JiraV2.yml +++ b/Packs/Jira/Integrations/JiraV2/JiraV2.yml @@ -116,7 +116,7 @@ configuration: name: incidentFetchInterval required: false type: 19 -description: Use the Jira integration to manage issues and create Cortex XSOAR incidents from Jira projects. From Cortex XSOAR version 6.0 and above, the integration also mirrors issues to existing issue incidents in Cortex XSOAR. +description: Use the Jira integration to manage issues, create Cortex XSOAR incidents from Jira projects, and mirror issues to existing issue incidents in Cortex XSOAR. display: Atlassian Jira v2 name: jira-v2 script: diff --git a/Packs/Jira/Integrations/JiraV3/JiraV3.yml b/Packs/Jira/Integrations/JiraV3/JiraV3.yml index 5935702e7d90..236a006d88dd 100644 --- a/Packs/Jira/Integrations/JiraV3/JiraV3.yml +++ b/Packs/Jira/Integrations/JiraV3/JiraV3.yml @@ -4,7 +4,7 @@ commonfields: name: Jira V3 display: Atlassian Jira v3 category: Case Management -description: Use the Jira integration to manage issues and create Cortex XSOAR incidents from Jira projects. From Cortex XSOAR version 6.0 and above, the integration also mirrors issues to existing issue incidents in Cortex XSOAR. The integration now supports both OnPrem, and Cloud instances. +description: Use the Jira integration to manage issues, create Cortex XSOAR incidents from Jira projects, and mirror issues to existing issue incidents in Cortex XSOAR. The integration now supports both OnPrem, and Cloud instances. configuration: - name: server_url display: Server URL @@ -2130,7 +2130,7 @@ script: description: Updates the remote incident with local incident changes. This method is only used for debugging purposes and will not update the current incident. execution: false name: update-remote-system - dockerimage: demisto/btfl-soup:1.0.1.61451 + dockerimage: demisto/btfl-soup:1.0.1.63668 feed: false isfetch: true ismappable: true diff --git a/Packs/Jira/ReleaseNotes/3_0_4.md b/Packs/Jira/ReleaseNotes/3_0_4.md new file mode 100644 index 000000000000..40c3f0744107 --- /dev/null +++ b/Packs/Jira/ReleaseNotes/3_0_4.md @@ -0,0 +1,11 @@ + +#### Integrations + +##### Atlassian Jira v2 + +- Updated the description of the integration. + +##### Atlassian Jira v3 + +- Updated the description of the integration. +- Updated the Docker image to: *demisto/btfl-soup:1.0.1.63668*. diff --git a/Packs/Jira/pack_metadata.json b/Packs/Jira/pack_metadata.json index bb6503c0496b..5eed3ca5a454 100644 --- a/Packs/Jira/pack_metadata.json +++ b/Packs/Jira/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Atlassian Jira", "description": "Use the Jira integration to manage issues and create Cortex XSOAR incidents from Jira projects.", "support": "xsoar", - "currentVersion": "3.0.3", + "currentVersion": "3.0.4", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",