-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JiraV3: Validate args when creating & editing issues (#32818)
* change description * add description and UT for create_issue command * add UT * change description for edit issue command * change description on README file * add RN empty * update RN and json bc file * update docker * update RN * autopep8 * autopep8 again * update RN * Apply suggestions from doc review Co-authored-by: ShirleyDenkberg <[email protected]> * fix pre commit * comment corrections --------- Co-authored-by: ShirleyDenkberg <[email protected]>
- Loading branch information
1 parent
52089cf
commit 226f6e2
Showing
7 changed files
with
115 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"breakingChanges": true, | ||
"breakingChangesNotes": "#### Changes in the ***jira-create-issue*** and ***jira-edit-issue*** commands:\n- ***jira-create-issue***: It is no longer possible to send additional arguments when using the 'issue_json' argument. All required arguments for the command must be provided within the 'issue_json'.\n- ***jira-edit-issue***: It is no longer possible to send additional arguments when using the 'issue_json' argument, except for the arguments 'action', 'transition', 'status', 'issue_id', and 'issue_key'. All required arguments for the command must be provided within the 'issue_json'." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
#### Integrations | ||
|
||
##### Atlassian Jira v3 | ||
|
||
- Updated the Docker image to: *demisto/btfl-soup:1.0.1.87353*. | ||
- Updated the documentation for the *issue_json* argument in the ***jira-create-issue*** and ***jira-edit-issue*** commands. | ||
- Updated the ***jira-create-issue*** command. Will now fail when providing the `issue_json` argument with another argument. | ||
- Updated the ***jira-edit-issue*** command. Will now fail when providing the `issue_json` argument with another argument except *status*, *transition*, *action*, *issue_id*, and *issue_key*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters