Skip to content

Commit e098ebb

Browse files
r7-mgornyjonschippjschipp-r7
authored
Fix actions to reflect Jira Cloud API changes and update connection schema (#487)
* [SOAR-1122] Update Create User, Delete User and Find Users to reflect Jira API changes * [SOAR-1122] Update Create User, Delete User and Find Users to reflect Jira API changes * [SOAR-1122] Update Create User, Delete User and Find Users to reflect Jira API changes * [SOAR-1122] Update Create User, Delete User and Find Users to reflect Jira API changes * Major version bump and example updates * Remove backslashes from connection example * [SOAR-1122] Fix jira connection * init py found in plugin root - remove * Use example atlassian URL * Add new items in changelog Co-authored-by: Jon Schipp <jonschipp@gmail.com> Co-authored-by: Jon Schipp <30870727+jschipp-r7@users.noreply.github.com>
1 parent d87e571 commit e098ebb

File tree

24 files changed

+274
-137
lines changed

24 files changed

+274
-137
lines changed

__init__.py

Whitespace-only changes.

jira/.CHECKSUM

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "cfcd914de4c3829a65c2e76b9dd67604",
3-
"manifest": "4ae3f69444ac44b64a6e69b0ab28fdb8",
4-
"setup": "2f8c3ca634498e6553a9d391ea84b824",
2+
"spec": "726395043ae2d4265e9539b52d2c0872",
3+
"manifest": "a9460c93602e722e06460f45b5e22a16",
4+
"setup": "73174d362659fc5a4fca8740fc5a1bf4",
55
"schemas": [
66
{
77
"identifier": "assign_issue/schema.py",
@@ -21,11 +21,11 @@
2121
},
2222
{
2323
"identifier": "create_user/schema.py",
24-
"hash": "326af390411a2b6a7fba091c9c44a233"
24+
"hash": "8e8943b17dd3a1c40b5a61954e12dc82"
2525
},
2626
{
2727
"identifier": "delete_user/schema.py",
28-
"hash": "300e06339118fe1943be43139df3e71d"
28+
"hash": "d93cf9fc2ae2fd4f8ddb7ac55c380e75"
2929
},
3030
{
3131
"identifier": "edit_issue/schema.py",
@@ -37,11 +37,11 @@
3737
},
3838
{
3939
"identifier": "find_users/schema.py",
40-
"hash": "a43d5be327a1e66d327616673b35065e"
40+
"hash": "c42424fc80ff919ff43298b722fd28de"
4141
},
4242
{
4343
"identifier": "get_comments/schema.py",
44-
"hash": "8e69662e77f84d8cdc00369dca143fe4"
44+
"hash": "02aa19767be58a2c95ad7de010a0bb6a"
4545
},
4646
{
4747
"identifier": "get_issue/schema.py",
@@ -57,7 +57,7 @@
5757
},
5858
{
5959
"identifier": "connection/schema.py",
60-
"hash": "0b3a5859e90400736d0be6fdaab06991"
60+
"hash": "6e9168c3d01c8144850ae83fc530d7ce"
6161
},
6262
{
6363
"identifier": "new_issue/schema.py",

jira/bin/komand_jira

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from komand_jira import connection, actions, triggers
66

77
Name = "Jira"
88
Vendor = "rapid7"
9-
Version = "5.0.0"
9+
Version = "6.0.0"
1010
Description = "Jira is an issue tracking product, developed by Atlassian. It provides bug tracking, issue tracking, and project management functions"
1111

1212

0 commit comments

Comments
 (0)