You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/jira/bin/komand_jira
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ from sys import argv
6
6
7
7
Name="Jira"
8
8
Vendor="rapid7"
9
-
Version="6.6.0"
9
+
Version="6.6.1"
10
10
Description="[Jira](https://www.atlassian.com/software/jira) is an issue tracking product developed by Atlassian that allows teams to plan, track, and release great software. This plugin uses the [Jira REST API](https://developer.atlassian.com/cloud/jira/platform/rest/v2/) to programmatically manage and create issues and users. The Jira plugin supports cloud (only with InsightConnect cloud connections) and on-premise versions of Jira Software, Jira Server, and Jira ServiceDesk products from Atlassian"
Copy file name to clipboardExpand all lines: plugins/jira/plugin.spec.yaml
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,13 @@ title: Jira
6
6
vendor: rapid7
7
7
support: rapid7
8
8
status: []
9
-
description: '[Jira](https://www.atlassian.com/software/jira) is an issue tracking product developed by Atlassian that allows teams to plan, track, and release great software. This plugin uses the [Jira REST API](https://developer.atlassian.com/cloud/jira/platform/rest/v2/) to programmatically manage and create issues and users. The Jira plugin supports cloud (only with InsightConnect cloud connections) and on-premise versions of Jira Software, Jira Server, and Jira ServiceDesk products from Atlassian'
10
-
version: 6.6.0
9
+
description: '[Jira](https://www.atlassian.com/software/jira) is an issue tracking
10
+
product developed by Atlassian that allows teams to plan, track, and release great
11
+
software. This plugin uses the [Jira REST API](https://developer.atlassian.com/cloud/jira/platform/rest/v2/)
12
+
to programmatically manage and create issues and users. The Jira plugin supports
13
+
cloud (only with InsightConnect cloud connections) and on-premise versions of Jira
14
+
Software, Jira Server, and Jira ServiceDesk products from Atlassian'
15
+
version: 6.6.1
11
16
connection_version: 6
12
17
supported_versions: [Jira Server 6.0, Jira (Cloud), Jira ServiceDesk (Cloud)]
13
18
cloud_ready: true
@@ -26,7 +31,7 @@ hub_tags:
26
31
features: []
27
32
sdk:
28
33
type: slim
29
-
version: 6.4.1
34
+
version: 6.4.2
30
35
user: nobody
31
36
custom_cmd:
32
37
- ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
@@ -44,7 +49,9 @@ troubleshooting:
44
49
- Please note only Jira cloud is supported with InsightConnect cloud. For JIRA OnPrem,
45
50
please use an orchestrator for connecting.
46
51
version_history:
47
-
- 6.6.0 - Updated plugin to use Jira Cloud API v3 endpoints for cloud instances | Updated SDK to the latest version (6.4.1)
52
+
- 6.6.1 - Updated SDK to the latest version (6.4.2)
53
+
- 6.6.0 - Updated plugin to use Jira Cloud API v3 endpoints for cloud instances |
54
+
Updated SDK to the latest version (6.4.1)
48
55
- 6.5.3 - Updated SDK to the latest version (6.3.10)
49
56
- 6.5.2 - Updated SDK to the latest version (6.3.3)
50
57
- 6.5.1 - Updated normalizing user object | Updated SDK to the latest version
Copy file name to clipboardExpand all lines: plugins/jira/setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
setup(
6
6
name="jira-rapid7-plugin",
7
-
version="6.6.0",
7
+
version="6.6.1",
8
8
description="[Jira](https://www.atlassian.com/software/jira) is an issue tracking product developed by Atlassian that allows teams to plan, track, and release great software. This plugin uses the [Jira REST API](https://developer.atlassian.com/cloud/jira/platform/rest/v2/) to programmatically manage and create issues and users. The Jira plugin supports cloud (only with InsightConnect cloud connections) and on-premise versions of Jira Software, Jira Server, and Jira ServiceDesk products from Atlassian",
0 commit comments