Skip to content
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

Edit Jira V2 and V3 description #27762

Merged
merged 5 commits into from
Jun 27, 2023
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
2 changes: 1 addition & 1 deletion Packs/Jira/Integrations/JiraV2/JiraV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Packs/Jira/Integrations/JiraV3/JiraV3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions Packs/Jira/ReleaseNotes/3_0_4.md
Original file line number Diff line number Diff line change
@@ -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*.
2 changes: 1 addition & 1 deletion Packs/Jira/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down