Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

addAttachment

--action addAttachment --issue "ZJIRACLI-4" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt"
--action addAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "-" --name "dataFromStandardInput.txt" --findReplace "xxx:yyy"
--action addAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/binary.bin" --name "binaryNewName.bin"
--action addAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/binary.bin" --verbose
--action addAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --findReplace "xxx:yyy" --verbose
--action addAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --name "data"
--action addAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/empty.txt"
--action addAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/large.zip"
--action addAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "build/output/jiracliattachments/Special name #&_"
--action addAttachment --issue "ZJIRACLIRUNNER-1" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt"

addAttachments

--action addAttachments --issue "ZJIRACLIATTACHMENTS-1" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources" --regex "((data)|(empty)).*" --recursive

addComment

--action addComment --issue "ZJIRACLI-4" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --findReplace "xxx:yyy"
--action addComment --issue "ZJIRACLICOMMENTS-1" --comment "xxx is xxx" --findReplace "xxx:yyy"
--action addComment --issue "ZJIRACLICOMMENTS-1" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --findReplace "xxx:yyy" --group "jira-users"
--action addComment --issue "ZJIRACLISUB-3" --comment " time_spent: %original_time_spent% estimate: %original_estimate% original_estimate: %original_original_estimate% parent time_spent: %parent_time_spent% parent estimate: %parent_estimate% parent original_estimate: %parent_original_estimate% "
--action addComment --issue "ZJIRACLISUB-4" --comment " resolution: %original_resolution% resolutiondate: %original_resolutiondate% resolution_date: %original_resolution_date% resolution_date with format: %original_resolution_date(yyyy-MM-dd HH:mm:ss)% now with format: %now(yyyy-MM-dd HH:mm:ss)% " --dateFormat "yyyy-MM-dd HH:mm:ss"

addComponent

--action addComponent --project "ZJIRACLICOMPONENTS" --component "C4" --continue
--action addComponent --project "zjiracli" --name "C1" --description "a generic description"
--action addComponent --project "zjiracli" --name "C1" --description "a generic description" --replace
--action addComponent --project "zjiracli" --name "C2" --lead "developer" --description "a generic description" --defaultAssignee "COMPONENT_LEAD"
--action addComponent --project "zjiracli" --name "swap2" --description "a generic description"

addCustomEvent

--action addCustomEvent --event "zjiraclinotifications1" --description "custom event" --template "Issue Created"
--action addCustomEvent --event "zjiraclinotifications1" --template "Issue Created" --continue
--action addCustomEvent --event "zjiraclinotifications2" --template "Issue Created"

addCustomField

--action addCustomField --field "PCFU-Checkbox" --type "com.keplerrominfo.jira.plugins.keplercf:sil-options-checkbox-cf" --options "createAnother"
--action addCustomField --field "PCFU-IntervalField" --type "com.keplerrominfo.jira.plugins.keplercf:intervalcf" --options "createAnother"
--action addCustomField --field "PCFU-MultiSelect" --type "com.keplerrominfo.jira.plugins.keplercf:sil-options-multi-select-cf" --options "createAnother"
--action addCustomField --field "PCFU-MultipleAutocomplete" --type "com.keplerrominfo.jira.plugins.keplercf:sil-options-cf" --options "createAnother"
--action addCustomField --field "PCFU-RadioButtons" --type "com.keplerrominfo.jira.plugins.keplercf:sil-options-radio-cf" --options "createAnother"
--action addCustomField --field "PCFU-RegularExpressionCustomField" --type "com.keplerrominfo.jira.plugins.keplercf:regexcf" --options "createAnother"
--action addCustomField --field "PCFU-SILScriptCustomField" --type "com.keplerrominfo.jira.plugins.keplercf:silscriptcf" --options "createAnother"
--action addCustomField --field "PCFU-SILUserPicker" --type "com.keplerrominfo.jira.plugins.keplercf:siluserpicker" --options "createAnother"
--action addCustomField --field "PCFU-SingleAutocomplete" --type "com.keplerrominfo.jira.plugins.keplercf:single-ac-sil-options-cf" --options "createAnother"
--action addCustomField --field "PCFU-SingleSelect" --type "com.keplerrominfo.jira.plugins.keplercf:sil-options-single-select-cf" --options "createAnother"
--action addCustomField --field "custom-select-list" --type "com.atlassian.jira.plugin.system.customfieldtypes:select" --continue
--action addCustomField --field "zzz_Number Field" --type "com.atlassian.jira.plugin.system.customfieldtypes:float" --options "createAnother" --search "com.atlassian.jira.plugin.system.customfieldtypes:exactnumber"
--action addCustomField --field "zzz_Radio Buttons" --type "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons" --options "createAnother"
--action addCustomField --field "zzz_Select List (single choice)" --type "com.atlassian.jira.plugin.system.customfieldtypes:multiselect" --options "createAnother"
--action addCustomField --field "zzz_ctx_CascadingSelect" --type "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect" --options "createAnother"
--action addCustomField --field "zzz_ctx_DatePicker" --type "com.atlassian.jira.plugin.system.customfieldtypes:datepicker" --options "createAnother"
--action addCustomField --field "zzz_ctx_FloatNumber" --type "com.atlassian.jira.plugin.system.customfieldtypes:float" --options "createAnother"
--action addCustomField --field "zzz_ctx_GroupPicker" --type "com.atlassian.jira.plugin.system.customfieldtypes:grouppicker" --options "createAnother"
--action addCustomField --field "zzz_ctx_Labels" --type "com.atlassian.jira.plugin.system.customfieldtypes:labels" --options "createAnother"
--action addCustomField --field "zzz_ctx_MultiCheckboxes" --type "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes" --options "createAnother"
--action addCustomField --field "zzz_ctx_MultiGroupPicker" --type "com.atlassian.jira.plugin.system.customfieldtypes:multigrouppicker" --options "createAnother"
--action addCustomField --field "zzz_ctx_MultiSelect" --type "com.atlassian.jira.plugin.system.customfieldtypes:multiselect" --options "createAnother"
--action addCustomField --field "zzz_ctx_MultiUserPicker" --type "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker" --options "createAnother"
--action addCustomField --field "zzz_ctx_MultiVersion" --type "com.atlassian.jira.plugin.system.customfieldtypes:multiversion" --options "createAnother"
--action addCustomField --field "zzz_ctx_Project" --type "com.atlassian.jira.plugin.system.customfieldtypes:project" --options "createAnother"
--action addCustomField --field "zzz_ctx_RadioButtons" --type "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons" --options "createAnother"
--action addCustomField --field "zzz_ctx_Select" --type "com.atlassian.jira.plugin.system.customfieldtypes:select" --options "createAnother"
--action addCustomField --field "zzz_ctx_UserPicker" --type "com.atlassian.jira.plugin.system.customfieldtypes:userpicker" --options "createAnother"
--action addCustomField --name "zzz_RadioButton" --type "com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons"

addCustomFieldContext

--action addCustomFieldContext --field "2766619937" --name "context for zzz_ctx_FloatNumber" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2765319924" --name "context for zzz_ctx_Select" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2765419925" --name "context for zzz_ctx_MultiSelect" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2765519926" --name "context for zzz_ctx_MultiCheckboxes" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2765619927" --name "context for zzz_ctx_RadioButtons" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2765719928" --name "context for zzz_ctx_CascadingSelect" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2765819929" --name "context for zzz_ctx_Project" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2765919930" --name "context for zzz_ctx_MultiVersion" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2766019931" --name "context for zzz_ctx_UserPicker" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2766119932" --name "context for zzz_ctx_GroupPicker" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2766219933" --name "context for zzz_ctx_MultiUserPicker" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2766319934" --name "context for zzz_ctx_MultiGroupPicker" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2766419935" --name "context for zzz_ctx_DatePicker" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2766519936" --name "context for zzz_ctx_Labels" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2767419944" --name "context for PCFU-Checkbox" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2767519945" --name "context for PCFU-IntervalField" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2767619946" --name "context for PCFU-MultiSelect" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2767719947" --name "context for PCFU-MultipleAutocomplete" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2767819948" --name "context for PCFU-RadioButtons" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2767919949" --name "context for PCFU-RegularExpressionCustomField" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2768019950" --name "context for PCFU-SILScriptCustomField" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2768119951" --name "context for PCFU-SILUserPicker" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2768219952" --name "context for PCFU-SingleAutocomplete" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "customfield_2768319953" --name "context for PCFU-SingleSelect" --project "ZZCLI1" --continue
--action addCustomFieldContext --field "zzselect3" --name "zcontext1" --continue
--action addCustomFieldContext --field "zzselect3" --name "zcontext6" --description "zcontext6 description" --issueType "@all" --project "ZZCLI3"

addCustomFieldContextToProject

--action addCustomFieldContextToProject --field "zzselect4" --context "zcontext2" --project "@all"
--action addCustomFieldContextToProject --field "zzselect4" --context "zcontext2" --project "JSM"

addCustomFieldOptions

--action addCustomFieldOptions --field "zzselect1" --context "zcontext" --options "X"

addFieldConfiguration

--action addFieldConfiguration --fieldConfiguration "zfieldConfiguration1"
--action addFieldConfiguration --fieldConfiguration "zfieldConfiguration1" --continue
--action addFieldConfiguration --fieldConfiguration "zfieldConfiguration2"
--action addFieldConfiguration --fieldConfiguration "zfieldConfiguration3"
--action addFieldConfiguration --fieldConfiguration "zfieldConfiguration4"

addFieldConfigurationSchemeAssociation

--action addFieldConfigurationSchemeAssociation --fieldConfigurationScheme "zfieldConfigurationScheme4" --fieldConfiguration "zfieldConfiguration4" --issueType "task"

addFilterPermission

--action addFilterPermission --filter "1349013836" --project "JIRA" --role "Developers"
--action addFilterPermission --filter "1349013836" --project "QA" --permission "Edit"
--action addFilterPermission --filter "1349013836" --type "group" --value "jira-core-users"
--action addFilterPermission --filter "1349013836" --type "loggedin"

addGroup

--action addGroup --group "Testgroup1" --preserveCase

addLabels

--action addLabels --issue "ZJIRACLI-7" --labels "addLabel1 addLabel2"

addLinkType

--action addLinkType --name "hold" --description "hold,is hold by"

addProjectCategory

--action addProjectCategory --name "category initial" --continue
--action addProjectCategory --name "category initial" --description "description is required"

addProjectRole

--action addProjectRole --name "zAdd project role test" --description "addProjectRole test"

addProjectRoleActors

--action addProjectRoleActors --project "ZJIRACLIROLES" --role "administrators" --group "jira-developers"
--action addProjectRoleActors --project "ZJIRACLIROLES" --role "administrators" --userId "project-admin"
--action addProjectRoleActors --project "ZJIRACLIROLES" --role "users" --userId "newname"
--action addProjectRoleActors --project "ZJIRACLIROLES" --role "users" --userId "user, admin"
--action addProjectRoleActors --project "ZJIRACLIROLES" --role "users" --userId "user, admin" --continue
--action addProjectRoleActors --project "zjiracli" --role "users" --userId "user, admin"

addRemoteLink

--action addRemoteLink --issue "ZJIRACLILINKS-1" --name "addRemoteLinkIssue" --link "remotely relates" --targetServer "jira210" --toIssue " JIRA-1 "
--action addRemoteLink --issue "ZJIRACLILINKS-1" --name "addRemoteLinkUrl" --url "https://google.com"

addScreen

--action addScreen --name "zscreen5" --description "zscreen5 description"

addScreenFields

--action addScreenFields --screen "7730442880" --field "assignee" --field "attachment" --field "labels"
--action addScreenFields --screen "7730442880" --tab "ztab1" --field "duedate" --continue
--action addScreenFields --screen "7730442880" --tab "ztab4" --field "description"
--action addScreenFields --screen "7730442880" --tab "ztab4" --field "reporter" --autoTab
--action addScreenFields --screen "zscreen2" --tab "ztab1" --field "duedate" --field "summary" --field "description"

addScreenTab

--action addScreenTab --screen "7730442880" --name "new tab"

addShortcut

--action addShortcut --project "ZJIRACLISHORTCUTS" --name "Shortcut 1" --url "https://google.com"

addTransition

--action addTransition --workflow "zjiracliworkflow_new" --name "test 1" --description "Transition for testing" --step "1"
--action addTransition --workflow "zjiracliworkflow_new" --name "test 2" --description "Transition for testing" --step "1" --transition "3" --screen "Default Screen"
--action addTransition --workflow "zjiracliworkflow_new" --name "test 3" --description "Transition for testing" --step "1" --screen "1788231100"
--action addTransition --workflow "zjiracliworkflow_new" --name "test 4" --description "Transition for testing" --step "1" --screen "CLITEST1SUPPORT57225: Software Development Default Issue Screen"
--action addTransition --workflow "zjiracliworkflow_new" --name "test 9" --description "Transition for testing" --step "3"

addTransitionFunction

--action addTransitionFunction --workflow "zjiracliworkflow_new" --transition "test 1" --step "1" --type "condition" --functionKey "com.atlassian.jira.plugin.system.workflow:isuseringroup-condition" --field "group=jira-users"
--action addTransitionFunction --workflow "zjiracliworkflow_new" --transition "test 1" --step "1" --type "postfunction" --functionKey "com.atlassian.jira.plugin.system.workflow:update-issue-field-function" --data "{\"assignee_userpicker_dummy_assignee\":\"\",\"assignee_radio\":\"\",\"fieldValue\":\"bbbbb\",\"fieldId\":\"description\"}" --verbose
--action addTransitionFunction --workflow "zjiracliworkflow_new" --transition "test 1" --step "1" --type "postfunction" --functionKey "com.atlassian.jira.plugin.system.workflow:update-issue-field-function" --field "fieldId=summary" --field "assignee_radio=" --field "assignee_userpicker_dummy_assignee=" --field "fieldValue=aaaaa"
--action addTransitionFunction --workflow "zjiracliworkflow_new" --transition "test 1" --step "1" --type "postfunction" --functionKey "org.swift.jira.cot:createissue-function" --custom "{\"specificIssueType\":\"\",\"copyRemoteLinks\":\"\",\"specificComponents\":\"\",\"projectKey\":0,\"copyLinksFrom\":\"\",\"customField13Name\":\"\",\"customField15Value1\":\"\",\"commentSecurity\":\"\",\"jqlQuery\":\"\",\"multipleIssuesPattern\":\"\",\"customField15Value2\":\"\",\"copyOriginalFields\":\"\",\"customField18Value1\":\"\",\"customField5Name\":\"\",\"customField18Value2\":\"\",\"customField17Name\":\"\",\"customField7Value2\":\"\",\"labels\":\"\",\"specificAssignee\":\"\",\"customField1Value1\":\"\",\"customField1Value2\":\"\",\"customField15Name\":\"\",\"customField4Value1\":\"\",\"customField3Name\":\"\",\"customField4Value2\":\"\",\"acting\":\"\",\"customField1Name\":\"\",\"issueFixedVersions\":0,\"customField19Name\":\"\",\"customField10Name\":\"\",\"watchers\":\"\",\"customField16Value1\":\"\",\"customField16Value2\":\"\",\"specificPriority\":\"\",\"copyAttachments\":\"\",\"issueTypeId\":1,\"customField10Value1\":\"\",\"customField10Value2\":\"\",\"customField5Value2\":\"\",\"customField5Value1\":\"\",\"customField12Name\":\"\",\"customFieldIds\":\"\",\"conditionValue2\":\"\",\"copyTransitionAttachments\":0,\"conditionValue1\":\"\",\"issueAssignee\":1,\"customField6Value2\":\"\",\"dueDateOffset\":\"\",\"specificProjectKey\":\"\",\"issueRemainingEstimate\":\"\",\"linkType\":\"\",\"customField3Value1\":\"\",\"customField3Value2\":\"\",\"specificDueDate\":\"\",\"notes\":\"\",\"customField14Name\":\"\",\"linkKey\":\"\",\"customField11Value1\":\"\",\"linkDirection\":0,\"customField11Value2\":\"\",\"issuePriorityId\":0,\"multipleIssuesValue\":\"\",\"specificReporter\":\"\",\"issueDueDate\":0,\"conditionPattern2\":\"\",\"conditionPattern1\":\"\",\"customField16Name\":\"\",\"customField17Value1\":\"\",\"customField4Name\":\"\",\"specificAffectedVersions\":\"\",\"customField17Value2\":\"\",\"issueSummary\":\"\",\"customField14Value2\":\"\",\"conditionLiteral1\":1,\"customField14Value1\":\"\",\"customField13Value2\":\"\",\"issueComponents\":0,\"copyLinksTypes\":\"\",\"customField13Value1\":\"\",\"specificFixedVersions\":\"\",\"customField2Name\":\"\",\"securityLevel\":\"\",\"customField18Name\":\"\",\"customField8Value2\":\"\",\"customField19Value2\":\"\",\"customField9Value2\":\"\",\"issueOriginalEstimate\":\"\",\"customField19Value1\":\"\",\"issueReporter\":5,\"issueAffectedVersions\":0,\"customField12Value2\":\"\",\"customField2Value1\":\"\",\"customField12Value1\":\"\",\"customField2Value2\":\"\",\"conditionReverse1\":1,\"copyRemoteLinksType\":\"\",\"environment\":\"\",\"copyParentFields\":\"\",\"comment\":\"\",\"customField11Name\":\"\",\"issueDescription\":\"\",\"conditionExact1\":1}"
--action addTransitionFunction --workflow "zjiracliworkflow_new" --transition "test 1" --step "1" --type "postfunction" --functionKey "org.swift.jira.cot:createsubissue-function" --custom "{\"specificIssueType\":\"\",\"copyRemoteLinks\":\"\",\"specificComponents\":\"\",\"subIssueFixedVersions\":0,\"subIssueRemainingEstimate\":\"\",\"copyLinksFrom\":\"\",\"customField13Name\":\"\",\"customField15Value1\":\"\",\"commentSecurity\":\"\",\"jqlQuery\":\"\",\"multipleIssuesPattern\":\"\",\"customField15Value2\":\"\",\"copyOriginalFields\":\"\",\"customField18Value1\":\"\",\"subIssueDueDate\":0,\"customField5Name\":\"\",\"customField18Value2\":\"\",\"customField17Name\":\"\",\"customField7Value2\":\"\",\"labels\":\"\",\"specificAssignee\":\"\",\"customField1Value1\":\"\",\"customField1Value2\":\"\",\"customField15Name\":\"\",\"customField4Value1\":\"\",\"customField3Name\":\"\",\"customField4Value2\":\"\",\"createSibling\":\"0\",\"acting\":\"\",\"customField1Name\":\"\",\"customField19Name\":\"\",\"customField10Name\":\"\",\"watchers\":\"\",\"customField16Value1\":\"\",\"entryParent\":\"\",\"customField16Value2\":\"\",\"specificPriority\":\"\",\"copyAttachments\":\"\",\"customField10Value1\":\"\",\"customField10Value2\":\"\",\"customField5Value2\":\"\",\"customField5Value1\":\"\",\"subIssueDescription\":\"\",\"customField12Name\":\"\",\"customFieldIds\":\"\",\"conditionValue2\":\"\",\"copyTransitionAttachments\":0,\"conditionValue1\":\"\",\"customField6Value2\":\"\",\"dueDateOffset\":\"\",\"linkType\":\"\",\"customField3Value1\":\"\",\"customField3Value2\":\"\",\"specificDueDate\":\"\",\"notes\":\"\",\"customField14Name\":\"\",\"linkKey\":\"\",\"customField11Value1\":\"\",\"linkDirection\":0,\"customField11Value2\":\"\",\"multipleIssuesValue\":\"\",\"subIssueAssignee\":1,\"specificReporter\":\"\",\"conditionPattern2\":\"\",\"conditionPattern1\":\"\",\"subIssueTypeId\":5,\"subIssuePriorityId\":0,\"customField16Name\":\"\",\"customField17Value1\":\"\",\"customField4Name\":\"\",\"specificAffectedVersions\":\"\",\"customField17Value2\":\"\",\"issueSummary\":\"A test\",\"customField14Value2\":\"\",\"customField14Value1\":\"\",\"customField13Value2\":\"\",\"copyLinksTypes\":\"\",\"customField13Value1\":\"\",\"specificFixedVersions\":\"\",\"customField2Name\":\"\",\"subIssueComponents\":1,\"subIssueOriginalEstimate\":\"\",\"securityLevel\":\"\",\"customField18Name\":\"\",\"customField8Value2\":\"\",\"customField19Value2\":\"\",\"customField9Value2\":\"\",\"customField19Value1\":\"\",\"subIssueReporter\":\"\",\"customField12Value2\":\"\",\"customField2Value1\":\"\",\"customField12Value1\":\"\",\"customField2Value2\":\"\",\"copyRemoteLinksType\":\"\",\"environment\":\"\",\"subIssueSummary\":\"\",\"copyParentFields\":\"\",\"comment\":\"\",\"subIssueAffectedVersions\":0,\"customField11Name\":\"\",\"issueDescription\":\"xxxx\"}"
--action addTransitionFunction --workflow "zjiracliworkflow_new" --transition "test 1" --step "1" --type "validator" --functionKey "com.atlassian.jira.plugin.system.workflow:permission-validator" --field "permissionKey=CREATE_ISSUES"

addUser

--action addUser --userId "Testuser3" --userEmail "testuser6@examplegear.com" --preserveCase
--action addUser --userId "testuser1" --userFullName "Test User1" --userEmail "testuser4@examplegear.com"
--action addUser --userId "testuser2" --userFullName "Special User 2" --userEmail "testuser5@examplegear.com" --group "Testgroup1"

addUserToGroup

--action addUserToGroup --userId "Testuser3" --group "testgroup2" --autoGroup
--action addUserToGroup --userId "testuser3" --group "testgroup2" --autoGroup --continue

addVersion

--action addVersion --project "ZJIRACLIRUNNER" --name "V1" --continue
--action addVersion --project "ZJIRACLIRUNNER" --name "V2" --continue
--action addVersion --project "ZJIRACLIVERSIONS" --name "V1"
--action addVersion --project "ZJIRACLIVERSIONS" --version "V2" --date "5/30/15" --description "V2 description" --replace
--action addVersion --project "zjiracli" --version "V1" --description "V1 description" --startDate "9/30/14" --date "5/30/15" --continue
--action addVersion --project "zjiracli" --version "V2" --description "V2 description" --startDate "9/30/14" --date "5/30/15" --continue
--action addVersion --project "zjiracliversions for automated testing" --name "V2" --date "5/30/15" --startDate "9/30/14" --after "V1" --description "V2 description"
--action addVersion --project "zjiracliversions for automated testing" --name "With Blanks"

addVote

--action addVote --issue "ZJIRACLIVOTEWATCH-1"

addWatchers

--action addWatchers --issue "ZJIRACLIVOTEWATCH-1" --userId "ZZZinvalid1, ZZZinvalid2" --continue
--action addWatchers --issue "ZJIRACLIVOTEWATCH-1" --userId "user, developer"

addWebhook

--action addWebhook --name "zwebhooks1" --url "https://examplegear.com/acli" --events "jira:issue_created,jira:issue_deleted,jira:issue_updated"
--action addWebhook --name "zwebhooks1" --url "https://examplegear.com/acli" --events "jira:issue_created,jira:issue_deleted,jira:issue_updated" --options "excludeBody"
--action addWebhook --name "zwebhooks1" --url "https://examplegear.com/acli" --jql "key = ABC-1" --events "jira:issue_created,jira:issue_deleted,jira:issue_updated"
--action addWebhook --name "zwebhooks2" --events "jira:issue_created,jira:issue_deleted,jira:issue_updated" --url "https://examplegear.com/acli2" --options "disable"

addWork

--action addWork --issue "ZJIRACLISUB-1" --timeSpent "1h" --autoAdjust
--action addWork --issue "ZJIRACLISUB-3" --timeSpent "1h" --autoAdjust
--action addWork --issue "ZJIRACLIWORK-1" --timeSpent "1d 1h" --date "1/02/11 9:00 a"
--action addWork --issue "ZJIRACLIWORK-1" --timeSpent "3h 30m" --comment "My work log entry" --role "Developers" --group "jira-users"
--action addWork --issue "ZJIRACLIWORK-1" --timeSpent "3h 30m" --date "2011-01-01" --dateFormat "yyyy-MM-dd" --group "jira-users"
--action addWork --issue "ZJIRACLIWORK-1" --timeSpent "3h 30m" --estimate "3w"
--action addWork --issue "ZJIRACLIWORK-1" --timeSpent "3m" --date "2011-01-01 22:33:01"
--action addWork --issue "ZJIRACLIWORK-1" --timeSpent "3m" --date "2011-01-01"
--action addWork --issue "ZJIRACLIWORK-1" --timeSpent "5" --userId "developer"
--action addWork --issue "ZJIRACLIWORK-2" --timeSpent "2h"

archiveComponent

--action archiveComponent --project "ZJIRACLICOMPONENTS" --component "C4"

archiveIssues

--action archiveIssues --issue "ZJIRACLIARCHIVE-1" --continue
--action archiveIssues --issue "ZJIRACLIARCHIVE-1" --suppressNotify
--action archiveIssues --jql "issue in (ZJIRACLIARCHIVE-1,ZJIRACLIARCHIVE-2)"

archiveProject

--action archiveProject --project "ZJIRACLIARCHIVE"
--action archiveProject --project "ZJIRACLIARCHIVE" --continue

archiveVersion

--action archiveVersion --project "ZJIRACLIVERSIONS" --version "V1"

assignIssue

--action assignIssue --issue "ZJIRACLI-5" --userId ""
--action assignIssue --issue "ZJIRACLI-5" --userId "@default"
--action assignIssue --issue "ZJIRACLI-5" --userId "automation"

associateWorkflow

--action associateWorkflow --name "zjiracliworkflow" --workflowScheme "zjiracliworkflow"

cloneIssue

--action cloneIssue --issue "ZJIRACLI-4" --description "clone description"
--action cloneIssue --issue "ZJIRACLI-4" --summary "clone summary" --comment "comment for cloned issue" --quiet
--action cloneIssue --issue "ZJIRACLI-4" --summary "clone summary" --date "2013-12-30" --dateFormat "yyyy-MM-dd"
--action cloneIssue --issue "ZJIRACLI3PARTY-1"
--action cloneIssue --issue "ZJIRACLIATTACHMENTS-1" --copyAttachments
--action cloneIssue --issue "ZJIRACLILINKS-1" --summary "cloneThis is content." --link "Cloners"
--action cloneIssue --issue "ZJIRACLISECURITY-1"
--action cloneIssue --issue "ZJIRACLISUB-1" --project "%original_project%" --summary "Clone: %original_summary%" --type "%original_issuetype%" --description "Clone: %original_description%" --environment "Clone: %original_environment%"

cloneIssues

--action cloneIssues --copyAttachments --copySubtasks --jql "key = ZJIRACLIATTACHMENTS-1"
--action cloneIssues --project "zjiracliA" --jql "project = zjiracli and issuetype = bug"
--action cloneIssues --project "zjiracliA" --type "improvement" --jql "project = zjiracli and issuetype = bug"
--action cloneIssues --toProject "ZJIRACLIRUNNERC" --description "Bulk clone example" --jql 'project = ZJIRACLIRUNNER and summary ~ "volume-*"'
--action cloneIssues --type "task" --jql "project = zjiracli and issuetype = bug"

cloneProject

--action cloneProject --project "ZJIRACLIATTACHMENTS" --toProject "ZJIRACLIATTACHMENTS2" --cloneIssues --copyAttachments --copySubtasks
--action cloneProject --project "ZJIRACLITEMPLATE" --toProject "ZJIRACLITEMPLATEC" --cloneIssues --copyLinks --copyVersions --copyComponents --copyEstimates --copySubtaskEstimates
--action cloneProject --project "zjiracli" --jql "type = 'bug'" --toProject "zjiracliB" --issueSecurityScheme "test restrictions" --copyVersions --copyComponents --copyRoleActors --cloneIssues --copyAttachments --copySubtasks --copyProperties --continue --copyLinks --copyWatchers --copyComments
--action cloneProject --project "zjiracli" --toProject "zjiracliA" --name "zcloneNameA"
--action cloneProject --project "zjiracli" --toProject "zjiracliC" --cloneIssues --jql "issuetype = bug" --autoVersion
--action cloneProject --project "zjiracliC" --toProject "zjiracliD"
--action cloneProject --project "zjiraclipriorityschemesB" --priorityScheme "zjiraclipriorityschemes" --toProject "zjiraclipriorityschemesX"

copyAttachments

--action copyAttachments --issue "ZJIRACLIATTACHMENTS-1" --toIssue "JIRA-1" --name "data.txt" --targetServer "jira30"
--action copyAttachments --issue "ZJIRACLIATTACHMENTS-1" --toIssue "ZJIRACLIATTACHMENTS-2"
--action copyAttachments --issue "ZJIRACLIATTACHMENTS-1" --toIssue "ZJIRACLIATTACHMENTS-3" --name "data.txt"

copyComponent

--action copyComponent --project "ZJIRACLICOMPONENTS" --toProject "ZJIRACLICOMPONENTS2" --component "C1"
--action copyComponent --project "zjiracli" --component "C1" --name "C3First" --description "override description"

copyComponents

--action copyComponents --project "ZJIRACLICOMPONENTS" --toProject "ZJIRACLICOMPONENTS2"
--action copyComponents --project "ZJIRACLICOMPONENTS" --toProject "ZJIRACLICOMPONENTS2" --replace
--action copyComponents --project "zjiracli" --toProject "zjiracliX"
--action copyComponents --project "zjiracli" --toProject "zjiracliX" --components "C1, C2" --replace

copyFieldValue

--action copyFieldValue --issue "ZJIRACLI-9" --field "custom1" --field2 "custom-versions" --autoVersion
--action copyFieldValue --issue "ZJIRACLI-9" --toIssue "ZJIRACLI-10" --field "custom1"
--action copyFieldValue --issue "ZJIRACLI-9" --toIssue "ZJIRACLI-10" --field "fixVersions" --field2 "custom-versions"
--action copyFieldValue --issue "ZJIRACLI-9" --toIssue "ZJIRACLI-10" --field "summary" --field2 "custom2"

copyIssue

--action copyIssue --issue "ZJIRACLICOPYISSUE-1" --toIssue "ZJIRACLICOPYISSUE-4"
--action copyIssue --issue "ZJIRACLICOPYISSUE-1" --toIssue "ZJIRACLICOPYISSUE-4" --copyEstimates --copySubtasks --copySubtaskEstimates --copyLinks --copyRemoteLinks --copyComments --copyWatchers --copyWork
--action copyIssue --issue "ZJIRACLICOPYISSUE-1" --toIssue "ZJIRACLICOPYISSUE-4" --copyEstimates --copySubtasks --copySubtaskEstimates --copyLinks --copyRemoteLinks --copyComments --copyWork
--action copyIssue --issue "ZJIRACLICOPYISSUE-1" --toIssue "ZJIRACLICOPYISSUE-5" --copySubtasks
--action copyIssue --issue "ZJIRACLICOPYISSUE-1" --toIssue "ZJIRACLICOPYISSUE-6" --copySubtasks --useParentReporter

copyProjectRoleActors

--action copyProjectRoleActors --project "ZJIRACLIROLES" --toProject "ZJIRACLIROLESX"

copyVersion

--action copyVersion --project "zjiracli" --toProject "zjiracliA" --name "V1"
--action copyVersion --project "zjiracli" --toProject "zjiracliA" --name "V2" --after -1
--action copyVersion --project "zjiracli" --toProject "zjiracliA" --version "V1" --description "replaced description" --startDate "9/30/14" --replace
--action copyVersion --project "zjiracliA" --version "V1" --name "newV1"

copyVersions

--action copyVersions --project "zjiracli" --toProject "zjiracliC" --replace

copyWorkflow

--action copyWorkflow --workflow "jira" --name "zjiracliworkflow_new" --description "Copy of jira for jiracliworkflow test"

createFieldConfigurationScheme

--action createFieldConfigurationScheme --fieldConfigurationScheme "zfieldConfigurationScheme1"
--action createFieldConfigurationScheme --fieldConfigurationScheme "zfieldConfigurationScheme1" --continue
--action createFieldConfigurationScheme --fieldConfigurationScheme "zfieldConfigurationScheme2"
--action createFieldConfigurationScheme --fieldConfigurationScheme "zfieldConfigurationScheme3"
--action createFieldConfigurationScheme --fieldConfigurationScheme "zfieldConfigurationScheme4"

createFilter

--action createFilter --name "ZJIRACLIFILTER2" --description "ZJIRACLIFILTER2 description" --jql "project = ZJIRACLIFILTER" --favorite

createIssue

--action createIssue --parent "ZJIRACLISUB-1" --project "%parent_project%" --type "Sub-task" --summary "subtask2: %parent_summary%" --priority "%parent_priority%"
--action createIssue --project "ZJIRACLIARCHIVE" --type "Sub-task" --summary "Subtask ZJIRACLIARCHIVE summary" --parent "ZJIRACLIARCHIVE-1" --assignee "automation"
--action createIssue --project "ZJIRACLIARCHIVE" --type "bug" --summary "ZJIRACLIARCHIVE summary"
--action createIssue --project "ZJIRACLIATTACHMENTS" --type "Sub-task" --parent "ZJIRACLIATTACHMENTS-1" --summary "Subtask with attachments"
--action createIssue --project "ZJIRACLIATTACHMENTS" --type "bug" --summary "Copy attachments target"
--action createIssue --project "ZJIRACLIATTACHMENTS" --type "bug" --summary "For attachments"
--action createIssue --project "ZJIRACLICLONE" --type "bug" --summary "Summary" --affectsVersions "V1" --fixVersions "V1,V2" --components "C2,C1" --autoVersion --autoComponent --field "custom-user-picker=automation" --field "custom-versions=V2, V1" --field "custom-cascade-select=1 - A" --field "custom-labels=ZJIRACLICLONE1-ZJIRACLICLONE2"
--action createIssue --project "ZJIRACLICOMMENTS" --type "Bug" --summary "test"
--action createIssue --project "ZJIRACLICOMPONENTS" --type "bug" --summary "test" --components "auto1,auto2" --autoComponent
--action createIssue --project "ZJIRACLICUSTOM" --type "Story" --summary "json" --field "{\"custom-date\":{\"offset\":\"-30\",\"value\":\"%now%\"},\"Story Points\":{\"offset\":-4.2,\"value\":\"10.1\"},\"custom-multi-select\":\"s1,s2,s3\"}" --date "{\"offset\":5,\"value\":\"%now%\"}" --dateFormat "yyyy-MM-dd"
--action createIssue --project "ZJIRACLICUSTOM" --type "Story" --summary "json" --field "{\"custom-datetime\":{\"offset\":15,\"value\":\"%now%\"},\"custom-date\":{\"offset\":\"15\",\"value\":\"2015-05-01\"}}" --field "Story Points = {\"offset\":\"5\",\"value\":\"10\"}" --date "%now%" --dateFormat "yyyy-MM-dd HH:mm:ss"
--action createIssue --project "ZJIRACLICUSTOM" --type "bug" --summary "cascade issue" --field "custom-cascade-select" --values "1,A"
--action createIssue --project "ZJIRACLICUSTOM" --type "bug" --summary "cascade issue" --field "custom1=xxxx" --field "custom-cascade-select = 1,A"
--action createIssue --project "ZJIRACLICUSTOM" --type "bug" --summary "cascade issue" --field "custom1=xxxx" --field "custom-cascade-select = 1,A" --field "custom-multi-select = s1"
--action createIssue --project "ZJIRACLICUSTOM" --type "bug" --summary "checkbox" --field "custom-multi-checkbox" --values "check1,check2"
--action createIssue --project "ZJIRACLICUSTOM" --type "story" --summary "multi issue" --field "custom-multi-select" --values "s1,s2,s3" --field2 "testcase2" --values2 "No" --custom "testcase1:zzzzzzzzzz,Story Points:99.1"
--action createIssue --project "ZJIRACLIDELEGATED" --type "Bug" --summary "This is content"
--action createIssue --project "ZJIRACLIFIELDS" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --type "Bug" --summary "This is content." --assignee "automation" --environment "x12345" --priority "Medium"
--action createIssue --project "ZJIRACLIFIELDS" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --type "Bug" --summary "original summary" --assignee "automation" --environment "original environment" --fixVersions "V1,V2" --components "C1" --autoVersion --autoComponent
--action createIssue --project "ZJIRACLIFIELDS" --type "Sub-task" --summary "This is content." --parent "ZJIRACLIFIELDS-1"
--action createIssue --project "ZJIRACLIHISTORY" --type "task" --summary "Initial summary"
--action createIssue --project "ZJIRACLILINKS" --type "Bug" --summary "This is content."
--action createIssue --project "ZJIRACLILINKS" --type "Sub-task" --summary "This is content." --parent "ZJIRACLILINKS-1"
--action createIssue --project "ZJIRACLIRENDER" --type "Bug" --summary "xxx"
--action createIssue --project "ZJIRACLIRUNNER" --type "Bug" --summary "This is content" --priority "Medium"
--action createIssue --project "ZJIRACLISUB" --type "Improvement" --summary "Summary" --description "Description" --environment "Environment" --priority "Highest" --affectsVersions "V1" --fixVersions "V1,V2" --components "C1,C2" --autoVersion --autoComponent --assignee "automation" --labels "label1 label2" --security "developer-role" --estimate "1d" --field "custom1=Custom1" --field "custom2=Custom2" --field "custom-user-picker = automation" --field "custom-multi-user-picker = automation"
--action createIssue --project "ZJIRACLISUB" --type "bug" --summary "Summary"
--action createIssue --project "ZJIRACLISUPPORT" --type "bug" --priority "Medium" --summary "Summary"
--action createIssue --project "ZJIRACLIUSER" --type "Bug" --summary "This is content" --assignee "automation"
--action createIssue --project "ZJIRACLIVERSIONS" --type "Task" --summary "This is content." --priority "Medium" --assignee "automation"
--action createIssue --project "ZJIRACLIVOTEWATCH" --type "Bug" --summary "summary text"
--action createIssue --project "ZJIRACLIWORK" --type "Bug" --summary "This is content"
--action createIssue --project "zjiracli for automated testing" --type "task" --summary "This is content." --assignee "automation" --comment "Added after create"
--action createIssue --project "zjiracli" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --type "Bug" --summary "This is content." --priority "Medium" --assignee "automation" --lookup --date "" --field "custom-multi-select" --values "s1,s2,s3" --originalEstimate "20m"
--action createIssue --project "zjiracli" --file "build/output/jiracli/createIssueLongDescription.txt" --type "task" --summary "Long description"
--action createIssue --project "zjiracli" --type "Bug" --summary "This is content." --labels "label1"
--action createIssue --project "zjiracli" --type "Bug" --summary "This is content." --labels "xxx"
--action createIssue --project "zjiracli" --type "Sub-task" --summary "This is content." --parent "ZJIRACLI-1"
--action createIssue --project "zjiracli" --type "task" --summary "This is content."
--action createIssue --project "zjiracli" --type "task" --summary "This is content." --field "custom1" --values "V1copy" --fixVersions "V1"
--action createIssue --project "zjiracli3party" --type "bug" --summary "account" --field "Account" --values "zjiracli3party"
--action createIssue --project "zjiracliX" --type "Bug" --summary "This is content." --description "a generic description"
--action createIssue --project "zjiracliX" --type "bug" --summary "This is content." --description "xxx"
--action createIssue --project "zjiraclisecurity" --type "bug" --summary "secured issue" --security "developer-role" --priority "Medium"
--action createIssue --type "Sub-task" --summary "This is content." --parent "632759361170"

createIssueType

--action createIssueType --issueType "zzjiracliissuetypes1" --continue
--action createIssueType --issueType "zzjiracliissuetypes1" --description "issueType 1"
--action createIssueType --issueType "zzjiracliissuetypes2" --description "issueType 2" --type "subtask"

createIssueTypeScreenScheme

--action createIssueTypeScreenScheme --issueTypeScreenScheme "zIssueTypeScreenScheme1" --screenScheme "@default"
--action createIssueTypeScreenScheme --issueTypeScreenScheme "zIssueTypeScreenScheme1" --screenScheme "@default" --continue
--action createIssueTypeScreenScheme --issueTypeScreenScheme "zIssueTypeScreenScheme2" --screenScheme "@default"
--action createIssueTypeScreenScheme --issueTypeScreenScheme "zIssueTypeScreenScheme3" --screenScheme "@default"
--action createIssueTypeScreenScheme --issueTypeScreenScheme "zIssueTypeScreenScheme4" --screenScheme "@default"

createNotificationScheme

--action createNotificationScheme --notificationScheme "zjiraclinotificationsscheme1" --continue
--action createNotificationScheme --notificationScheme "zjiraclinotificationsscheme1" --description "automation notification scheme"
--action createNotificationScheme --notificationScheme "zjiraclinotificationsscheme2"

createOrUpdateIssue

--action createOrUpdateIssue --project "ZZ" --type "Sub-task" --parent "ZZ-2812918966" --summary "CreateOrUpdate - updated" --jql "project = ZZ and summary ~ 'CreateOrUpdate subtask: 16996049868951710602114070'"
--action createOrUpdateIssue --project "ZZ" --type "Sub-task" --parent "ZZ-2812918966" --summary "CreateOrUpdate subtask: 16996049868951710602114070" --jql "project = ZZ and summary ~ 16996049868951710602114070"
--action createOrUpdateIssue --project "ZZ" --type "bug" --summary "CreateOrUpdate - updated" --jql "project = ZZ and summary ~ 'CreateOrUpdate: 16996049868951710602114070'"
--action createOrUpdateIssue --project "ZZ" --type "task" --summary "ACLI2399" --description "test description Phone: +91-0000000000 Email: [xxxxx.xxxxx@xxxxx.com|mailto:xxxxx.xxxxx@xxxxx.com] Long_key_Long_key_Long_key_Long_key_Long_key_Long_key_Long_key:fake key EOD! " --jql "project = ZZ and summary ~ ACLI2399"
--action createOrUpdateIssue --project "ZZ" --type "task" --summary "createOrUpdate: 16996049868951710602114070" --jql "project = ZZ and summary ~ 16996049868951710602114070"

createPriorityScheme

--action createPriorityScheme --priorityScheme "zjiraclipriorityschemes" --description "zjiraclipriorityschemes description" --priorities "high,highest,medium" --defaultPriority "medium"
--action createPriorityScheme --priorityScheme "zjiraclipriorityschemes123" --description "zjiraclipriorityschemes description" --priorities "high,highest,medium" --defaultPriority "medium"

createProject

--action createProject --project "ZJIRACLIPROJECTSBusiness" --name "ZJIRACLIPROJECTS Business" --type "business" --lead "automation"
--action createProject --project "ZJIRACLIPROJECTSService" --name "ZJIRACLIPROJECTSService" --type "service_desk" --lead "automation"
--action createProject --project "ZJIRACLIPROJECTSSoftware" --name "ZJIRACLIPROJECTS Software" --type "software" --lead "automation"
--action createProject --project "ZJIRACLIPROJECTSX" --lead "developer" --continue
--action createProject --project "ZJIRACLIPROJECTSZ" --template "Kanban software development" --lead "admin"
--action createProject --project "zjiraclipriorityschemesB" --lead "automation" --priorityScheme "zjiraclipriorityschemes"

createScreenScheme

--action createScreenScheme --screenScheme "zScreenScheme1" --screen "@default"
--action createScreenScheme --screenScheme "zScreenScheme1" --screen "@default" --continue
--action createScreenScheme --screenScheme "zScreenScheme2" --screen "@default"
--action createScreenScheme --screenScheme "zScreenScheme3" --screen "@default"
--action createScreenScheme --screenScheme "zScreenScheme4" --screen "@default"

createWorkflow

--action createWorkflow --workflow "zjiracliworkflows" --description "Description for zjiracliworkflows"

createWorkflowScheme

--action createWorkflowScheme --name "zjiracliworkflow" --description "Description for zjiracliworkflow" --workflow "zjiracliworkflow"

deleteFieldConfiguration

--action deleteFieldConfiguration --fieldConfiguration "1590214098"
--action deleteFieldConfiguration --fieldConfiguration "zfieldConfiguration3"

deleteFieldConfigurationScheme

--action deleteFieldConfigurationScheme --fieldConfigurationScheme "1580013998"
--action deleteFieldConfigurationScheme --fieldConfigurationScheme "zfieldConfigurationScheme3"

deleteFilter

--action deleteFilter --filter "NOTFOUND" --continue
--action deleteFilter --id "1348913835"

deleteIssue

--action deleteIssue --issue "ZJIRACLI-1"
--action deleteIssue --issue "ZJIRACLI-1" --continue
--action deleteIssue --issue "ZZ-2813118968" --continue

deleteIssueSecurityScheme

--action deleteIssueSecurityScheme --id "1234556780" --continue

deleteIssueType

--action deleteIssueType --issueType "zzjiracliissuetypes2"

deleteLink

--action deleteLink --issue "633733362147" --toIssue "633734362148" --link "10003"
--action deleteLink --issue "ZJIRACLILINKS-1" --toIssue "ZJIRACLILINKS-3" --link "duplicates"

deleteNotificationScheme

--action deleteNotificationScheme --notificationScheme "zjiraclinotificationsscheme1"
--action deleteNotificationScheme --notificationScheme "zjiraclinotificationsscheme1" --continue

deletePermissionScheme

--action deletePermissionScheme --permissionScheme "NOTFOUND" --continue
--action deletePermissionScheme --permissionScheme "zjiraclipermissions2"

deletePriorityScheme

--action deletePriorityScheme --priorityScheme "NOTFOUND" --continue
--action deletePriorityScheme --priorityScheme "zjiraclipriorityschemes123"

deleteProject

--action deleteProject --project "NOT_FOUND" --continue

deleteVersion

--action deleteVersion --project "ZJIRACLIVERSIONS" --version "BAD" --continue
--action deleteVersion --project "ZJIRACLIVERSIONS" --version "swap1" --affectsVersions "swap2" --fixVersions "swap2"
--action deleteVersion --project "ZJIRACLIVERSIONS" --version "swap2" --fixVersions "swap3" --autoVersion --verbose
--action deleteVersion --project "ZJIRACLIVERSIONS" --version "swap3"

exportData

--action exportData --exportType "permissionScheme" --project "zjiraclipermissions" --permissionScheme "@project" --dateFormat "yyyy-MM-dd"
--action exportData --exportType "users" --group "jira-users" --options "includeGroups"
--action exportData --file "build/output/jiracliexport2/exportDataCustomFields.txt" --exportType "customFields" --regex "((testcase\\d+)|(custom-cascade-select))"
--action exportData --file "build/output/jiraclinotifications/exportData.txt" --notificationScheme "zjiraclinotificationsscheme2"
--action exportData --file "build/output/jiraclipermissions/exportData.txt" --permissionScheme "zjiraclipermissions" --dateFormat "yyyy-MM-dd"
--action exportData --project "ZEXPORT2" --exportType "Participants"
--action exportData --project "ZEXPORT2" --file "build/output/jiracliexport2/exportDataProject.txt"
--action exportData --project "zjiraclipermissions" --permissionScheme "@project" --dateFormat "yyyy-MM-dd"

exportWorkflow

--action exportWorkflow --file "build/output/jiracliworkflow/exportWorkflow.txt" --workflow "jira"

getApp

--action getApp --app "@default"
--action getApp --app "com.keplerrominfo.jira.plugins.keplercf"
--action getApp --app "is.origo.jira.tempo-plugin"

getApplicationLinkList

--action getApplicationLinkList --columns "name,type,url"

getApplicationList

--action getApplicationList

getArchivedIssueList

--action getArchivedIssueList --columns "-project name" --dateFormat "yyyy-MM-dd"
--action getArchivedIssueList --project "ZJIRACLIARCHIVE" --columns "-project name" --limit 2 --dateFormat "yyyy-MM-dd"
--action getArchivedIssueList --project "ZJIRACLIARCHIVE" --regex "ZJIRACLIARCHIVE summary.*" --columns "-project name" --dateFormat "yyyy-MM-dd"

getAttachment

--action getAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "build/output/jiracliattachments/binary.bin" --verbose
--action getAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "build/output/jiracliattachments/data.txt" --findReplace "xxx:yyy"
--action getAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "build/output/jiracliattachments/dataFromStandardInput.txt" --findReplace "xxx:yyy" --verbose
--action getAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "build/output/jiracliattachments/getAttachment-Special name #&_" --name "Special name #&_"
--action getAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "build/output/jiracliattachments/getAttachment2.txt" --name "data.txt" --findReplace "xxx:yyy"
--action getAttachment --issue "ZJIRACLIATTACHMENTS-1" --file "build/output/jiracliattachments/large.zip" --verbose

getAttachmentList

--action getAttachmentList --issue "JIRA-1"
--action getAttachmentList --issue "ZJIRACLIATTACHMENTS-1" --dateFormat "yyyy-MM-dd 'special format' HH:mm:ss:S z"
--action getAttachmentList --issue "ZJIRACLIATTACHMENTS-1" --dateFormat "yyyy-MM-dd HH:mm:ss:S"

getAuditLogList

--action getAuditLogList --dateFormat "yyyy-MM-dd_HH:mm"
--action getAuditLogList --dateFormat "yyyy-MM-dd_HH:mm" --regex ".*updated"
--action getAuditLogList --limit 100 --dateFormat "yyyy-MM-dd_HH:mm"
--action getAuditLogList --limit 100 --startDate "2021-05-25_00:00" --endDate "2021-05-25_23:59" --dateFormat "yyyy-MM-dd_HH:mm"
--action getAuditLogList --limit 1200 --dateFormat "yyyy-MM-dd_HH:mm"
--action getAuditLogList --options "search=projects" --dateFormat "yyyy-MM-dd_HH:mm"
--action getAuditLogList --verbose

getClientInfo

--action getClientInfo

getComment

--action getComment --issue "ZJIRACLICOMMENTS-1" --id "309716173718" --dateFormat "yyyy-MM-dd"

getCommentList

--action getCommentList --issue "ZJIRACLI-1" --dateFormat "yyyy-MM-dd"
--action getCommentList --issue "ZJIRACLICOMMENTS-1" --dateFormat "yyyy-MM-dd"
--action getCommentList --issue "ZJIRACLICOPYISSUE-4"
--action getCommentList --issue "ZJIRACLISUB-3" --limit 2
--action getCommentList --issue "ZJIRACLISUB-4" --limit 2

getComments

--action getComments --issue "ZJIRACLI-11"
--action getComments --issue "ZJIRACLICOMMENTS-1"
--action getComments --issue "ZJIRACLILINKS-1"

getComponent

--action getComponent --project "ZJIRACLICOMPONENTS" --component "C4"
--action getComponent --project "zjiracli" --component "C2"
--action getComponent --project "zjiracli" --component "C3"
--action getComponent --project "zjiracli" --component "C3First"

getComponentList

--action getComponentList --project "ZJIRACLICOMPONENTS" --options "excludeArchived" --outputFormat 999
--action getComponentList --project "ZJIRACLICOMPONENTS" --outputFormat 999
--action getComponentList --project "ZJIRACLICOMPONENTS2" --outputFormat 999
--action getComponentList --project "zjiracli" --file "build/output/jiracli/getComponentList.txt"
--action getComponentList --project "zjiracli" --outputFormat 999

getCustomFieldContextList

--action getCustomFieldContextList --field "2766619937"
--action getCustomFieldContextList --field "customfield_2765319924"
--action getCustomFieldContextList --field "customfield_2765419925"
--action getCustomFieldContextList --field "customfield_2765519926"
--action getCustomFieldContextList --field "customfield_2765619927"
--action getCustomFieldContextList --field "customfield_2765719928"
--action getCustomFieldContextList --field "customfield_2765819929"
--action getCustomFieldContextList --field "customfield_2765919930"
--action getCustomFieldContextList --field "customfield_2766019931"
--action getCustomFieldContextList --field "customfield_2766119932"
--action getCustomFieldContextList --field "customfield_2766219933"
--action getCustomFieldContextList --field "customfield_2766319934"
--action getCustomFieldContextList --field "customfield_2766419935"
--action getCustomFieldContextList --field "customfield_2766519936"
--action getCustomFieldContextList --field "customfield_2767419944"
--action getCustomFieldContextList --field "customfield_2767519945"
--action getCustomFieldContextList --field "customfield_2767619946"
--action getCustomFieldContextList --field "customfield_2767719947"
--action getCustomFieldContextList --field "customfield_2767819948"
--action getCustomFieldContextList --field "customfield_2767919949"
--action getCustomFieldContextList --field "customfield_2768019950"
--action getCustomFieldContextList --field "customfield_2768119951"
--action getCustomFieldContextList --field "customfield_2768219952"
--action getCustomFieldContextList --field "customfield_2768319953"
--action getCustomFieldContextList --field "zznumber"
--action getCustomFieldContextList --field "zzselect3" --limit 1
--action getCustomFieldContextList --field "zzselect3" --regex "Default Context"

getCustomFieldList

--action getCustomFieldList
--action getCustomFieldList --columns "id,name" --outputType "text"
--action getCustomFieldList --regex "zzz_.*"
--action getCustomFieldList --regex "zzz_.*" --outputFormat 999
--action getCustomFieldList --regex "zzz_RadioButton.*" --columns "Id,Name,Description,Search" --outputFormat 999

getCustomFieldOptionList

--action getCustomFieldOptionList --field "zzselect1" --context "@all"

getEventList

--action getEventList

getFieldConfigurationList

--action getFieldConfigurationList --limit 2
--action getFieldConfigurationList --options "deleteEnabled" --limit 100
--action getFieldConfigurationList --regex "zfieldConfiguration.*"

getFieldConfigurationSchemeList

--action getFieldConfigurationSchemeList --limit 2
--action getFieldConfigurationSchemeList --options "deleteEnabled" --limit 100
--action getFieldConfigurationSchemeList --outputFormat "999" --limit 100
--action getFieldConfigurationSchemeList --regex "zfieldConfigurationScheme.*"
--action getFieldConfigurationSchemeList --regex "zfieldConfigurationScheme4" --outputFormat "999"

getFieldInfo

--action getFieldInfo --field "custom-select-list"
--action getFieldInfo --field "testcase2"
--action getFieldInfo --issue "ZJIRACLIFIELDS-2" --field "custom-multi-select"
--action getFieldInfo --issue "ZJIRACLIFIELDS-2" --field "project" --field "summary"

getFieldList

--action getFieldList
--action getFieldList --regex "customfield_.*"

getFieldValue

--action getFieldValue --issue "ZJIRACLI-10" --field "custom-versions"
--action getFieldValue --issue "ZJIRACLI-10" --field "custom1"
--action getFieldValue --issue "ZJIRACLI-10" --field "custom2"
--action getFieldValue --issue "ZJIRACLI-4" --field "assignee" --dateFormat "d/MMM/yy"
--action getFieldValue --issue "ZJIRACLI-4" --field "components"
--action getFieldValue --issue "ZJIRACLI-4" --field "currentEstimate"
--action getFieldValue --issue "ZJIRACLI-4" --field "custom-labels"
--action getFieldValue --issue "ZJIRACLI-4" --field "duedate" --dateFormat "d/MMM/yy"
--action getFieldValue --issue "ZJIRACLI-4" --field "environment"
--action getFieldValue --issue "ZJIRACLI-4" --field "fixversions" --dateFormat "d/MMM/yy"
--action getFieldValue --issue "ZJIRACLI-4" --field "originalestimate" --quiet
--action getFieldValue --issue "ZJIRACLI-4" --field "parent"
--action getFieldValue --issue "ZJIRACLI-4" --field "reporter" --dateFormat "d/MMM/yy"
--action getFieldValue --issue "ZJIRACLI-4" --field "resolution"
--action getFieldValue --issue "ZJIRACLI-4" --field "resolution" --dateFormat "d/MMM/yy"
--action getFieldValue --issue "ZJIRACLI-4" --field "resolutionDate" --dateFormat "d/MMM/yy"
--action getFieldValue --issue "ZJIRACLI-4" --field "summary"
--action getFieldValue --issue "ZJIRACLI-4" --field "timetracking"
--action getFieldValue --issue "ZJIRACLI-5" --field "10317"
--action getFieldValue --issue "ZJIRACLI-5" --field "assignee"
--action getFieldValue --issue "ZJIRACLI-5" --field "custom three"
--action getFieldValue --issue "ZJIRACLI-5" --field "custom-versions"
--action getFieldValue --issue "ZJIRACLI-5" --field "custom-versions" --suppressId
--action getFieldValue --issue "ZJIRACLI-5" --field "custom1"
--action getFieldValue --issue "ZJIRACLI-5" --field "customfield_10317"
--action getFieldValue --issue "ZJIRACLI-5" --field "duedate"
--action getFieldValue --issue "ZJIRACLI-5" --field "duedate" --dateFormat "yyyy-MM-dd"
--action getFieldValue --issue "ZJIRACLI-5" --field "duedate" --dateFormat "yyyy.MM.dd"
--action getFieldValue --issue "ZJIRACLI-5" --field "parent"
--action getFieldValue --issue "ZJIRACLI-5" --field "timespent"
--action getFieldValue --issue "ZJIRACLI-7" --field "labels"
--action getFieldValue --issue "ZJIRACLI-9" --field "custom-versions"
--action getFieldValue --issue "ZJIRACLI3PARTY-2" --field "Account"
--action getFieldValue --issue "ZJIRACLICUSTOM-1" --field "custom-cascade-select"
--action getFieldValue --issue "ZJIRACLICUSTOM-1" --field "custom-cascade-select" --options "child"
--action getFieldValue --issue "ZJIRACLICUSTOM-1" --field "custom-cascade-select" --options "parent"
--action getFieldValue --issue "ZJIRACLICUSTOM-4" --field "custom-multi-select"
--action getFieldValue --issue "ZJIRACLICUSTOM-8" --field "custom-multi-checkbox"
--action getFieldValue --issue "ZJIRACLIFIELDS-1" --field "custom-datetime" --dateFormat "dd/MM/yyyy HH:mm:ss"
--action getFieldValue --issue "ZJIRACLIFIELDS-1" --field "custom1"
--action getFieldValue --issue "ZJIRACLIFIELDS-1" --field "description"
--action getFieldValue --issue "ZJIRACLIFIELDS-1" --field "environment"
--action getFieldValue --issue "ZJIRACLIFIELDS-2" --field "custom-multi-select" --suppressId
--action getFieldValue --issue "ZJIRACLIFIELDS-2" --field "custom-multi-select" --withId
--action getFieldValue --issue "ZJIRACLIFIELDS-2" --field "custom1"
--action getFieldValue --issue "ZJIRACLIFIELDS-3" --field "description" --withId
--action getFieldValue --issue "ZJIRACLIFIELDS-3" --field "priority" --withId
--action getFieldValue --issue "ZJIRACLIFIELDS-3" --field "reporter" --withId
--action getFieldValue --issue "ZJIRACLIFIELDS-3" --field "summary" --withId
--action getFieldValue --issue "ZJIRACLIFIELDS-3" --field "type" --withId
--action getFieldValue --issue "ZJIRACLISUB-3" --field "testcase1"
--action getFieldValue --issue "ZJIRACLISUB-4" --field "testcase1"
--action getFieldValue --issue "ZJIRACLISUB-5" --field "environment"
--action getFieldValue --issue "ZJIRACLIVERSIONS-1" --field "affectsVersions"
--action getFieldValue --issue "ZJIRACLIVERSIONS-1" --field "fixVersions"
--action getFieldValue --issue "ZJIRACLIVERSIONS-1" --field "fixversions"
--action getFieldValue --issue "ZJIRACLIX-1" --field "assignee"
--action getFieldValue --issue "ZJIRACLIX-2" --field "assignee"

getFilter

--action getFilter --id "1348913835"

getFilterList

--action getFilterList

getFilterPermissionList

--action getFilterPermissionList --filter "1349013836" --columns "Id, Type"

getGroupList

--action getGroupList
--action getGroupList --regex "jira.*"

getIssue

--action getIssue --issue "ZJIRACLI-11"
--action getIssue --issue "ZJIRACLI-12"
--action getIssue --issue "ZJIRACLI-4" --dateFormat "M/dd/yyyy HH:mm:ss" --suppressId
--action getIssue --issue "ZJIRACLI-4" --dateFormat "yyyy.MM.dd 'special format' HH:mm:ss z\""
--action getIssue --issue "ZJIRACLI-4" --outputFormat 2
--action getIssue --issue "ZJIRACLI-5" --field "assignee"
--action getIssue --issue "ZJIRACLI-5" --outputFormat "2"
--action getIssue --issue "ZJIRACLI-7" --outputFormat "2"
--action getIssue --issue "ZJIRACLI3PARTY-1"
--action getIssue --issue "ZJIRACLI3PARTY-2"
--action getIssue --issue "ZJIRACLIARCHIVE-1"
--action getIssue --issue "ZJIRACLICOPYISSUE-4" --outputFormat 999
--action getIssue --issue "ZJIRACLICUSTOM-2"
--action getIssue --issue "ZJIRACLICUSTOM-3"
--action getIssue --issue "ZJIRACLICUSTOM-5" --dateFormat "yyyy-MM-dd"
--action getIssue --issue "ZJIRACLICUSTOM-6"
--action getIssue --issue "ZJIRACLICUSTOM-6" --dateFormat "yyyy-MM-dd"
--action getIssue --issue "ZJIRACLICUSTOM-6" --outputFormat 10
--action getIssue --issue "ZJIRACLICUSTOM-6" --outputType "json" --outputFormat 10
--action getIssue --issue "ZJIRACLIFIELDS-3"
--action getIssue --issue "ZJIRACLIFIELDS-5" --suppressId
--action getIssue --issue "ZJIRACLILINKS-1" --outputFormat 2
--action getIssue --issue "ZJIRACLISECURITY-1"
--action getIssue --issue "ZJIRACLISUB-3" --suppressId
--action getIssue --issue "ZJIRACLISUB-4" --suppressId
--action getIssue --issue "ZJIRACLIUSER-1"
--action getIssue --issue "ZJIRACLIWORK-1" --outputFormat 2
--action getIssue --issue "ZJIRACLIWORK-2" --outputFormat 2
--action getIssue --issue "ZZ-2812918966"
--action getIssue --issue "ZZ-2813018967"
--action getIssue --issue "ZZ-2813118968"
--action getIssue --issue "ZZ-2813118968" --outputType "html"
--action getIssue --issue "ZZ-2813118968" --outputType "json" --pretty
--action getIssue --issue "ZZ-2813118968" --outputType "table"
--action getIssue --issue "ZZ-2813118968" --outputType "text"
--action getIssue --issue "ZZ-2813118968" --outputType "variables"
--action getIssue --project "ZJIRACLISUB" --issue "ZJIRACLISUB-2"

getIssueCount

--action getIssueCount --jql "filter = 'all' and issuetype=bug"
--action getIssueCount --project "zjiracli"

getIssueHistoryList

--action getIssueHistoryList --issue "ZJIRACLIHISTORY-1"
--action getIssueHistoryList --issue "ZJIRACLIHISTORY-1" --dateFormat "yyyy-MM-dd HH:mm:ss.SSS"

getIssueList

--action getIssueList --file "build/output/jiracli/getIssueListAllFields.txt" --jql "project = 'zjiracli'" --outputFormat 999
--action getIssueList --file "build/output/jiracli/getIssueListAllFieldsExceptCustom.txt" --jql "project = 'zjiracli'" --outputFormat 998
--action getIssueList --file "build/output/jiracli/getIssueListChangeType.txt" --jql "project = zjiracliA and type = 'improvement'"
--action getIssueList --file "build/output/jiracli/getIssueListDefaultJql.txt"
--action getIssueList --file "build/output/jiracli/getIssueListSearch.txt" --jql "project = zjiracli or project = zjiracliX"
--action getIssueList --file "build/output/jiracliissues2/getIssueList.txt" --jql "filter = 'all'" --limit 2000 --outputFormat 1
--action getIssueList --jql "filter = 'all'" --outputFormat 2 --limit 75
--action getIssueList --jql "issue = ZJIRACLISECURITY-1" --outputFormat 2
--action getIssueList --jql "issue = ZJIRACLIVOTEWATCH-1 and (watcher = 'user' or watcher = 'developer')"
--action getIssueList --jql "issue = ZJIRACLIWORK-1" --outputFormat 5
--action getIssueList --jql "issuetype in subTaskIssueTypes() and parent = ZJIRACLI-4"
--action getIssueList --jql "key = ZJIRACLICOPYISSUE-4 or parent = ZJIRACLICOPYISSUE-4 order by key" --outputType "text" --columns "key,parent,type,assignee,reporter,affects versions,fix versions,Original Estimate,Current Estimate,Time Spent" --options "screenWidth=240"
--action getIssueList --jql "key = ZJIRACLICOPYISSUE-5 or parent = ZJIRACLICOPYISSUE-5 order by key" --outputType "text" --columns "key,parent,type,assignee,reporter,affects versions,fix versions,Original Estimate,Current Estimate,Time Spent" --options "screenWidth=240"
--action getIssueList --jql "key = ZJIRACLICOPYISSUE-6 or parent = ZJIRACLICOPYISSUE-6 order by key" --outputType "text" --columns "key,parent,type,assignee,reporter,affects versions,fix versions" --options "screenWidth=240"
--action getIssueList --jql "key = ZJIRACLICUSTOM-4" --outputFormat "2" --columns "testcase1,testcase2,key,summary,labels,Subtasks,Business Value,custom three,custom-group-picker,custom-multi-user-picker,custom-user-picker,custom-versions,custom-multi-select,Story Points,testcase1,testcase2,last comment"
--action getIssueList --jql "key = ZJIRACLICUSTOM-4" --outputFormat "4" --columns "testcase1,testcase2,key,summary,labels,Subtasks,Business Value,custom three,custom-group-picker,custom-multi-user-picker,custom-user-picker,custom-versions,custom-multi-select,Story Points,testcase1,testcase2,last comment"
--action getIssueList --jql "key = ZJIRACLICUSTOM-4" --outputFormat "5" --columns "testcase1,testcase2,key,summary,labels,Subtasks,Business Value,custom three,custom-group-picker,custom-multi-user-picker,custom-user-picker,custom-versions,custom-multi-select,Story Points,testcase1,testcase2,last comment"
--action getIssueList --jql "key = ZJIRACLICUSTOM-4" --outputFormat "999" --columns "testcase1,testcase2,key,summary,labels,Subtasks,Business Value,custom three,custom-group-picker,custom-multi-user-picker,custom-user-picker,custom-versions,custom-multi-select,Story Points,testcase1,testcase2,last comment"
--action getIssueList --jql "project = 'ZJIRACLICUSTOM'" --outputFormat 999
--action getIssueList --jql "project = 'ZJIRACLICUSTOM'" --outputFormat 999 --columns "key,vote count,watch count,custom-multi-checkbox,custom-multi-group-picker,custom-multi-select,custom-multi-user-picker,custom-multicontext-checkbox" --outputType "table" --options "tableNoWrap"
--action getIssueList --jql "project = 'ZJIRACLILINKS'" --outputFormat 998 --columns "-project name" --dateFormat "yyyy-MM-dd"
--action getIssueList --jql "project = 'zjiracli' and labels != null" --outputFormat 999
--action getIssueList --jql "project = 'zjiracli' order by key desc" --outputFormat 4 --dateFormat "yyyy-MM-dd"
--action getIssueList --jql "project = 'zjiracli'" --outputFormat 999 --columns "key,2,custom1,custom2,description,"
--action getIssueList --jql "project = 'zjiracli'" --outputFormat 999 --dateFormat "yyyy.MM.dd" --columns "key,created,last comment user, last comment date, last comment"
--action getIssueList --jql "project = ZJIRACLILINKS and issue in linkedIssues(ZJIRACLILINKS-1, 'duplicates')" --outputFormat 999
--action getIssueList --jql "project = ZJIRACLILINKS and issue in linkedIssues(ZJIRACLILINKS-1,'duplicates')"
--action getIssueList --jql "project = ZJIRACLIRUNNER and labels = 'fieldValues'" --outputFormat 2
--action getIssueList --jql "project = zjiracliA and type = 'improvement'" --limit 2
--action getIssueList --limit 5
--action getIssueList --project "JIRA" --limit 1
--action getIssueList --project "JIRA" --limit 2 --columns "key" --outputType "text" --quiet
--action getIssueList --project "ZJIRACLIARCHIVE"
--action getIssueList --project "ZJIRACLIARCHIVE" --outputFormat 101
--action getIssueList --project "ZJIRACLITEMPLATE" --outputFormat 999 --columns "Key, Type, Link Keys, Link Names, Epic Link, Epic Name, Epic Status, Story Points, Original Estimate, Current Estimate"
--action getIssueList --project "ZJIRACLITEMPLATEC" --outputFormat 999 --columns "Key, Type, Link Keys, Link Names, Epic Link, Epic Name, Epic Status, Story Points, Original Estimate, Current Estimate"
--action getIssueList --project "zjiracli" --file "build/output/jiracli/getIssueListProject.txt" --outputFormat 101
--action getIssueList --project "zjiraclisecurity" --outputFormat 3 --outputType "text" --columns "key,security level"

getIssueSecuritySchemeList

--action getIssueSecuritySchemeList
--action getIssueSecuritySchemeList --limit 2
--action getIssueSecuritySchemeList --options "deleteEnabled"

getIssueTypeList

--action getIssueTypeList
--action getIssueTypeList --project "@all"
--action getIssueTypeList --project "ZJIRACLIPROJECTS"

getIssueTypeScheme

--action getIssueTypeScheme --issueTypeScheme "@default"

getIssueTypeSchemeList

--action getIssueTypeSchemeList
--action getIssueTypeSchemeList --limit 2
--action getIssueTypeSchemeList --outputFormat 2
--action getIssueTypeSchemeList --outputFormat 2 --options "deleteEnabled"

getIssueTypeScreenSchemeList

--action getIssueTypeScreenSchemeList --limit 2
--action getIssueTypeScreenSchemeList --options "deleteEnabled" --limit 100
--action getIssueTypeScreenSchemeList --outputFormat "999" --limit 100

getLinkList

--action getLinkList --issue "ZJIRACLILINKS-1"
--action getLinkList --issue "ZJIRACLILINKS-1" --regex "(?i)duplicate"
--action getLinkList --issue "ZJIRACLILINKS-2"
--action getLinkList --jql "parent = ZJIRACLILINKS-1 or key = ZJIRACLILINKS-1 order by key"

getLinkTypeList

--action getLinkTypeList

getMyPermissionList

--action getMyPermissionList --outputType "text"
--action getMyPermissionList --project "zjiraclipermissions" --outputType "text"
--action getMyPermissionList --project "zjiraclipermissions2"
--action getMyPermissionList --project "zjiraclipermissions2" --outputType "text"

getNotificationList

--action getNotificationList --notificationScheme "zjiraclinotificationsscheme2" --event "zjiraclinotifications2"

getNotificationScheme

--action getNotificationScheme --notificationScheme "zjiraclinotificationsscheme1"
--action getNotificationScheme --notificationScheme "zjiraclinotificationsscheme2"

getNotificationSchemeList

--action getNotificationSchemeList
--action getNotificationSchemeList --limit 2

getPermissionHolderTypeList

--action getPermissionHolderTypeList

getPermissionList

--action getPermissionList
--action getPermissionList --permissionScheme "@default"
--action getPermissionList --permissionScheme "@default" --permission "ADD_COMMENTS" --columns "-1,2"
--action getPermissionList --permissionScheme "@default" --regex ".*(?i)users.*"
--action getPermissionList --permissionScheme "@project" --project "zjiraclipermissions" --outputType "text" --options "screenWidth=132"
--action getPermissionList --permissionScheme "CLI default copy" --columns "-1,2,3"
--action getPermissionList --permissionScheme "zjiraclipermissions" --columns "-1,2"
--action getPermissionList --regex ".*(?i)comments.*"

getPermissionScheme

--action getPermissionScheme --id "1599714895"
--action getPermissionScheme --permissionScheme "@default"
--action getPermissionScheme --permissionScheme "zjiraclipermissions"

getPermissionSchemeList

--action getPermissionSchemeList
--action getPermissionSchemeList --limit 2
--action getPermissionSchemeList --outputFormat 2
--action getPermissionSchemeList --outputFormat 2 --options "deleteEnabled"

getPriorityScheme

--action getPriorityScheme --name "zjiraclipriorityschemes"
--action getPriorityScheme --priorityScheme "9890344069"
--action getPriorityScheme --priorityScheme "@default"

getPrioritySchemeList

--action getPrioritySchemeList
--action getPrioritySchemeList --regex "zjiraclipriorityschemes.*" --limit 1

getProject

--action getProject --project "ZJIRACLIARCHIVE"
--action getProject --project "ZJIRACLIPROJECTS Business"
--action getProject --project "ZJIRACLIPROJECTS Software"
--action getProject --project "ZJIRACLIPROJECTS"
--action getProject --project "ZJIRACLIPROJECTSService"
--action getProject --project "ZJIRACLIPROJECTSX"
--action getProject --project "zjiracli"
--action getProject --project "zjiracliD"
--action getProject --project "zjiracliX"
--action getProject --project "zjiracliX" --suppressId
--action getProject --project "zjiraclipermissions2"
--action getProject --project "zjiraclipriorityschemesB"
--action getProject --project "zjiraclipriorityschemesX"

getProjectCategory

--action getProjectCategory --category "category updated"

getProjectCategoryList

--action getProjectCategoryList

getProjectList

--action getProjectList --category "" --regex "ZJIRACLIPROJECTS.*" --columns "key"
--action getProjectList --file "build/output/jiracliprojects/getProjectList.txt"
--action getProjectList --lead "developer" --lookup --regex "ZJIRACLIPROJECTS.*"
--action getProjectList --limit 5 --outputFormat 999 --dateFormat "yyyy-MM-dd_HH:mm:ss.SSS"
--action getProjectList --outputFormat 2
--action getProjectList --outputFormat 2 --outputType "text" --columns "key,issue count" --jql "updated > -365d"
--action getProjectList --outputFormat 2 --regex "ZJIRACLIPROJECTS" --outputType "text" --columns "key,issue count" --jql "updated < -1d"
--action getProjectList --outputFormat 999 --regex "(ZJIRACLIA)|(ZJIRACLIC)"
--action getProjectList --regex "ZJIRACLIARCHIVE.*"
--action getProjectList --regex "ZJIRACLIARCHIVE.*" --options "includeArchived"
--action getProjectList --regex "ZJIRACLIPROJECTS" --outputFormat 999

getProjectRoleActorList

--action getProjectRoleActorList --project "ZJIRACLIROLES" --role "@all"
--action getProjectRoleActorList --project "ZJIRACLIROLES" --role "users"
--action getProjectRoleActorList --project "zjiracliB" --role "users"

getProjectRoleList

--action getProjectRoleList
--action getProjectRoleList --project "ZJIRACLIROLES"
--action getProjectRoleList --regex "zAdd project role test.*"

getProjectTemplateList

--action getProjectTemplateList

getScreenFieldList

--action getScreenFieldList --screen "7730442880"
--action getScreenFieldList --screen "@default"

getScreenList

--action getScreenList --limit 2
--action getScreenList --outputFormat 2 --limit 10
--action getScreenList --outputFormat 2 --options "deleteEnabled" --limit 10
--action getScreenList --regex "(?i).*default.*" --limit 15

getScreenSchemeList

--action getScreenSchemeList --limit 2
--action getScreenSchemeList --options "deleteEnabled" --limit 100

getScreenTabList

--action getScreenTabList --screen "@default"
--action getScreenTabList --screen "zscreen2" --limit 1 --regex ".* Tab"

getSecurityLevelList

--action getSecurityLevelList --project "zjiracli" --continue
--action getSecurityLevelList --project "zjiraclisecurity"

getServerInfo

--action getServerInfo --dateFormat "yyyy-MM-dd"
--action getServerInfo --debug
--action getServerInfo --outputFormat 2 --dateFormat "yyyy-MM-dd HH:mm"
--action getServerInfo --outputFormat 999
--action getServerInfo --user "anonymous"
--action getServerInfo --user "testuser1" --password "***"

getShortcutList

--action getShortcutList --project "ZJIRACLISHORTCUTS"
--action getShortcutList --project "ZJIRACLISHORTCUTS" --regex ".*google.*" --limit 1

getStatusList

--action getStatusList
--action getStatusList --project "zjiracli"

getSubstitutionValues

--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "base_url" --field "%base_url%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "group_jira-users" --field "%group_jira-users%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "group_jira-users_id" --field "%group_jira-users_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "now" --field "%now%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_affected_versions" --field "%original_affected_versions%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_affects_versions" --field "%original_affects_versions%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_assignee" --field "%original_assignee%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_assignee_id" --field "%original_assignee_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_component_descriptions" --field "%original_component_descriptions%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_components" --field "%original_components%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_created" --field "%original_created%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_custom-multi-user-picker" --field "%original_custom-multi-user-picker%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_custom-multi-user-picker_id" --field "%original_custom-multi-user-picker_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_custom-user-picker" --field "%original_custom-user-picker%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_custom-user-picker_id" --field "%original_custom-user-picker_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_custom1" --field "%original_custom1%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_custom2" --field "%original_custom2%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_description" --field "%original_description%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_duedate" --field "%original_duedate%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_environment" --field "%original_environment%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_estimate" --field "%original_estimate%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_fix_versions" --field "%original_fix_versions%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_fixed_versions" --field "%original_fixed_versions%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_id" --field "%original_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_issuelinks" --field "%original_issuelinks%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_issuetype" --field "%original_issuetype%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_key" --field "%original_key%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_labels" --field "%original_labels%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_labels_comma_separated" --field "%original_labels_comma_separated%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_original_estimate" --field "%original_original_estimate%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_priority" --field "%original_priority%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_project" --field "%original_project%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_project_category" --field "%original_project_category%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_project_id" --field "%original_project_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_project_lead" --field "%original_project_lead%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_project_lead_id" --field "%original_project_lead_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_project_name" --field "%original_project_name%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_reporter" --field "%original_reporter%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_reporter_id" --field "%original_reporter_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_resolution" --field "%original_resolution%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_resolution_date" --field "%original_resolution_date%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_security" --field "%original_security%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_security_level" --field "%original_security_level%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_status" --field "%original_status%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_subtasks" --field "%original_subtasks%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_summary" --field "%original_summary%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_time_spent" --field "%original_time_spent%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_updated" --field "%original_updated%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_voters" --field "%original_voters%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_voters_id" --field "%original_voters_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "original_votes" --field "%original_votes%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "role_Developers" --field "%role_Developers%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "role_Developers_id" --field "%role_Developers_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "user_id" --field "%user_id%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "user_key" --field "%user_key%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --dateFormat "yyyy-MM-dd HH:mm:ss" --field "user_name" --field "%user_name%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --field "%original_project%" --field "%original_project_lead%" --field "%original_summary%" --field "%original_priority%" --field "%original_issuetype%" --field "%original_reporter%" --field "%original_description%"
--action getSubstitutionValues --issue "ZJIRACLISUB-1" --field "original_project" --field "original_project_lead" --field "original_summary" --field "original_priority" --field "original_issuetype" --field "original_reporter" --field "original_description" --outputType "text"
--action getSubstitutionValues --issue "ZJIRACLISUB-3" --field "parent_project" --field "parent_summary" --field "parent_priority" --field "parent_issuetype" --field "parent_reporter" --field "parent_description" --field "original_summary" --field "original_priority" --field "original_issuetype" --field "original_description" --outputType "text"

getTransitionFunctionList

--action getTransitionFunctionList --workflow "zjiracliworkflow_new" --outputType "text" --columns "-transitiondescription" --options "tableNoWrap"

getTransitionList

--action getTransitionList --issue "ZJIRACLI-4"
--action getTransitionList --issue "ZJIRACLI-4" --outputFormat 2

getUser

--action getUser --dateFormat "yyyy-MM-dd HH:mm:ss"
--action getUser --name "Admi"
--action getUser --name "german"
--action getUser --userId "Testuser3"
--action getUser --userId "automation"
--action getUser --userId "developer"
--action getUser --userId "testuser1"
--action getUser --userId "testuser1New"

getUserList

--action getUserList --group "jira-users" --regex ".*@examplegear.com" --outputFormat 2
--action getUserList --group "jira-users" --regex "testuser1" --outputFormat 2 --outputType "text"
--action getUserList --group "testgroup2"
--action getUserList --group "testgroup2" --outputFormat 2
--action getUserList --name "@all"
--action getUserList --name "@all" --outputFormat 101 --outputType "text"
--action getUserList --name "@all" --regex "testuser1" --includeInactive --outputFormat 2
--action getUserList --name "testuser" --outputFormat 1
--action getUserList --name "testuser" --outputFormat 2
--action getUserList --project "ZJIRACLIUSER" --role "developers"

getVersion

--action getVersion --project "ZJIRACLIVERSIONS" --name "V1" --dateFormat "yyyy MM dd"
--action getVersion --project "ZJIRACLIVERSIONS" --version "V2" --dateFormat "yyyy.MM.dd"
--action getVersion --project "ZJIRACLIVERSIONS" --version "With Blanks"
--action getVersion --project "ZJIRACLIVERSIONS" --version "auto2" --dateFormat "yyyy.MM.dd"
--action getVersion --project "zjiracliA" --version "V1" --dateFormat "yyyy.MM.dd"
--action getVersion --project "zjiracliC" --version "V2" --outputFormat 999

getVersionList

--action getVersionList --project "ZJIRACLIVERSIONS"
--action getVersionList --project "ZJIRACLIVERSIONS" --file "build/output/jiracliversions/getVersionList.txt"
--action getVersionList --project "ZJIRACLIVERSIONS" --outputFormat 2
--action getVersionList --project "ZJIRACLIVERSIONS" --outputFormat 999 --dateFormat "yyyy.MM.dd"

getVoterList

--action getVoterList --issue "ZJIRACLIVOTEWATCH-1"
--action getVoterList --issue "ZJIRACLIVOTEWATCH-1" --outputFormat 2
--action getVoterList --issue "ZJIRACLIVOTEWATCH-1" --outputFormat 999

getWatcherList

--action getWatcherList --issue "ZJIRACLIVOTEWATCH-1"
--action getWatcherList --issue "ZJIRACLIVOTEWATCH-1" --outputFormat 2
--action getWatcherList --issue "ZJIRACLIVOTEWATCH-1" --outputFormat 999

getWebhookList

--action getWebhookList --dateFormat "yyyy-mm-dd"

getWorkList

--action getWorkList --issue "ZJIRACLICOPYISSUE-1" --dateFormat "yyyy-MM-dd HH:mm:ss.SSS"
--action getWorkList --issue "ZJIRACLICOPYISSUE-4" --dateFormat "yyyy-MM-dd HH:mm:ss.SSS"
--action getWorkList --issue "ZJIRACLICOPYISSUEX-1" --dateFormat "yyyy-MM-dd HH:mm:ss.SSS"
--action getWorkList --issue "ZJIRACLIWORK-1"
--action getWorkList --issue "ZJIRACLIWORK-1" --dateFormat "yyyy-MM-dd HH:mm:ss.SSS"

getWorkflow

--action getWorkflow --workflow "Simple" --dateFormat "yyyy-MM-dd"
--action getWorkflow --workflow "zjiracliworkflows" --dateFormat "yyyy-MM-dd"

getWorkflowList

--action getWorkflowList --dateFormat "yyyy-MM-dd" --outputFormat 999
--action getWorkflowList --dateFormat "yyyy-MM-dd" --outputFormat 999 --select "Delete Enabled:Yes" --columns "Name,Description,Last Modified,Last Modifier,Step Count,Delete Enabled,Assigned Schemes,Assigned Draft Schemes"
--action getWorkflowList --dateFormat "yyyy-MM-dd" --regex "(Simple)|(jira)"

getWorkflowScheme

--action getWorkflowScheme --name "@default"
--action getWorkflowScheme --name "zjiracliworkflow"

getWorkflowSchemeList

--action getWorkflowSchemeList
--action getWorkflowSchemeList --limit 2
--action getWorkflowSchemeList --outputFormat 2 --regex "zjiracliworkflow"

import

--action import --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/importProjects.json" --options "logFile=-"

importWorkflow

--action importWorkflow --file "build/output/jiracliworkflow/exportWorkflow.txt" --name "zjiracliworkflow" --description "Imported workflow"

installApp

--action installApp --app "@default" --simulate

linkIssue

--action linkIssue --issue "633733362147" --toIssue "633734362148" --link "10003" --comment "Link comment"
--action linkIssue --issue "ZJIRACLILINKS-1" --toIssue "ZJIRACLILINKS-2" --link "relates" --comment "Link comment with group" --group "jira-users"
--action linkIssue --issue "ZJIRACLILINKS-1" --toIssue "ZJIRACLILINKS-2" --link "relates" --comment "Link comment with role and group" --role "Developers" --group "jira-users"
--action linkIssue --issue "ZJIRACLILINKS-1" --toIssue "ZJIRACLILINKS-2" --link "relates" --comment "Link comment with role" --role "Developers"
--action linkIssue --issue "ZJIRACLILINKS-1" --toIssue "ZJIRACLILINKS-2" --link "relates" --comment "Link comment"
--action linkIssue --issue "ZJIRACLILINKS-1" --toIssue "ZJIRACLILINKS-3" --link "duplicate" --verbose
--action linkIssue --issue "ZJIRACLILINKS-1" --toIssue "ZJIRACLILINKS-3" --link "relates"
--action linkIssue --issue "ZJIRACLISUB-1" --toIssue "ZJIRACLISUB-3" --link "relates"

logout

--action logout

modifyFieldValue

--action modifyFieldValue --issue "ZJIRACLIFIELDS-5" --field "fixVersions" --field2 "components" --findReplace "V2:V3,V4" --findReplace "C1:C2" --autoVersion --autoComponent
--action modifyFieldValue --issue "ZJIRACLIFIELDS-5" --field "summary" --field2 "environment" --findReplace "original:modified"
--action modifyFieldValue --issue "ZJIRACLISUB-3" --field "testcase1" --findReplace "testcase1 default value:%original_summary%"

releaseVersion

--action releaseVersion --project "ZJIRACLIVERSIONS" --name "V1" --continue
--action releaseVersion --project "ZJIRACLIVERSIONS" --name "V1" --dateFormat "yyyy.MM.dd" --description "V1 description released"

removeAttachment

--action removeAttachment --issue "ZJIRACLIATTACHMENTS-1" --id "323913177102"
--action removeAttachment --issue "ZJIRACLIATTACHMENTS-1" --name "data.txt"

removeComment

--action removeComment --issue "ZJIRACLICOMMENTS-1" --id "309716173718"

removeComponent

--action removeComponent --project "zjiracli" --component "swap1" --toComponent "swap2"
--action removeComponent --project "zjiracli" --component 6612038409
--action removeComponent --project "zjiracliX" --component "C2"
--action removeComponent --project "zjiracliX" --component "C3"
--action removeComponent --project "zjiracliX" --name "C1"
--action removeComponent --project "zjiracliX" --name "C1" --continue

removeCustomEvent

--action removeCustomEvent --event "zjiraclinotifications1"
--action removeCustomEvent --event "zjiraclinotifications1" --continue

removeCustomField

--action removeCustomField --field "2766619937" --continue
--action removeCustomField --field "2768419955" --continue
--action removeCustomField --field "customfield_2765319924" --continue
--action removeCustomField --field "customfield_2765419925" --continue
--action removeCustomField --field "customfield_2765519926" --continue
--action removeCustomField --field "customfield_2765619927" --continue
--action removeCustomField --field "customfield_2765719928" --continue
--action removeCustomField --field "customfield_2765819929" --continue
--action removeCustomField --field "customfield_2765919930" --continue
--action removeCustomField --field "customfield_2766019931" --continue
--action removeCustomField --field "customfield_2766119932" --continue
--action removeCustomField --field "customfield_2766219933" --continue
--action removeCustomField --field "customfield_2766319934" --continue
--action removeCustomField --field "customfield_2766419935" --continue
--action removeCustomField --field "customfield_2766519936" --continue
--action removeCustomField --field "customfield_2768519956" --continue
--action removeCustomField --field "zzz_Select List (single choice)" --continue

removeCustomFieldContext

--action removeCustomFieldContext --field "2766619937" --context "context for zzz_ctx_FloatNumber" --continue
--action removeCustomFieldContext --field "customfield_2765319924" --context "context for zzz_ctx_Select" --continue
--action removeCustomFieldContext --field "customfield_2765419925" --context "context for zzz_ctx_MultiSelect" --continue
--action removeCustomFieldContext --field "customfield_2765519926" --context "context for zzz_ctx_MultiCheckboxes" --continue
--action removeCustomFieldContext --field "customfield_2765619927" --context "context for zzz_ctx_RadioButtons" --continue
--action removeCustomFieldContext --field "customfield_2765719928" --context "context for zzz_ctx_CascadingSelect" --continue
--action removeCustomFieldContext --field "customfield_2765819929" --context "context for zzz_ctx_Project" --continue
--action removeCustomFieldContext --field "customfield_2765919930" --context "context for zzz_ctx_MultiVersion" --continue
--action removeCustomFieldContext --field "customfield_2766019931" --context "context for zzz_ctx_UserPicker" --continue
--action removeCustomFieldContext --field "customfield_2766119932" --context "context for zzz_ctx_GroupPicker" --continue
--action removeCustomFieldContext --field "customfield_2766219933" --context "context for zzz_ctx_MultiUserPicker" --continue
--action removeCustomFieldContext --field "customfield_2766319934" --context "context for zzz_ctx_MultiGroupPicker" --continue
--action removeCustomFieldContext --field "customfield_2766419935" --context "context for zzz_ctx_DatePicker" --continue
--action removeCustomFieldContext --field "customfield_2766519936" --context "context for zzz_ctx_Labels" --continue
--action removeCustomFieldContext --field "zzselect3" --context "zcontext6A"

removeCustomFieldContextFromProject

--action removeCustomFieldContextFromProject --field "zzselect4" --context "zcontext1" --project "TEMPLATE"

removeCustomFieldOptions

--action removeCustomFieldOptions --field "zzselect1" --context "zcontext" --options "X1"

removeFieldConfigurationSchemeAssociation

--action removeFieldConfigurationSchemeAssociation --fieldConfigurationScheme "zfieldConfigurationScheme4" --fieldConfiguration "zfieldConfiguration4" --issueType "task"

removeFilterPermission

--action removeFilterPermission --filter "1349013836" --id "123456789" --continue
--action removeFilterPermission --filter "1349013836" --id "1951717123"

removeGroup

--action removeGroup --group "Testgroup1"
--action removeGroup --group "bad" --continue
--action removeGroup --group "testgroup2"

removeLabels

--action removeLabels --issue "ZJIRACLI-7" --labels "addLabel1 addLabel2"
--action removeLabels --issue "ZJIRACLI-8" --labels "xxx"

removeLinkType

--action removeLinkType --link "hold" --continue
--action removeLinkType --link "suspend"

removeNotification

--action removeNotification --notificationScheme "zjiraclinotificationsscheme2" --event "zjiraclinotifications2" --recipientType "Group Custom Field"

removePermission

--action removePermission --permissionScheme "CLI default copy" --permission "Browse Projects" --role "Users"
--action removePermission --permissionScheme "CLI default copy" --permission "Browse Projects" --role "View"
--action removePermission --permissionScheme "CLI default copy" --permission "Browse Projects" --type "application access" --value ""
--action removePermission --permissionScheme "zjiraclipermissions" --permission "Browse Projects" --group "jira-developers"
--action removePermission --permissionScheme "zjiraclipermissions" --permission "Browse Projects" --role "Administrators"
--action removePermission --permissionScheme "zjiraclipermissions" --permission "Browse Projects" --role "Administrators" --continue

removeProjectRoleActors

--action removeProjectRoleActors --project "ZJIRACLIROLES" --role "administrators" --group "jira-developers" --continue
--action removeProjectRoleActors --project "ZJIRACLIROLES" --role "users" --userId "user, admin"
--action removeProjectRoleActors --project "ZJIRACLIROLESX" --role "users" --userId "user, admin"
--action removeProjectRoleActors --project "zjiracli" --role "users" --userId "user,admin"

removeScreen

--action removeScreen --screen "zscreen5A"

removeScreenFields

--action removeScreenFields --screen "zscreen2" --field "description" --field "duedate" --continue
--action removeScreenFields --screen "zscreen2" --field "duedate" --continue
--action removeScreenFields --screen "zscreen2" --field "duedate" --field "summary"

removeScreenTab

--action removeScreenTab --screen "zscreen2" --tab "NEW TAB"

removeShortcut

--action removeShortcut --project "ZJIRACLISHORTCUTS" --name "@all"
--action removeShortcut --project "ZJIRACLISHORTCUTS" --name "NOT FOUND" --continue
--action removeShortcut --project "ZJIRACLISHORTCUTS" --name "Shortcut 1"

removeUser

--action removeUser --userId "Testuser3"
--action removeUser --userId "testuser1"

removeUserFromGroup

--action removeUserFromGroup --userId "Testuser3" --group "testgroup2"

removeUserProperty

--action removeUserProperty --userId "testuser1" --name "testProperty"

removeVote

--action removeVote --issue "ZJIRACLIVOTEWATCH-1"

removeWatchers

--action removeWatchers --issue "ZJIRACLIVOTEWATCH-1" --userId "ZZZinvalid, xxxxxx" --continue
--action removeWatchers --issue "ZJIRACLIVOTEWATCH-1" --userId "user, developer"

removeWebhook

--action removeWebhook --name "zwebhooks1"

removeWork

--action removeWork --issue "ZJIRACLIWORK-1" --id "4308230617"

renderRequest

--action renderRequest --file "build/output/jiraclirender/renderRequestAcceptType.txt" --url "/rest/project-templates/1.0/templates" --contentType "FORM_URL_ENCODED" --acceptType "JSON" --verbose --pretty
--action renderRequest --file "build/output/jiraclirender/renderRequestFullUrl.txt" --url "https://jira.examplegear.com"
--action renderRequest --file "build/output/jiraclirender/renderRequestNonAdministrator.txt" --url "/secure/Dashboard.jspa"
--action renderRequest --file "build/output/jiracliuser/renderRequestViewUser.txt" --url "/secure/admin/user/ViewUser.jspa" --requestParameters "name=testuser1"
--action renderRequest --file "build/output/jiracliuser/renderRequestViewUserAfterRemove.txt" --url "/secure/admin/user/ViewUser.jspa" --requestParameters "name=testuser1"
--action renderRequest --issue "ZJIRACLIRENDER-1" --file "build/output/jiraclirender/renderRequest.txt"
--action renderRequest --project "zjiracli" --file "build/output/jiracli/verifyProjectIssueTypeScreenScheme.txt" --url "plugins/servlet/project-config/ZJIRACLI/summary"
--action renderRequest --project "zjiracli" --file "build/output/jiracli/verifyUpdateProjectIssueTypeScreenSchemeDefault.txt" --url "plugins/servlet/project-config/ZJIRACLI/summary"

run

--action run
--action run -i "-a addCustomField --name \"custom-VM/Server Monitoring?\" --type com.atlassian.jira.plugin.system.customfieldtypes:textfield --continue" -i "-a addScreenFields --screen @default --tab custom --autoTab --field @field@ --continue" -i "-a createIssue --project ZJIRACLICUSTOM --type bug --summary special --field \"custom-VM/Server Monitoring?=xxx\" " -i "-a setReplacementVariables --issue @issue@ --field subWithId=%original_@customFieldId@% --field \"subWithName=%original_custom-VM/Server Monitoring?%\"" -i "-a getReplacementVariableList --outputType text"
--action run -i "-a createIssue --project ZZ --type Bug --summary xxx" -i "-a createIssue --parent @issue@ --type Sub-task --summary xxx --originalEstimate 30" -i "-a addComment --issue @issue@ --comment 111 " -i "-a addComment --issue @subtask@ --comment 111 " -i "-a addAttachment --issue @issue@ --file /opt/atlassian/pipelines/agent/build/src/itest/jira/resources/empty.txt" -i "-a addAttachment --issue @subtask@ --file /opt/atlassian/pipelines/agent/build/src/itest/jira/resources/empty.txt" -i "-a addWork --issue @issue@ --timeSpent 5h --comment worklog1 --role Developers" -i "-a addWork --issue @subtask@ --timeSpent 5" -i "-a addWatchers --issue @issue@ --userId \"developer\"" -i "-a addWatchers --issue @subtask@ --userId \"developer\"" -i "-a setEntityProperty --issue @issue@ --name \"my.entity.property\" --value {}" -i "-a setEntityProperty --issue @issue@ --name \"my.entity.property\" --value {}" -i "-a setEntityProperty --issue @subtask@ --name \"my.entity.property\" --value {}" -i "-a updateIssue --issue @issue@" -i "-a updateIssue --issue @issue@ --summary xxx --comment 222" -i "-a updateIssue --issue @issue@ --summary yyy" -i "-a linkIssue --issue @issue@ --toIssue @subtask@ --link relates" -i "-a addRemoteLink --issue @issue@ --url \"https://examplegear.atlassian.net\" --link \"remote url link\"" -i "-a cloneIssue --issue @issue@ --comment 333 --fieldExcludes NOT_VALID --copySubtasks --copySubtaskEstimates --copyAttachments --copyComments --copyLinks --copyRemoteLinks --copyWork --copyWatchers --copyProperties" -i "-a cloneIssues --jql \"key in (@issue@)\" --copySubtasks --copySubtaskEstimates --copyAttachments --copyComments --copyLinks --copyRemoteLinks --copyWork --copyWatchers --copyProperties" -i "-a createIssue --project @project@ --type Bug --summary xxx" -i "-a copyIssue --issue @clone@ --toIssue @issue@ --copySubtasks --copySubtaskEstimates --copyAttachments --copyComments --copyLinks --copyRemoteLinks --copyWork --copyWatchers --copyProperties" -i "-a getReplacementVariableList"
--action run -i "-a deleteWorkflow --workflow ztemp --continue" -i "-a createWorkflow --workflow ztemp --description \"Description for zjiracliworkflows\"" -i "-a addWorkflowStep --workflow @workflow@ --step s1 --status \"In Progress\"" -i "-a getWorkflowStep --workflow @workflow@ --step @stepName@" -i "-a removeWorkflowStep --workflow @workflow@ --step @stepName@" -i "-a getWorkflowStepList --workflow @workflow@ --outputType text" -i "-a addWorkflowStep --workflow @workflow@ --step s1 --status \"In Progress\"" -i "-a addWorkflowStep --workflow @workflow@ --step S2 --status \"Resolved\"" -i "-a addWorkflowStep --workflow @workflow@ --step \"Step 3\" --status \"Closed\"" -i "-a getWorkflowStepList --workflow @workflow@ --outputType text" -i "-a removeWorkflowStep --workflow @workflow@ --step s2" -i "-a removeWorkflowStep --workflow @workflow@ --step s2 --continue " -i "-a removeWorkflowStep --workflow @workflow@ --step \"step 3\""
--action run -i "-a getApp --app @default"
--action run -i "-a getServerInfo --outputFormat 2 --outputType text" -i "-a getReplacementVariableList --outputType text"
--action run -i "-a getUser --reference currentUserKey" -i "-a getUser --userKey @currentUserKey@ --comment \"@userId@ and @userDisplayName@\"" -i "-a getUser --userId @currentUserKey@ --comment \"@userId@ and @userDisplayName@\""
--action run -i "-a getWorkflowStep --workflow zjiracliworkflows --step 1"
--action run -i "bitbucket -a getReplacementVariableList" -i "confluencecloud -a getReplacementVariableList"
--action run --common "--field zzcascade-select" --input "-a disableCustomFieldOptions --options \"A - x,b - 1,A\"" --input "-a disableCustomFieldOptions --options \"A - x,D - d\" --continue" --input "-a getCustomFieldOptionList" --input "-a enableCustomFieldOptions --options \"A - x\" --options \"b - 1\" --options A" --input "-a enableCustomFieldOptions --options \"A - x\" --options \"D - d\" --continue" --input "-a getCustomFieldOptionList"
--action run --common "--field zzcascade-select" --input "-a removeCustomField --continue" --input "-a addCustomField --type com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect --options createAnother" --input "-a addCustomFieldContext --name zcontext --project ZJIRACLICUSTOM --continue" --input "-a addCustomFieldOptions --context zcontext --options \"A - x, A - y\" --options \"b - 1\" --options \"b - 2\"" --input "-a disableCustomFieldOptions --context zcontext --options \"A - y\" --options \"b\"" --input "-a updateCustomFieldOptions --context zcontext --options \"b - 2:b - 2A\"" --input "-a removeCustomFieldOptions --context zcontext --options \"b - 1\"" --input "-a getCustomFieldOptionList --context zcontext"
--action run --common "--field zzcascade-select" --input "-a removeCustomField --continue" --input "-a addCustomField --type com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect --options createAnother" --input "-a addCustomFieldOptions --options \"A - x, A - y, A - X, A - A\" --options \"b - 1\" --options \"b - 2\" --options \"B - 2\" --options \"B - 2\"" --input "-a addCustomFieldOptions --options C --options \"'Option with - (dash)' - 'Child option with a - (dash)'\"" --input "-a addCustomFieldOptions --options \"D - d\"" --input "-a addCustomFieldOptions --options \"E - e1, F - f1, G - g1\"" --input "-a addCustomFieldOptions --options C --options \"'Parent - (dash)' - 'Child - (dash)'\" --continue" --input "-a getCustomFieldOptionList"
--action run --common "--field zzcascade-select" --input "-a removeCustomField --continue" --input "-a addCustomField --type com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect --options createAnother" --input "-a addCustomFieldOptions --options \"zzVolumeOption1 - zzVolumeChild1,zzVolumeOption2 - zzVolumeChild2,zzVolumeOption3 - zzVolumeChild3,zzVolumeOption4 - zzVolumeChild4,zzVolumeOption5 - zzVolumeChild5,zzVolumeOption6 - zzVolumeChild6,zzVolumeOption7 - zzVolumeChild7,zzVolumeOption8 - zzVolumeChild8,zzVolumeOption9 - zzVolumeChild9,zzVolumeOption10 - zzVolumeChild10,zzVolumeOption11 - zzVolumeChild11,zzVolumeOption12 - zzVolumeChild12,zzVolumeOption13 - zzVolumeChild13,zzVolumeOption14 - zzVolumeChild14,zzVolumeOption15 - zzVolumeChild15,zzVolumeOption16 - zzVolumeChild16,zzVolumeOption17 - zzVolumeChild17,zzVolumeOption18 - zzVolumeChild18,zzVolumeOption19 - zzVolumeChild19,zzVolumeOption20 - zzVolumeChild20,zzVolumeOption21 - zzVolumeChild21,zzVolumeOption22 - zzVolumeChild22,zzVolumeOption23 - zzVolumeChild23,zzVolumeOption24 - zzVolumeChild24,zzVolumeOption25 - zzVolumeChild25,zzVolumeOption26 - zzVolumeChild26,zzVolumeOption27 - zzVolumeChild27,zzVolumeOption28 - zzVolumeChild28,zzVolumeOption29 - zzVolumeChild29,zzVolumeOption30 - zzVolumeChild30,zzVolumeOption31 - zzVolumeChild31,zzVolumeOption32 - zzVolumeChild32,zzVolumeOption33 - zzVolumeChild33,zzVolumeOption34 - zzVolumeChild34,zzVolumeOption35 - zzVolumeChild35,zzVolumeOption36 - zzVolumeChild36,zzVolumeOption37 - zzVolumeChild37,zzVolumeOption38 - zzVolumeChild38,zzVolumeOption39 - zzVolumeChild39,zzVolumeOption40 - zzVolumeChild40,zzVolumeOption41 - zzVolumeChild41,zzVolumeOption42 - zzVolumeChild42,zzVolumeOption43 - zzVolumeChild43,zzVolumeOption44 - zzVolumeChild44,zzVolumeOption45 - zzVolumeChild45,zzVolumeOption46 - zzVolumeChild46,zzVolumeOption47 - zzVolumeChild47,zzVolumeOption48 - zzVolumeChild48,zzVolumeOption49 - zzVolumeChild49,zzVolumeOption50 - zzVolumeChild50,zzVolumeOption51 - zzVolumeChild51,zzVolumeOption52 - zzVolumeChild52,zzVolumeOption53 - zzVolumeChild53,zzVolumeOption54 - zzVolumeChild54,zzVolumeOption55 - zzVolumeChild55,zzVolumeOption56 - zzVolumeChild56,zzVolumeOption57 - zzVolumeChild57,zzVolumeOption58 - zzVolumeChild58,zzVolumeOption59 - zzVolumeChild59,zzVolumeOption60 - zzVolumeChild60,zzVolumeOption61 - zzVolumeChild61,zzVolumeOption62 - zzVolumeChild62,zzVolumeOption63 - zzVolumeChild63,zzVolumeOption64 - zzVolumeChild64,zzVolumeOption65 - zzVolumeChild65,zzVolumeOption66 - zzVolumeChild66,zzVolumeOption67 - zzVolumeChild67,zzVolumeOption68 - zzVolumeChild68,zzVolumeOption69 - zzVolumeChild69,zzVolumeOption70 - zzVolumeChild70,zzVolumeOption71 - zzVolumeChild71,zzVolumeOption72 - zzVolumeChild72,zzVolumeOption73 - zzVolumeChild73,zzVolumeOption74 - zzVolumeChild74,zzVolumeOption75 - zzVolumeChild75,zzVolumeOption76 - zzVolumeChild76,zzVolumeOption77 - zzVolumeChild77,zzVolumeOption78 - zzVolumeChild78,zzVolumeOption79 - zzVolumeChild79,zzVolumeOption80 - zzVolumeChild80,zzVolumeOption81 - zzVolumeChild81,zzVolumeOption82 - zzVolumeChild82,zzVolumeOption83 - zzVolumeChild83,zzVolumeOption84 - zzVolumeChild84,zzVolumeOption85 - zzVolumeChild85,zzVolumeOption86 - zzVolumeChild86,zzVolumeOption87 - zzVolumeChild87,zzVolumeOption88 - zzVolumeChild88,zzVolumeOption89 - zzVolumeChild89,zzVolumeOption90 - zzVolumeChild90,zzVolumeOption91 - zzVolumeChild91,zzVolumeOption92 - zzVolumeChild92,zzVolumeOption93 - zzVolumeChild93,zzVolumeOption94 - zzVolumeChild94,zzVolumeOption95 - zzVolumeChild95,zzVolumeOption96 - zzVolumeChild96,zzVolumeOption97 - zzVolumeChild97,zzVolumeOption98 - zzVolumeChild98,zzVolumeOption99 - zzVolumeChild99,zzVolumeOption100 - zzVolumeChild100\" --continue" --input "-a addCustomFieldOptions --options \"zzVolumeOptionAA - zzVolumeChildAA\"" --input "-a updateCustomFieldOptions --options \"zzVolumeOptionAA - zzVolumeChildAA:zzVolumeOptionAA - zzVolumeChildBB\"" --input "-a updateCustomFieldOptions --options \"zzVolumeOption1:zzVolumeOption1A\"" --input "-a removeCustomFieldOptions --options \"zzVolumeOption1,zzVolumeOption2,zzVolumeOption3,zzVolumeOption4,zzVolumeOption5,zzVolumeOption6,zzVolumeOption7,zzVolumeOption8,zzVolumeOption9,zzVolumeOption10,zzVolumeOption11,zzVolumeOption12,zzVolumeOption13,zzVolumeOption14,zzVolumeOption15,zzVolumeOption16,zzVolumeOption17,zzVolumeOption18,zzVolumeOption19,zzVolumeOption20,zzVolumeOption21,zzVolumeOption22,zzVolumeOption23,zzVolumeOption24,zzVolumeOption25,zzVolumeOption26,zzVolumeOption27,zzVolumeOption28,zzVolumeOption29,zzVolumeOption30,zzVolumeOption31,zzVolumeOption32,zzVolumeOption33,zzVolumeOption34,zzVolumeOption35,zzVolumeOption36,zzVolumeOption37,zzVolumeOption38,zzVolumeOption39,zzVolumeOption40,zzVolumeOption41,zzVolumeOption42,zzVolumeOption43,zzVolumeOption44,zzVolumeOption45,zzVolumeOption46,zzVolumeOption47,zzVolumeOption48,zzVolumeOption49,zzVolumeOption50,zzVolumeOption51,zzVolumeOption52,zzVolumeOption53,zzVolumeOption54,zzVolumeOption55,zzVolumeOption56,zzVolumeOption57,zzVolumeOption58,zzVolumeOption59,zzVolumeOption60,zzVolumeOption61,zzVolumeOption62,zzVolumeOption63,zzVolumeOption64,zzVolumeOption65,zzVolumeOption66,zzVolumeOption67,zzVolumeOption68,zzVolumeOption69,zzVolumeOption70,zzVolumeOption71,zzVolumeOption72,zzVolumeOption73,zzVolumeOption74,zzVolumeOption75,zzVolumeOption76,zzVolumeOption77,zzVolumeOption78,zzVolumeOption79,zzVolumeOption80,zzVolumeOption81,zzVolumeOption82,zzVolumeOption83,zzVolumeOption84,zzVolumeOption85,zzVolumeOption86,zzVolumeOption87,zzVolumeOption88,zzVolumeOption89,zzVolumeOption90,zzVolumeOption91,zzVolumeOption92,zzVolumeOption93,zzVolumeOption94,zzVolumeOption95,zzVolumeOption96,zzVolumeOption97,zzVolumeOption98,zzVolumeOption99,zzVolumeOption100\" --continue" --input "-a getCustomFieldOptionList"
--action run --common "--field zzcascade-select" --input "-a removeCustomFieldOptions --options \"A - x\" --options b" --input "-a removeCustomFieldOptions --options 216241117531" --input "-a getCustomFieldOptionList" --input "-a removeCustomFieldOptions --options \"A - x\" --continue"
--action run --common "--field zzcascade-select" --input "-a updateCustomFieldOptions --options \"E:E1\" --options \"F - f1:F - f2\"" --input "-a updateCustomFieldOptions --options \"E1 - e1:E1 - e2\" --options \"E1 - e2:E1 - e3\"" --input "-a updateCustomFieldOptions --options \"'Parent - (dash)' - 'Child - (dash)':'Parent - (dash)' - Child without (dash)\"" --input "-a updateCustomFieldOptions --options \"216245 117535 - g1:216245 117535 - g2\"" --input "-a getCustomFieldOptionList" --input "-a removeCustomFieldOptions --options E1,F,G --continue" --input "-a removeCustomFieldOptions --options \"216249117539\""
--action run --common "--field zznumber" --input "-a removeCustomField --continue" --input "-a addCustomField --type \"com.atlassian.jira.plugin.system.customfieldtypes:float\""
--action run --common "--field zzselect1" --input "-a disableCustomFieldOptions --options A,b" --input "-a disableCustomFieldOptions --options A,C --continue" --input "-a getCustomFieldOptionList" --input "-a enableCustomFieldOptions --options A --options b" --input "-a enableCustomFieldOptions --options A --options C --continue" --input "-a getCustomFieldOptionList"
--action run --common "--field zzselect1" --input "-a removeCustomField --continue" --input "-a addCustomField --type com.atlassian.jira.plugin.system.customfieldtypes:select --options createAnother" --input "-a addCustomFieldContext --name zcontext --project ZJIRACLICUSTOM --continue" --input "-a addCustomFieldOptions --context zcontext --options A,B --options C --options D" --input "-a disableCustomFieldOptions --context zcontext --options B" --input "-a updateCustomFieldOptions --context zcontext --options \"A:A1\"" --input "-a removeCustomFieldOptions --context zcontext --options D" --input "-a getCustomFieldOptionList --context zcontext"
--action run --common "--field zzselect1" --input "-a removeCustomField --continue" --input "-a addCustomField --type com.atlassian.jira.plugin.system.customfieldtypes:select --options createAnother" --input "-a addCustomFieldOptions --options A,b,C --options A --options B --options \"Option with , (comma)\"" --input "-a addCustomFieldOptions --options D --options \"Option , (comma)\"" --input "-a addCustomFieldOptions --options E,F,G,H,I" --input "-a getCustomFieldOptionList"
--action run --common "--field zzselect1" --input "-a removeCustomField --continue" --input "-a addCustomField --type com.atlassian.jira.plugin.system.customfieldtypes:select --options createAnother" --input "-a addCustomFieldOptions --options zzVolumeOption1,zzVolumeOption2,zzVolumeOption3,zzVolumeOption4,zzVolumeOption5,zzVolumeOption6,zzVolumeOption7,zzVolumeOption8,zzVolumeOption9,zzVolumeOption10,zzVolumeOption11,zzVolumeOption12,zzVolumeOption13,zzVolumeOption14,zzVolumeOption15,zzVolumeOption16,zzVolumeOption17,zzVolumeOption18,zzVolumeOption19,zzVolumeOption20,zzVolumeOption21,zzVolumeOption22,zzVolumeOption23,zzVolumeOption24,zzVolumeOption25,zzVolumeOption26,zzVolumeOption27,zzVolumeOption28,zzVolumeOption29,zzVolumeOption30,zzVolumeOption31,zzVolumeOption32,zzVolumeOption33,zzVolumeOption34,zzVolumeOption35,zzVolumeOption36,zzVolumeOption37,zzVolumeOption38,zzVolumeOption39,zzVolumeOption40,zzVolumeOption41,zzVolumeOption42,zzVolumeOption43,zzVolumeOption44,zzVolumeOption45,zzVolumeOption46,zzVolumeOption47,zzVolumeOption48,zzVolumeOption49,zzVolumeOption50,zzVolumeOption51,zzVolumeOption52,zzVolumeOption53,zzVolumeOption54,zzVolumeOption55,zzVolumeOption56,zzVolumeOption57,zzVolumeOption58,zzVolumeOption59,zzVolumeOption60,zzVolumeOption61,zzVolumeOption62,zzVolumeOption63,zzVolumeOption64,zzVolumeOption65,zzVolumeOption66,zzVolumeOption67,zzVolumeOption68,zzVolumeOption69,zzVolumeOption70,zzVolumeOption71,zzVolumeOption72,zzVolumeOption73,zzVolumeOption74,zzVolumeOption75,zzVolumeOption76,zzVolumeOption77,zzVolumeOption78,zzVolumeOption79,zzVolumeOption80,zzVolumeOption81,zzVolumeOption82,zzVolumeOption83,zzVolumeOption84,zzVolumeOption85,zzVolumeOption86,zzVolumeOption87,zzVolumeOption88,zzVolumeOption89,zzVolumeOption90,zzVolumeOption91,zzVolumeOption92,zzVolumeOption93,zzVolumeOption94,zzVolumeOption95,zzVolumeOption96,zzVolumeOption97,zzVolumeOption98,zzVolumeOption99,zzVolumeOption100 --continue" --input "-a addCustomFieldOptions --options zzVolumeOptionAA" --input "-a updateCustomFieldOptions --options \"zzVolumeOption1:zzVolumeOption1A\"" --input "-a removeCustomFieldOptions --options zzVolumeOption1,zzVolumeOption2,zzVolumeOption3,zzVolumeOption4,zzVolumeOption5,zzVolumeOption6,zzVolumeOption7,zzVolumeOption8,zzVolumeOption9,zzVolumeOption10,zzVolumeOption11,zzVolumeOption12,zzVolumeOption13,zzVolumeOption14,zzVolumeOption15,zzVolumeOption16,zzVolumeOption17,zzVolumeOption18,zzVolumeOption19,zzVolumeOption20,zzVolumeOption21,zzVolumeOption22,zzVolumeOption23,zzVolumeOption24,zzVolumeOption25,zzVolumeOption26,zzVolumeOption27,zzVolumeOption28,zzVolumeOption29,zzVolumeOption30,zzVolumeOption31,zzVolumeOption32,zzVolumeOption33,zzVolumeOption34,zzVolumeOption35,zzVolumeOption36,zzVolumeOption37,zzVolumeOption38,zzVolumeOption39,zzVolumeOption40,zzVolumeOption41,zzVolumeOption42,zzVolumeOption43,zzVolumeOption44,zzVolumeOption45,zzVolumeOption46,zzVolumeOption47,zzVolumeOption48,zzVolumeOption49,zzVolumeOption50,zzVolumeOption51,zzVolumeOption52,zzVolumeOption53,zzVolumeOption54,zzVolumeOption55,zzVolumeOption56,zzVolumeOption57,zzVolumeOption58,zzVolumeOption59,zzVolumeOption60,zzVolumeOption61,zzVolumeOption62,zzVolumeOption63,zzVolumeOption64,zzVolumeOption65,zzVolumeOption66,zzVolumeOption67,zzVolumeOption68,zzVolumeOption69,zzVolumeOption70,zzVolumeOption71,zzVolumeOption72,zzVolumeOption73,zzVolumeOption74,zzVolumeOption75,zzVolumeOption76,zzVolumeOption77,zzVolumeOption78,zzVolumeOption79,zzVolumeOption80,zzVolumeOption81,zzVolumeOption82,zzVolumeOption83,zzVolumeOption84,zzVolumeOption85,zzVolumeOption86,zzVolumeOption87,zzVolumeOption88,zzVolumeOption89,zzVolumeOption90,zzVolumeOption91,zzVolumeOption92,zzVolumeOption93,zzVolumeOption94,zzVolumeOption95,zzVolumeOption96,zzVolumeOption97,zzVolumeOption98,zzVolumeOption99,zzVolumeOption100 --continue" --input "-a getCustomFieldOptionList"
--action run --common "--field zzselect1" --input "-a removeCustomFieldOptions --options A --options b" --input "-a removeCustomFieldOptions --options 216224117514" --input "-a getCustomFieldOptionList" --input "-a removeCustomFieldOptions --options A --continue"
--action run --common "--field zzselect1" --input "-a updateCustomFieldOptions --options \"E:e1\" --options \"F:f1\" --options \"G:g2\"" --input "-a updateCustomFieldOptions --options \"H:h1\"" --input "-a updateCustomFieldOptions --options 216230117520:i2" --input "-a updateCustomFieldOptions --options \"'Option , (comma)':'Option without , (comma)'\"" --input "-a getCustomFieldOptionList" --input "-a removeCustomFieldOptions --options e1,h1,f1,g2,i2 --options \"Option without , (comma)\""
--action run --common "--field zzselect3" --input "-a removeCustomField --continue" --input "-a addCustomField --type com.atlassian.jira.plugin.system.customfieldtypes:select --options createAnother" --input "-a addCustomFieldContext --name zcontext1 --description \"zcontext1 description\" --issueType \"@all\" --project ZZCLI1" --input "-a addCustomFieldContext --name zcontext2 --description \"zcontext2 description\" --issueType \"Bug,Task,Story\" --project ZZCLI2" --input "-a addCustomFieldContext --name zcontext3 --description \"zcontext3 description\" --issueType \"Story\" --project \"ZZCLI3,ZZCLI4\"" --input "-a addCustomFieldContext --name zcontext4 --project ZZCLI5" --input "-a addCustomFieldContext --name zcontextX --description \"X1\" --project ZZCLI7" --input "-a addCustomFieldContext --name zcontextX --description \"X2\" --project ZZCLI8 --options createAnother" --input "-a getCustomFieldContextList"
--action run --common "--field zzselect3" --input "-a removeCustomFieldContext --context zcontext3" --input "-a removeCustomFieldContext --context zcontext3 --continue" --input "-a removeCustomFieldContext --context 9874643934" --input "-a getCustomFieldContextList"
--action run --common "--field zzselect3" --input "-a updateCustomFieldContext --context zcontext4 --name zcontext4A --description \"zcontext4A description updated\"" --input "-a updateCustomFieldContext --context zcontext2 --issueType @all" --input "-a updateCustomFieldContext --context zcontext4A --issueType \"Task\"" --input "-a updateCustomFieldContext --context zcontext3 --project \"ZZCLI4,ZZCLI6\"" --input "-a getCustomFieldContextList"
--action run --common "--field zzselect4" --input "-a removeCustomField --continue" --input "-a addCustomField --type com.atlassian.jira.plugin.system.customfieldtypes:select --options createAnother" --input "-a removeCustomFieldContext --context @default --continue" --input "-a addCustomFieldContext --name zcontext1 --project JIRA,TEMPLATE" --input "-a addCustomFieldContext --name zcontext2 --project QA" --input "-a getCustomFieldContextList"
--action run --common "--issue ZJIRACLISUB-1" -i "-a addWatchers --userId \"admin, developer\"" -i "jira220_developer -a addVote" -i "-a setFieldValue --field custom-versions --value \"%original_fixVersions%\"" -i "-a setFieldValue --field description --value \"%original_description% - %original_fixVersions%\"" -i "-a updateIssue --environment \"%original_description%\"" -i "-a getIssue --suppressId" -i "-a setReplacementVariables --field savedIssueKey=%original_key% --field savedIssueSummary=%original_summary% --field savedProject=%original_project% --field savedVersion=%function_earliestUnreleasedVersion(ZJIRACLISUB)%" -i "-a getReplacementVariableList --outputType text"
--action run --common "--issue ZJIRACLISUB-5" --input "-a setFieldValue --field description --value \"date: %now(yyyy-MM-dd HH:mm:ss)%\"" --input "-a getFieldValue --field description"
--action run --common "--issue ZJIRACLISUB-5" --input "-a setFieldValue --field description --value \"new \\n line\"" --input "-a setFieldValue --field environment --value \"%original_description%\"" --input "-a getFieldValue --field environment"
--action run --common "--notificationScheme zjiraclinotificationsscheme2 --event zjiraclinotifications2" --input "-a addNotification --recipientType \"Current Assignee\"" --input "-a addNotification --recipientType \"Reporter\" " --input "-a addNotification --recipientType \"Current User\"" --input "-a addNotification --recipientType \"Project Lead\"" --input "-a addNotification --recipientType \"Component Lead\"" --input "-a addNotification --recipientType \"All Watchers\"" --input "-a addNotification --recipientType \"User\" --recipient \"developer\"" --input "-a addNotification --recipientType \"Group\" --recipient \"jira-administrators\"" --input "-a addNotification --recipientType \"Project Role\" --recipient \"Administrators\"" --input "-a addNotification --recipientType \"Email Address\" --recipient \"test@appfire.com\"" --input "-a addNotification --recipientType \"User Custom Field\" --recipient \"custom-user-picker\"" --input "-a addNotification --recipientType \"Group Custom Field\" --recipient \"custom-group-picker\""
--action run --common "--project ZJIRACLIPROJECTS" --input "-a getProject" --input "-a getReplacementVariableList --outputType text"
--action run --common "--project ZJIRACLISUB" -i "-a updateComponent --component C1 --description \"C1 description\" --lead @self" -i "-a updateComponent --component C2 --description \"C2 description\""
--action run --common "--project ZZ" --input "-a createIssue --type Bug --summary issue --reference myIssue" --input "-a getReplacementVariableList --outputType text" --input "-a createIssue --type Sub-task --summary subtask --parent @issue@ --reference mySubtask" --input "-a getReplacementVariableList --outputType text" --input "-a getIssue --issue @subtask@" --input "-a getReplacementVariableList --outputType text" --input "-a getIssue --issue @myIssue@" --input "-a getReplacementVariableList --outputType text"
--action run --common "--workflow zjiracliworkflow_new --step 5 --transition \"Resolve Issue\" --type postfunction" -i "-a getTransitionFunctionList --outputType text --columns -transitiondescription" -i "-a addTransitionFunction --functionKey com.atlassian.jira.plugin.system.workflow:assigntocurrentuser-function" -i "-a getTransitionFunctionList --outputType text --columns -transitiondescription" -i "-a moveTransitionFunction --name \"Assign the issue to the current user\" --after 0" -i "-a getTransitionFunctionList --outputType text --columns -transitiondescription" -i "-a moveTransitionFunction --name \"Assign the issue to the current user\" --after Fire" -i "-a getTransitionFunctionList --outputType text --columns -transitiondescription"
--action run --common "--workflow zjiracliworkflow_new --step 5 --transition \"Resolve Issue\" --type postfunction" -i "-a moveTransitionFunction --name \"Assign the issue to the current user\" --after 0" -i "-a moveTransitionFunction --name \"Assign the issue to the current user\" --after 1" -i "-a moveTransitionFunction --name \"Assign the issue to the current user\" --after 1" -i "-a moveTransitionFunction --name \"Assign the issue to the current user\" --after \"Set issue status\"" -i "-a moveTransitionFunction --name \"Assign the issue to the current user\" --after \"Assign the issue to the current user\""
--action run --common "--workflow ztemp" -i "-a addTransition --step Open --name t1" -i "-a getTransitionFunctionList --outputType text --columns transition,transitionname,fromstep,fromstepname,type,position,description --options tableNoWrap" -i "-a addTransitionFunction --step @create --transition @create --type postfunction --functionKey com.atlassian.jira.plugin.system.workflow:assigntocurrentuser-function" -i "-a addTransitionFunction --step @create --transition @create --type validator --functionKey com.atlassian.jira.plugin.system.workflow:permission-validator --field permissionKey=BROWSE_PROJECTS" -i "-a addTransitionFunction --step Open --transition t1 --type condition --functionKey com.atlassian.jira.plugin.system.workflow:permission-condition --field permissionKey=BROWSE_PROJECTS" -i "-a getTransitionFunctionList --transition @create --outputType text --columns transition,transitionname,fromstep,fromstepname,type,position,description --options tableNoWrap" -i "-a removeTransitionFunction --step @create --transition @create --type postfunction --name \"Assign\"" -i "-a removeTransitionFunction --step @create --transition @create --type validator --name \"Only users with Browse Projects\"" -i "-a removeTransitionFunction --step Open --transition t1 --type condition --name \"Only users with Browse Projects\"" -i "-a getTransitionFunctionList --transition @create --outputType text --columns transition,transitionname,fromstep,fromstepname,type,position,description --options tableNoWrap" -i "-a removeTransition --step Open --transition t1"
--action run --common "-a addPermission --permissionScheme @project --project zjiraclipermissions --permission \"Browse Projects\"" --input "--type anyone" --input "--type \"Application access\" --value any" --input "--type applicationRole --value jira-software" --input "--type assignee" --input "--type reporter" --input "--type \"project Lead\"" --input "--type userCustomField --value custom-user-picker" --input "--type \"Group custom field value\" --value 10320" --input "--type \"Group custom field value\" --value testcase2 --continue" --input "--type sd.customer.portal.only" --input "--role Administrators" --input "--group jira-developers" --input "--userId \"automation\"" --input "--type \"Project role\" --value Administrators --continue" --input "--type group --value jira-developers --continue" --input "--type user --value \"automation\" --continue"
--action run --continue --input "-a createIssue --project ZJIRACLIFIELDS --type Bug --summary \"This is content.\"" --input "-a addComment --issue @issue@ --comment xxx" --input "-a getFieldValue --issue @issue@ --field comment" --input "-a setFieldValue --issue @issue@ --field custom-user-picker --value \"automation\"" --input "-a getFieldValue --issue @issue@ --field custom-user-picker" --input "-a setFieldValue --issue @issue@ --field custom-multi-user-picker --values \"automation\"" --input "-a getFieldValue --issue @issue@ --field custom-multi-user-picker" --input "-a setFieldValue --issue @issue@ --field custom-user-picker --value \"\"" --input "-a getFieldValue --issue @issue@ --field custom-user-picker" --input "-a setFieldValue --issue @issue@ --field custom-multi-user-picker --values \"\"" --input "-a getFieldValue --issue @issue@ --field custom-multi-user-picker"
--action run --continue --input "-a deletePermissionScheme --name \"updated zjiraclipermissions\" --continue" --input "-a updatePermissionScheme --id 15997 14895 --name \"updated zjiraclipermissions\" --description \"updated description\"" --input "-a getPermissionScheme --id 1599714895" --input "-a updatePermissionScheme --permissionScheme \"@scheme@\" --name zjiraclipermissions --description \"description\""
--action run --continue --input "-a getComponent --project ZJIRACLICOMPONENTS --component C1" --input "-a renderRequest --requestType PUT --url rest/api/latest/component/@componentId@ --contentType json --data \"{\"archived\":\"true\"}\""
--action run --continue --input "-a getWorkflowScheme --name classic" --input "-a renderRequest --requestType POST --url rest/api/latest/workflowscheme/@schemeId@/createdraft --contentType json" --input "-a getWorkflowSchemeList --limit 2 --outputFormat 999 --options includeDrafts" --input "-a renderRequest --requestType DELETE --url rest/api/latest/workflowscheme/@schemeId@/draft --contentType json"
--action run --file "-"
--action run --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources//renderRequest.txt" --findReplace "@project@:ZJIRACLIRENDER"
--action run --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/project-template.txt" --common "--project ZJIRACLITEMPLATE" --findReplace "#lead#:automation" --continue
--action run --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/run.txt"
--action run --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/runReplaceMap.txt" --common "--project ZJIRACLIRUNNER"
--action run --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/runReplaceMapReference.txt" --common "--project ZJIRACLIRUNNER --labels JCLI528"
--action run --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/runWithFindReplace.txt" --findReplace "##action##:getServerInfo"
--action run --file "build/output/jiracliexport2/exportDataProject.txt" --findReplace "--project ZEXPORT2:--project ZEXPORT2E" --findReplaceRegex "--name .zjiracliexport2.:"
--action run --file "build/output/jiraclinotifications/exportData.txt" --findReplace "zjiraclinotificationsscheme2:zjiraclinotificationsscheme3"
--action run --file "build/output/jiraclipermissions/exportData.txt" --findReplace "zjiraclipermissions:zjiraclipermissions3"
--action run --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"View All Worklogs\" --role \"Tempo Project Managers\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"View All Worklogs\" --role \"Developers\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Log Work for Others\" --role \"Developers\" "
--action run --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Work On Issues\" --role \"Developers\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Edit Own Worklogs\" --role \"Users\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Edit All Worklogs\" --role \"Developers\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Delete Own Worklogs\" --role \"Users\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Delete All Worklogs\" --role \"Administrators\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Delete Own Attachments\" --role \"Users\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Delete All Attachments\" --role \"Administrators\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Create Attachments\" --role \"Users\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Edit Own Comments\" --role \"Users\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Edit All Comments\" --role \"Developers\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Delete Own Comments\" --role \"Users\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Delete All Comments\" --role \"Administrators\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Add Comments\" --role \"Users\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"View Voters and Watchers\" --role \"Administrators\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"View Voters and Watchers\" --role \"Developers\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Manage Watchers\" --role \"Administrators\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Transition Issues\" --role Users " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Transition Issues\" --role View " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Set Issue Security\" --type anyone " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Schedule Issues\" --role Developers " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Resolve Issues\" --role Developers " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Move Issues\" --role Developers " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Modify Reporter\" --role Administrators " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Link Issues\" --role Developers " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Edit Issues\" --role Developers " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Delete Issues\" --role Administrators " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Create Issues\" --role Users " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Close Issues\" --role Developers " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Assign Issues\" --role Developers " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Assignable User\" --role Developers " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"View Development Tools\" --role Developers " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Manage Sprints\" --role Administrators " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Browse Projects\" --role View " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Browse Projects\" --role Users " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Browse Projects\" --type \"application access\" " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Administer Projects\" --role Administrators " --input "-a addPermission --permissionScheme \"CLI default copy\" --permission \"Administer Projects\" --group jira-administrators "
--action run --input "-a addScreen --name zscreen1 --description \"zscreen1 description\"" --input "-a addScreen --name zscreen1 --continue" --input "-a addScreen --screen zscreen2 --description \"zscreen2 description\"" --input "-a addScreen --screen zscreen3 --description \"zscreen3 description\"" --input "-a addScreen --name zscreen4" --input "-a getScreenList --regex \"zscreen.*\" --limit 4"
--action run --input "-a addScreenTab --screen 77304 42880 --tab ztab1" --input "-a addScreenTab --screen 77304 42880 --tab ztab1 --continue" --input "-a addScreenTab --screen zscreen2 --name ztab2" --input "-a addScreenTab --screen 77304 42880 --name ZTAB2" --input "-a getScreenTabList --screen 7730442880"
--action run --input "-a createIssue --project ZJIRACLICOPYISSUE --type bug --summary xxx --reference issue1" --input "-a addComment --issue @issue@ --comment myComment" --input "-a createIssue --project ZJIRACLICOPYISSUE --type bug --summary xxx --reference issue2" --input "-a copyIssue --issue @issue1@ --toIssue @issue2@ --copyComments" --input "-a getCommentList --issue @issue2@"
--action run --input "-a createIssue --project ZJIRACLICOPYISSUEX --type bug --summary Summary --comment Comment" --input "-a getProjectRoleActorList --project ZJIRACLICOPYISSUEX --role \"Developers\" " --input "-a getProjectRoleActorList --project ZJIRACLICOPYISSUEX --role \"@all\" "
--action run --input "-a createIssue --project ZJIRACLISUB --type Bug --summary linkedIssues --reference first" --input "-a createIssue --project ZJIRACLISUB --type Bug --summary linkedIssuesA --reference second" --input "-a createIssue --project ZJIRACLISUB --type Bug --summary linkedIssuesB" --input "-a linkIssue --issue @first@ --toIssue @second@ --link relates" --input "-a linkIssue --issue @first@ --toIssue @issue@ --link duplicates" --input "-a setReplacementVariables --field linkedIssues1=%function_linkedIssues(@first@)%" --input "-a setReplacementVariables --field linkedIssues2=%function_linkedIssues(@first@,relates to)%" --input "-a setReplacementVariables --field linkedIssues3=%function_linkedIssues(@first@,Relates)%" --input "-a getReplacementVariableList --outputType text" --input "-a setReplacementVariables --field linkedIssues4=%function_linkedIssues(@first@,badtype)%" --input "-a setReplacementVariables --field linkedIssues5=%function_linkedIssues(@first@,relates,xxx)%" --input "-a setReplacementVariables --field linkedIssues6=%function_linkedIssues(NOTFOUND-9999,relates to)%" --input "-a getReplacementVariableList --outputType text"
--action run --input "-a createIssue --project ZZ --type Bug --summary issue" --input "-a setReplacementVariables --field firstIssue=@issue@" --input "-a setEntityProperty --issue @issue@ --name \"my.entity.property\" --value {}" --input "-a setEntityProperty --issue @issue@ --name \"my.entity.property\" --value \"{\"\"aaa\"\":\"\"bbb\"\"}\"" --input "-a getReplacementVariableList --outputType text" --input "-a getEntityProperty --issue @issue@ --name @property@" --input "-a setEntityProperty --issue @issue@ --name \"my_entity_property\" --value \"[\"\"111\"\", \"\"222\"\"]\"" --input "-a getEntityPropertyList --issue @issue@ --outputType text" --input "-a removeEntityProperty --issue @issue@ --name \"@property@\"" --input "-a removeEntityProperty --issue @issue@ --name \"@property@\" --continue" --input "-a getEntityPropertyList --issue @issue@ --regex \".*my.entity.*\"" --input "-a runFromEntityPropertyList --issue @issue@ -i \"-a getEntityProperty --issue @issue@ --name \"\"#property#\"\" \" --special \" #\"" --input "-a cloneIssue --issue @firstIssue@ --copyProperties" --input "-a getEntityPropertyList --issue @clone@ --outputType text" --input "-a removeEntityProperty --issue @firstIssue@ --name my.entity.property" --input "-a copyIssue --issue @firstIssue@ --toIssue @clone@ --copyProperties" --input "-a getEntityPropertyList --issue @clone@ --outputType text"
--action run --input "-a createIssue --project zjiraclipermissions2 --type Bug --summary xxx" --input "-a getMyPermissionList --issue @issue@ --outputType text"
--action run --input "-a createIssue --project zprettyconverter --type Bug --summary xxx" --input "-a addAttachment --issue @issue@ -f /opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --input "-a addComment --issue @issue@ --comment xxx" --input "-a addWork --issue @issue@ --timeSpent 1h"
--action run --input "-a deleteIssueTypeScheme --issueTypeScheme zjiracliissuetypes --continue" --input "-a createIssueTypeScheme --name zjiracliissuetypes --description \"scheme description\" --issueType @all" --input "-a getIssueTypeScheme --issueTypeScheme @scheme@" --input "-a updateProject --project zjiracliissuetypes --issueTypeScheme @scheme@" --input "-a updateProject --project zjiracliissuetypes --issueTypeScheme @schemeId@" --input "-a updateIssueTypeScheme --issueTypeScheme zjiracliissuetypes --defaultIssueType Bug" --input "-a getIssueTypeScheme --issueTypeScheme @scheme@" --input "-a getProject --project zjiracliissuetypes"
--action run --input "-a deletePermissionScheme --permissionScheme \"CLI default copy\" --continue " --input "-a createPermissionScheme --permissionScheme \"CLI default copy\" " --input "-a getPermissionScheme --permissionScheme \"@scheme@\"" --input "-a getPermissionScheme --permissionScheme @schemeId@"
--action run --input "-a deleteProject --project ZJIRACLICUSTOM3RDPARTIES --continue" --input "-a deleteIssueTypeScreenScheme --issueTypeScreenScheme \"ZJIRACLICUSTOM3RDPARTIES issue type screen scheme\" --continue" --input "-a deleteScreenScheme --screenScheme \"ZJIRACLICUSTOM3RDPARTIES screen scheme\" --continue" --input "-a removeScreen --screen \"ZJIRACLICUSTOM3RDPARTIES screen\" --continue" --input "-a addScreen --screen \"ZJIRACLICUSTOM3RDPARTIES screen\" --continue --reference createdScreen" --input "-a addScreenFields --screen @screenId@ --field \"Summary,Priority,Votes,Watchers,Updated,Status,Reporter,Labels,Issue Type,Key,Environment,Due Date,Description\"" --input "-a runFromFieldList --regex \"PCFU.*\" --common \"-a addScreenFields --screen @screenId@ --field @field@\"" --input "-a createScreenScheme --screenScheme \"ZJIRACLICUSTOM3RDPARTIES screen scheme\" --screen @screenId@" --input "-a addIssueTypeScreenScheme --issueTypeScreenScheme \"ZJIRACLICUSTOM3RDPARTIES issue type screen scheme\" --screenScheme @schemeId@" --input "-a createProject --project ZJIRACLICUSTOM3RDPARTIES --lead @self --issueTypeScreenScheme @schemeId@" --input "-a createIssue --project ZJIRACLICUSTOM3RDPARTIES --type Task --summary \"Task1\" --field \"PCFU-IntervalField=1w 2d 3h 4m\" --reference task1" --input "-a cloneIssue --issue @task1@ --summary \"cloneTask1\" --reference cloneTask1" --input "-a getIssue --issue @task1@ --outputFormat 999" --input "-a getIssue --issue @cloneTask1@ --outputFormat 999"
--action run --input "-a deleteProject --project ZJIRACLIWORKFLOW --continue" --input "-a deleteWorkflowScheme --workflowScheme zjiracliworkflowschemeactive --continue" --input "-a deleteWorkflow --workflow zjiracliworkflowactive --continue" --input "-a createWorkflow --workflow zjiracliworkflowactive" --input "-a createWorkflowScheme --workflowScheme zjiracliworkflowschemeactive --workflow zjiracliworkflowactive --continue" --input "-a createProject --project ZJIRACLIWORKFLOW --lead @self --template Template --workflowScheme zjiracliworkflowschemeactive" --input "-a renderRequest --url \"/secure/admin/workflows/EditWorkflowDispatcher.jspa?wfName=zjiracliworkflowactive\"" --input "-a renderRequest --requestType POST --url \"/secure/admin/workflows/AddWorkflowStep.jspa?stepName=STEP2&stepStatus=3&workflowName=zjiracliworkflowactive&workflowMode=draft&Add=Add\""
--action run --input "-a deleteWorkflowScheme --workflowScheme zjiracliworkflow2 --continue" --input "-a deleteWorkflow --workflow zjiracliworkflow2 --continue" --input "-a createWorkflowScheme --workflowScheme zjiracliworkflow2" --input "-a copyWorkflow --workflow jira --name zjiracliworkflow2" --input "-a associateWorkflow --workflowScheme zjiracliworkflow2 --issueType Bug --workflow zjiracliworkflow2" --input "-a associateWorkflow --workflowScheme zjiracliworkflow2 --issueType Story --workflow zjiracliworkflow2" --input "-a associateWorkflow --workflowScheme zjiracliworkflow2 --workflow zjiracliworkflow2" --input "-a getWorkflowScheme --workflowScheme zjiracliworkflow2" --continue
--action run --input "-a getAppList --file \"null\" --debug"
--action run --input "-a getClientInfo %set_regex_(xxx)%" --input "-a setReplacementVariables --field \"findReplace1=%function_findReplace(xxx,yyy)%\"" --input "-a setReplacementVariables --field regex=(aaa)" --input "-a run --options bracket=#,keepReplacementVariables -i \"-a setReplacementVariables --field \"\"findReplace2=#function_findReplace(aaa,>>>\$1<<<)#\"\" \"" --input "-a setReplacementVariables --field \"userName=%function_userName(automation)%\"" --input "-a setReplacementVariables --field \"lead=%function_componentLead(ZJIRACLISUB,C1)%\"" --input "-a setReplacementVariables --field list1=%function_list(1,5)%" --input "-a setReplacementVariables --field \"members=%function_groupMemberList(jira-administrators)%\"" --input "-a setReplacementVariables --field \"memberKeys=%function_groupMemberKeyList(jira-administrators)%\"" --input "-a getReplacementVariableList --outputType text"
--action run --input "-a getIssueList --project ZJIRACLISUB --options cacheJqlResult --limit 1" --input "-a setReplacementVariables --field count=%jql_result_count%" --input "-a setReplacementVariables --field list=%jql_result_list%" --input "-a setReplacementVariables --field key1=%jql_result_1%" --input "-a setReplacementVariables --field key2=%jql_result_2%" --input "-a getReplacementVariableList --outputType text"
--action run --input "-a getOrganizationList --file \"null\" --debug"
--action run --input "-a getProject --project ZZ" --input "-a removeEntityProperty --project @project@ --name \"my.entity.property\" --continue " --input "-a setEntityProperty --project @project@ --name \"my.entity.property\" --value {}" --input "-a setEntityProperty --project @project@ --name \"my.entity.property\" --value \"{\"\"aaa\"\":\"\"bbb\"\"}\"" --input "-a getReplacementVariableList --outputType text" --input "-a getEntityProperty --project @project@ --name @property@" --input "-a setEntityProperty --project @project@ --name \"my_entity_property\" --value \"[\"\"111\"\", \"\"222\"\"]\"" --input "-a getEntityPropertyList --project @project@ --outputType text" --input "-a removeEntityProperty --project @project@ --name \"@property@\"" --input "-a removeEntityProperty --project @project@ --name \"@property@\" --continue" --input "-a getEntityPropertyList --project @project@ --regex \".*my.entity.*\"" --input "-a runFromEntityPropertyList --project @project@ -i \"-a getEntityProperty --project @project@ --name \"\"#property#\"\" \" --special \" #\"" --input "-a deleteProject --project @project@2 --continue" --input "-a cloneProject --project @project@ --toProject @project@2 --copyProperties" --input "-a getEntityPropertyList --project @project@ --outputType text" --input "-a deleteProject --project @project@" --input "" --input "" --input "" --input ""
--action run --input "-a getServerInfo" --input "jira -a getServerInfo" --input "jsm -a getOrganizationList" --input "tempo -a getTeamList" --input "upm -a getApp --app @default" --input "upm -a getAppList --file null" --input "csv -a getClientInfo" --input "slack -a getClientInfo" --input "trello -a getClientInfo"
--action run --input "-a getTeamList --file \"null\" --debug"
--action run --input "-a getUser" --input "-a getUser" --input "jira220_developer -a getUser" --input "-a getUser"
--action run --input "-a login" --input "-a logout"
--action run --input "-a removeLinkType --link zlink1 --continue" --input "-a removeLinkType --link zlink2 --continue" --input "-a removeLinkType --link zlink3 --continue" --input "-a removeLinkType --link zlink4 --continue" --input "-a removeLinkType --link zlink2A --continue" --input "-a removeLinkType --link zlink3A --continue" --input "-a addLinkType --name \"zlink1\" --description \"zlink1ed, is zlink1ed by\"" --input "-a addLinkType --name \"zlink1\" --description \"zlink1ed, is zlink1ed by\" --continue" --input "-a addLinkType --name \"zlink2\" --description \"zlink2ed, is zlink2ed by\"" --input "-a addLinkType --name \"zlink3\" --description \"zlink3ed, is zlink3ed by\"" --input "-a addLinkType --name \"zlink4\" --description \"zlink4ed, is zlink4ed by\"" --input "-a updateLinkType --link zlink2 --name zlink2A" --input "-a updateLinkType --link zlink2A --description \"zlink2Aed,is zlink2ed by\"" --input "-a updateLinkType --link zlink3 --name zlink3A --description \"zlink3Aed,is zlink3Aed by\"" --input "-a removeLinkType --link zlink4" --input "-a removeLinkType --link zlink4 --continue" --input "-a getLinkTypeList" --input "-a removeLinkType --link zlink1" --input "-a removeLinkType --link zlink2A" --input "-a removeLinkType --link zlink3A"
--action run --input "-a removeScreen --screen zscreen3" --input "-a removeScreen --screen zscreen3 --continue" --input "-a removeScreen --screen 7730642882" --input "-a getScreenList --regex \"zscreen.*\" --limit 2"
--action run --input "-a removeScreen --screen zscreen9 --continue" --input "-a addScreen --name zscreen9"
--action run --input "-a removeScreenTab --screen 77304 42880 --tab ztab3" --input "-a removeScreenTab --screen 77304 42880 --tab ZTAB2 --continue" --input "-a getScreenTabList --screen 7730442880"
--action run --input "-a runFromList --list 1,2,3 --common \"-a addVersion --project ZJIRACLICOPYISSUE --name V@entry@ --continue\"" --input "-a createIssue --project ZJIRACLICOPYISSUE --type bug --summary fromIssue --comment Comment --originalEstimate 120 --reference fromIssue" --input "-a createIssue --parent @issue@ --type Sub-task --summary subtask1 --originalEstimate 30 --assignee @self --reporter \"user\" --affectsVersions V1 --fixVersions V2,V3" --input "-a createIssue --parent @issue@ --type Sub-task --summary subtask2 --originalEstimate 45 --assignee \"developer\" --reporter @self --affectsVersions V1 --fixVersions V2" --input "-a addAttachment --issue @issue@ --file /opt/atlassian/pipelines/agent/build/src/itest/jira/resources/empty.txt" --input "-a addComment --issue @issue@ --comment: \"my comment\" " --input "-a addComment --issue @issue@ --comment: \"my role restricted comment\" --role Developers " --input "-a addComment --issue @issue@ --comment: \"my group restricted comment\" --group jira-users " --input "-a addComment --issue @issue@ --comment: \"another unrestricted comment\" " --input "-a addWork --issue @issue@ --timeSpent 3h --comment worklog1" --input "-a addWork --issue @issue@ --timeSpent 2h --comment worklog2" --input "-a addWork --issue @issue@ --timeSpent 5h --comment worklog3 --role Developers" --input "-a linkIssue --issue @issue@ --toIssue @subtask@ --link relates" --input "-a addRemoteLink --issue @issue@ --url \"https://google.com\" --link \"remote url link\"" --input "-a addWatchers --issue @issue@ --userId \"user, developer\"" --input "-a getIssue --issue @issue@ --outputFormat 999" --input "-a createIssue --project ZJIRACLICOPYISSUE --type bug --summary toIssue --reference toIssue --assignee @self --affectsVersions V1,V2 --fixVersions V3" --input "-a createIssue --project ZJIRACLICOPYISSUE --type bug --summary toIssue2 --reference toIssue2 --assignee @self --affectsVersions V1,V2 --fixVersions V3" --input "-a createIssue --project ZJIRACLICOPYISSUE --type bug --summary toIssue3 --reference toIssue3 --reporter \"developer\"" --input "-a getProjectRoleActorList --project ZJIRACLICOPYISSUE --role \"@all\" " --input "-a getIssueList --jql \"key = @fromIssue@ or parent = @fromIssue@ order by key\" --outputType text --columns \"key,parent,type,assignee,reporter,affects versions,fix versions,Original Estimate,Current Estimate,Time Spent\"" --input "-a getReplacementVariableList"
--action run --input "-a runFromScreenList --regex \"zscreen.*\" --common \"--action removeScreen --screen @screenId@\""
--action run --input "-a setReplacementVariables --field \"values1=%values_custom-select-list%\"" --input "-a setReplacementVariables --field \"values2=%values_custom-cascade-select%\"" --input "-a setReplacementVariables --field \"values2a=%values_custom-cascade-select(1)%\"" --input "-a setReplacementVariables --field \"values3=%values_custom-multi-select%\"" --input "-a setReplacementVariables --field \"values4=%values_custom three%\"" --input "-a getReplacementVariableList --outputType text" --input "-a setReplacementVariables --field \"values4=%values_NOT_FOUND%\""
--action run --input "-a setReplacementVariables --field v1=%function_fieldValue(ZJIRACLISUB-1,custom1)%" --input "-a getFieldInfo --issue ZJIRACLISUB-1 --field custom1" --input "-a run --options bracket=#,keepReplacementVariables -i \"-a setReplacementVariables --field v2=#function_fieldValue(ZJIRACLISUB-1,@customFieldId@)#\"" --input "-a run --options bracket=#,keepReplacementVariables -i \"-a setReplacementVariables --field v3=#function_fieldValue(ZJIRACLISUB-1,@field@)#\"" --input "-a getReplacementVariableList --outputType text"
--action run --input "-a updateProject --project zjiracliissuetypes --issueTypeScheme \"\"" --input "-a getIssueTypeScheme --issueTypeScheme zjiracliissuetypes" --input "-a updateProject --project zjiracliissuetypes --issueTypeScheme @scheme@" --input "-a getIssueTypeScheme --issueTypeScheme zjiracliissuetypes" --input "-a updateProject --project zjiracliissuetypes --issueTypeScheme @default" --input "-a updateProject --project zjiracliissuetypes --issueTypeScheme 10000" --input "-a getIssueTypeScheme --issueTypeScheme zjiracliissuetypes"
--action run --input "-a updateProject --project JIRA --description \"\"" --input "-a updateProject --project JIRA --description \"JIRA\"" --input "-a updateProject --project JIRA --description \"\"" --input "-a getAuditLogList --limit 100"
--action run --input "-a updateScreen --screen zscreen4 --name zscreen4update --description \"zscreen4update new description\"" --input "-a updateScreen --screen 77305 42881 --description \"zscreen3update new description\"" --input "-a getScreenList --regex \"zscreen.*\" --limit 4" --input "-a updateScreen --screen zscreen4update --name zscreen4"
--action run --input "-a updateScreenTab --screen zscreen2 --tab ZTAB2 --name ztab3" --input "-a updateScreenTab --screen 77304 42880 --tab ztab3 --after @FIRST" --input "-a getScreenTabList --screen 7730442880"
--action run --input "-a updateVersion --project ZJIRACLISUB --version V1 --startDate 2021-01-01" --input "-a updateVersion --project ZJIRACLISUB --version V2 --startDate \"%now%\" --date 2025-12-31" --input "-a releaseVersion --project ZJIRACLISUB --version V1" --input "-a getVersion --project ZJIRACLISUB --version V1 --outputType text" --input "-a getVersion --project ZJIRACLISUB --version V2 --outputType text" --input "-a setReplacementVariables --field v1StartDate=%function_versionInfo(ZJIRACLISUB,V1,startDate,MM-dd-yyyy)%" --input "-a setReplacementVariables --field v1ReleaseDate=%function_versionInfo(ZJIRACLISUB,V1,releaseDate)%" --input "-a setReplacementVariables --field v1Released=%function_versionInfo(ZJIRACLISUB,V1,released)%" --input "-a setReplacementVariables --field v2StartDate=%function_versionInfo(ZJIRACLISUB,V2,startDate)%" --input "-a setReplacementVariables --field v2ReleaseDate=%function_versionInfo(ZJIRACLISUB,V2,releaseDate)%" --input "-a setReplacementVariables --field v2Released=%function_versionInfo(ZJIRACLISUB,V2,released)%" --input "-a setReplacementVariables --field v1Id=%function_versionInfo(ZJIRACLISUB,V1,id)%" --input "-a setReplacementVariables --field v1EarliestUnreleasedVersion=%function_earliestUnreleasedVersion(ZJIRACLISUB)%" --input "-a setReplacementVariables --field v1LatestReleasedVersion=%function_latestReleasedVersion(ZJIRACLISUB)%" --input "-a getReplacementVariableList --outputType text"
--action run --issue "ZJIRACLICUSTOM-6" --input "-a getIssue --issue ZJIRACLICUSTOM-6 --outputFormat 10 --outputType variables" --input "-a getReplacementVariableList"
--action run --issue "ZJIRACLILINKS-1" --common "--issue ZJIRACLILINKS-1" --input "-a getRemoteLinkList" --input "-a cloneIssue --summary \"for copy remote links\" --copyRemoteLinks" --input "-a run -i \"-a getRemoteLinkList --issue @clone@ --outputType text --columns name,link,application,type,url\"" --continue
--action run --project "ZJIRACLIVERSIONS" --common "--project ZJIRACLIVERSIONS --continue --regex E\\d+ --outputFormat 999 --outputType text --columns name,released,overdue,archived,releasedate" -i "-a addVersion --version E1" -i "-a addVersion --version E2" -i "-a addVersion --version E3 --date 2020-01-01" -i "-a addVersion --version E4" -i "-a releaseVersion --version E1" -i "-a archiveVersion --version E2" -i "-a getVersionList --options excludeReleased" -i "-a getVersionList --options excludeNotReleased" -i "-a getVersionList --options excludeArchived" -i "-a getVersionList --options excludeNotArchived" -i "-a getVersionList --options excludeOverdue"
--action run --verbose --input "-a setReplacementVariables --field e1=%function_fieldValue(ZJIRACLISUB-1)%" --input "-a setReplacementVariables --field e2=%function_fieldValue(NOTFOUND-1,NOT_FOUND)%" --input "-a setReplacementVariables --field e3=%function_fieldValue(ZJIRACLISUB-1,NOT_FOUND)%" --input "-a getReplacementVariableList --outputType text"
--action run --verbose --input "-a setReplacementVariables --field e1=%function_findReplace(xxx,yyy)%" --input "-a setReplacementVariables --field regex=INVALID_REGEX(" --input "-a setReplacementVariables --field e1=%function_findReplace(xxx,yyy)%" --input "-a setReplacementVariables --field \"userName=%function_userName(NOT_FOUND)%\"" --input "-a setReplacementVariables --field \"lead=%function_componentLead(ZJIRACLISUB,NOT_FOUND)%\"" --input "-a setReplacementVariables --field e2=%function_list(1,)%" --input "-a getReplacementVariableList --outputType text"
--action run --verbose --input "-a setReplacementVariables --field e1=%function_versionInfo(ZJIRACLISUB,V1)%" --input "-a setReplacementVariables --field e2=%function_versionInfo(ZJIRACLISUB,V1,BAD_REQUEST)%" --input "-a setReplacementVariables --field e3=%function_versionInfo(ZJIRACLISUB,V1,startDate,BAD_FORMAT)%" --input "-a setReplacementVariables --field e4=%function_versionInfo(PROJECT_NOT_FOUND,VERSION_NOT_FOUND,startDate)%" --input "-a setReplacementVariables --field e5=%function_versionInfo(ZJIRACLISUB,VERSION_NOT_FOUND,startDate)%" --input "-a setReplacementVariables --field e6=%function_earliestUnreleasedVersionInfo(PROJECT_NOT_FOUND)%" --input "-a getReplacementVariableList --outputType text"

runFromArchivedIssueList

--action runFromArchivedIssueList --project "ZJIRACLIARCHIVE" --common "--action unarchiveIssue --issue @issue@" --options "excludeSubtasks"

runFromAttachmentList

--action runFromAttachmentList --issue "JIRA-1" --common "-a removeAttachment --issue @issue@ --name @attachment@"
--action runFromAttachmentList --issue "ZJIRACLIRUNNER-1" -i "-a getReplacementVariableList --outputType text"
--action runFromAttachmentList --issue "ZJIRACLIRUNNER-1" --common "-a getAttachment --file \"build/output/jiraclirunner/Attachment-@attachment@\" --name @attachment@ --issue @issue@"
--action runFromAttachmentList --issue "ZJIRACLIRUNNER-1" --common "-a getAttachment --file \"build/output/jiraclirunner/Attachment-@attachment@\" --name @attachmentId@ --issue ZJIRACLIRUNNER-1"

runFromCommentList

--action runFromCommentList --issue "ZJIRACLICOMMENTS-1" --common "-a getReplacementVariableList"
--action runFromCommentList --issue "ZJIRACLICOMMENTS-1" --regex ".*AAA.*" --common "-a updateComment --issue ZJIRACLICOMMENTS-1 --id @commentId@ --comment \"@commentBody@\" --findReplace: AAA:BBB "

runFromComponentList

--action runFromComponentList --project "ZJIRACLICOMPONENTS2" --common "-a removeComponent --project @project@ --component @componentId@ "
--action runFromComponentList --project "ZJIRACLICOMPONENTS2" --options "excludeArchived" --common "-a getReplacementVariableList"
--action runFromComponentList --project "ZJIRACLIRUNNER" --common "-a getComponent --project ZJIRACLIRUNNER --version \"@component@\"" --continue

runFromCsv

--action runFromCsv --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources//runIgnoreFields.csv" --propertyFile "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources//runIgnoreFields.properties" --common "--project ZJIRACLIRUNNER --action createIssue"
--action runFromCsv --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/createUpdate.csv" --common "--project ZJIRACLIRUNNER"
--action runFromCsv --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/import.csv" --propertyFile "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/import.properties" --common "--project ZJIRACLIRUNNER" --continue --findReplace ""
--action runFromCsv --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/import2.csv" --propertyFile "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/import.properties" --common "--project ZJIRACLIRUNNER --action createIssue" --continue --findReplace ""
--action runFromCsv --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/run.csv" --findReplace "@project@:ZJIRACLIRUNNER"
--action runFromCsv --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/run2.csv" --common "-a createIssue --project ZJIRACLIRUNNER"
--action runFromCsv --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/runFieldValues.csv" --common "--project ZJIRACLIRUNNER --action createIssue --type bug --summary xxx" --continue
--action runFromCsv --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/runUsingProperties.csv" --propertyFile "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/runUsingProperties.properties" --common "-a createIssue --project ZJIRACLIRUNNER" --findReplace ""
--action runFromCsv --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/runsimple.csv" --common "--action getProject"
--action runFromCsv --file build/output/jiraclirunner/importVolume.csv --propertyFile "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/import.properties" --common "--project ZJIRACLIRUNNER --action createIssue" --findReplace ""

runFromCustomFieldContextList

--action runFromCustomFieldContextList --field "zznumber" --common "-a removeCustomFieldContext --field @field@ --context @context@ --continue" --regex "cc.*"
--action runFromCustomFieldContextList --field "zzselect3" --common "--action getReplacementVariableList"

runFromFieldConfigurationList

--action runFromFieldConfigurationList --common "--action getReplacementVariableList" --limit 2

runFromFieldConfigurationSchemeList

--action runFromFieldConfigurationSchemeList --common "--action getReplacementVariableList" --limit 2

runFromFieldList

--action runFromFieldList --limit 10000 -i " -a runIf --value @field@ --regex \"((comment)|(workratio)|(Work category))\" --options negative --common \"--field @field@ --screen 77310 42893 --continue\" -i \"-a addScreenFields --tab ztab --autoTab\" -i \"-a removeScreenFields\" "
--action runFromFieldList --regex "PCFU.*" --options "custom" --common "-a removeCustomField --field @field@" --continue

runFromFilterList

--action runFromFilterList --common "--action getReplacementVariableList" --limit 2

runFromGroupList

--action runFromGroupList --limit 1 --common "-a getReplacementVariableList"
--action runFromGroupList --regex "group number .*" --common "-a removeGroup --group ~@group@~" --special " ~"
--action runFromGroupList --regex "jira.*" --limit 1 --common "-a getServerInfo --comment ~group: @group@~" --special " ~"

runFromIssueList

--action runFromIssueList --common "--action deleteIssue --issue @issue@ " --jql 'project = ZJIRACLIRUNNER and summary ~ "volume-*"'
--action runFromIssueList --common: '--action cloneIssue --issue @issue@ --toProject ZJIRACLIRUNNERC --description "Bulk clone example" ' --jql 'project = ZJIRACLIRUNNER and summary ~ "volume-*"'
--action runFromIssueList --file "-" --jql "project = 'zjiracli' and labels != null" --common "--action addLabels"
--action runFromIssueList --file "-" --jql "project = 'zjiracli' and labels != null" --common "--issue @issue@" --findReplace "##label##:done-by-action"
--action runFromIssueList --jql "issuetype = Sub-task" --common "-a getIssue --issue @parent@ --comment issue:@issue@,id:@issueId@,project:@project@,projectId:@projectId@,parent:@parent@,parentId:@parentId@" --limit 1
--action runFromIssueList --jql "key = ZJIRACLIDELEGATED-1" --common "-a getAppList --reference @issue@ --file \"null\""
--action runFromIssueList --jql "key = ZJIRACLIDELEGATED-1" --common "-a getOrganizationList --reference @issue@ --file \"null\""
--action runFromIssueList --jql "key = ZJIRACLIDELEGATED-1" --common "-a getTeamList --reference @issue@ --file \"null\""
--action runFromIssueList --jql "labels in (JCLI528)" --common "-a getIssue --issue @issue@ --outputFormat 999"
--action runFromIssueList --jql "project = 'zjiracli' and labels != null" --common "--action addLabels --issue @issue@ --labels done-by-action"
--action runFromIssueList --jql "project in (ZJIRACLI)" --common "-a getLinkList --issue \"@issue@\" --file build/output/jiracliprojects/linkList.csv --append" --continue
--action runFromIssueList --jql "project in (ZJIRACLI)" --input "-a addAttachment --issue @issue@ -f /opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --input "-a getAttachmentList --outputFormat 999 --issue \"@issue@\" --file build/output/jiracliprojects/attachmentList.csv --append" --continue
--action runFromIssueList --jql "project in (ZJIRACLI, ZJIRACLIHISTORY)" --common "-a getIssueHistoryList --issue \"@issue@\" --file build/output/jiracliprojects/historyList.csv --dateFormat: yyyy-MM-dd_HH:mm:ss.SSS --append" --continue
--action runFromIssueList --jql "project in (ZJIRACLIWORK)" --common "-a getWorkList --outputFormat 999 --issue \"@issue@\" --file build/output/jiracliwork/workList.csv --append" --continue
--action runFromIssueList --project "ZPARALLEL" --jql "project = ZPARALLEL and issuetype not in subtaskIssueTypes()" --input "-a cloneIssue --issue @issue@ --copySubtasks --copyAttachments --copyComments --toProject ZPARALLEL2" --options "parallel=32" --outputFormat 101

runFromIssueSecuritySchemeList

--action runFromIssueSecuritySchemeList --limit 2 --special " #" --common "--action getClientInfo --comment #@schemeId@: @scheme@# "
--action runFromIssueSecuritySchemeList --regex "ZCOPY" --common "--action deleteIssueSecurityScheme --id @schemeId@" --options "deleteEnabled" --limit 10

runFromIssueTypeList

--action runFromIssueTypeList --common "--action getReplacementVariableList" --limit 2

runFromIssueTypeSchemeList

--action runFromIssueTypeSchemeList --clearFileBeforeAppend --input "-a getIssueTypeScheme --issueTypeScheme \"@scheme@\" --append -f build/output/jiracliissuetypes/runFromIssueTypeSchemeList.txt"
--action runFromIssueTypeSchemeList --common "--action getReplacementVariableList" --options "deleteEnabled" --limit 2

runFromIssueTypeScreenSchemeList

--action runFromIssueTypeScreenSchemeList --common "--action getReplacementVariableList" --limit 2

runFromLinkList

--action runFromLinkList --jql "parent = ZJIRACLILINKS-1 or key = ZJIRACLILINKS-1 order by key" --common "-a getClientInfo --options ~from: @fromIssue@, to: @toIssue@, type: @linkType@, typeId: @linkTypeId@, description: @linkDescription@, id: @linkId@~" --special " ~"
--action runFromLinkList --options "outward" --regex "(?i)relates" --jql "parent = ZJIRACLILINKS-1 or key = ZJIRACLILINKS-1 order by key" --common "-a getClientInfo --options ~from: @fromIssue@, to: @toIssue@, type: @linkType@, typeId: @linkTypeId@, description: @linkDescription@, id: @linkId@~" --special " ~"

runFromList

--action runFromList --list "1, 2, 3" --common "--action createIssue --project ZJIRACLIRUNNER --type task --summary volume-@entry@ "
--action runFromList --list "A,B" --common "-a getProject --project ZJIRACLIRUNNER --cookies build/output/jiraclirunner/cookies.txt -v" --verbose
--action runFromList --list "A,B" --common "-a getProject --project ZJIRACLIRUNNER --cookies build/output/jiraclirunner/cookiesBoth.txt -v" --cookies "build/output/jiraclirunner/parentCookiesBoth.txt" --verbose
--action runFromList --list "A,B" --common "-a getProject --project ZJIRACLIRUNNER -v" --cookies "build/output/jiraclirunner/parentCookies.txt" --verbose
--action runFromList --list "Client, Server" --common "-a get@entry@Info"
--action runFromList --list "NOT_FOUND, ZJIRACLIRUNNER" --common "-a getProjectList --regex @entry@ --append -f build/output/jiraclirunner/runFromListAppend.txt" --clearFileBeforeAppend
--action runFromList --list "a" --common "--issue ZJIRACLISUB-5 --action setFieldValue --field environment --value \"%original_description%\""
--action runFromList --list "aaa" --common "--action getServerInfo" --debug
--action runFromList --list "xxx, yyy" --common "--action runFromProjectList --regex ~(?i)jira|ZJIRACLIRUNNER~ --common ~--action getProject --project @project@ --comment @entry@ ~" --special " ~"

runFromNotificationList

--action runFromNotificationList --notificationScheme "zjiraclinotificationsscheme2" --event "zjiraclinotifications2" --common "-a removeNotification --notificationScheme @schemeId@ --id @notification@ --continue"

runFromPermissionList

--action runFromPermissionList --input "-a getReplacementVariableList"
--action runFromPermissionList --project "zjiraclipermissions" --permissionScheme "@project" --input "-a getReplacementVariableList"

runFromPermissionSchemeList

--action runFromPermissionSchemeList --clearFileBeforeAppend --input "-a getPermissionScheme --id @schemeId@ --append -f build/output/jiraclipermissions/runFromPermissionSchemeList.txt"
--action runFromPermissionSchemeList --common "--action getReplacementVariableList" --options "deleteEnabled" --limit 2

runFromProjectCategoryList

--action runFromProjectCategoryList --regex "category.*" --common "-a getProjectCategory --category @categoryId@"

runFromProjectList

--action runFromProjectList --category "another" --common "-a getProject --project @project@"
--action runFromProjectList --common "-a addCustomFieldContext --field zznumber --name cc@project@ --project @project@ --continue"
--action runFromProjectList --common "-a getProject --project \"@project@\"" --limit 5 --continue
--action runFromProjectList --common "-a getProject --project \"@projectId@\"" --continue --regex "ZJIRACLIRUNNER"
--action runFromProjectList --lead "developer" --regex "ZJIRACLIPROJECTS.*" --common "-a getProject --project @project@"
--action runFromProjectList --limit 10 --common "-a getProject --project @project@ --outputFormat 999"
--action runFromProjectList --regex "ZJIRACLI.*|ZJIRACLIPROJECTS" --common "-a getComponentList --outputFormat 999 --project \"@project@\" --file build/output/jiracliprojects/componentList.csv --append" --continue --clearFileBeforeAppend --limit 10
--action runFromProjectList --regex "ZJIRACLI.*|ZJIRACLIPROJECTS" --common "-a getIssueTypeList --project \"@project@\" --file build/output/jiracliprojects/issueTypeList.csv --append" --continue
--action runFromProjectList --regex "ZJIRACLI.*|ZJIRACLIPROJECTS" --common "-a getSecurityLevelList --outputFormat 999 --project \"@project@\" --file build/output/jiracliprojects/securityLevelList.csv --append --continue" --continue --clearFileBeforeAppend
--action runFromProjectList --regex "ZJIRACLI.*|ZJIRACLIPROJECTS" --common "-a getVersionList --outputFormat 999 --project \"@project@\" --file build/output/jiracliprojects/versionList.csv --append --options excludeArchived" --continue

runFromScreenList

--action runFromScreenList --common "--action getReplacementVariableList" --options "deleteEnabled" --limit 2
--action runFromScreenList --regex "zscreen.*" --common "--action getScreenTabList --screen \"@screenId@\"" --options "deleteEnabled" --limit 2

runFromScreenSchemeList

--action runFromScreenSchemeList --common "--action getReplacementVariableList" --limit 2

runFromShortcutList

--action runFromShortcutList --project "ZJIRACLISHORTCUTS" --regex ".*google.com.*" --common "-a removeShortcut --project ZJIRACLISHORTCUTS --id @shortcutId@"

runFromSql

--action runFromSql --sql "@/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/run.sql" --common "@?column?@" --database "@database-test"
--action runFromSql --sql "select 'getServerInfo' as action from test01 limit 2" --common "-a @action@" --database "@database-test"

runFromUserList

--action runFromUserList --name "@all" --limit 2 --regex "((admin)|(automation))" --common "-a getServerInfo --comment \"@userId@,@userKey@\""

runFromVersionList

--action runFromVersionList --project "ZJIRACLIRUNNER" --common "-a getVersion --project @projectId@ --version \"@versionId@\"" --continue --regex "V1"
--action runFromVersionList --project "ZJIRACLIRUNNER" --common "-a getVersion --project ZJIRACLIRUNNER --version \"@version@\"" --continue

runFromWebhookList

--action runFromWebhookList --regex "zwebhooks1.*" --common "-a removeWebhook --id @webhookId@"

runFromWorkflowList

--action runFromWorkflowList --regex "((jira)|(Simple))" --limit 2 --file "-"

runFromWorkflowSchemeList

--action runFromWorkflowSchemeList --regex ".*Simplified.*" --limit 2 --file "-"

setFieldValue

--action setFieldValue --issue "ZJIRACLI-4" --field "custom-labels" --values "aaa, ccc" --subtract
--action setFieldValue --issue "ZJIRACLI-4" --field "custom-labels" --values "aaa,bbb"
--action setFieldValue --issue "ZJIRACLI-4" --field "custom-labels" --values "bbb" --subtract
--action setFieldValue --issue "ZJIRACLI-4" --field "custom-labels" --values "ccc" --append
--action setFieldValue --issue "ZJIRACLI-5" --field "custom-versions" --values "V1, V2"
--action setFieldValue --issue "ZJIRACLI-5" --field "custom-versions" --values "V1, V2" --append
--action setFieldValue --issue "ZJIRACLI-5" --field "custom-versions" --values "autoAppend" --append --autoVersion
--action setFieldValue --issue "ZJIRACLI3PARTY-1" --field "Account" --value ""
--action setFieldValue --issue "ZJIRACLI3PARTY-1" --field "Account" --value "zjiracli3party"
--action setFieldValue --issue "ZJIRACLICUSTOM-1" --field "custom-cascade-select" --value "1 - A"
--action setFieldValue --issue "ZJIRACLICUSTOM-1" --field "custom-cascade-select" --value "2,B"
--action setFieldValue --issue "ZJIRACLICUSTOM-4" --field "custom-multi-select" --values "s1,s2,s3"
--action setFieldValue --issue "ZJIRACLICUSTOM-6" --field "Story Points" --value ""
--action setFieldValue --issue "ZJIRACLIFIELDS-1" --field "custom-datetime" --value "21/10/2040 11:39:12" --dateFormat "dd/MM/yyyy HH:mm:ss"
--action setFieldValue --issue "ZJIRACLIFIELDS-1" --field "custom1" --value "The following should be on a new line: \\n XXX"
--action setFieldValue --issue "ZJIRACLIFIELDS-1" --field "custom1" --value "xxx,yyy"
--action setFieldValue --issue "ZJIRACLIFIELDS-1" --field "custom1" --values "'xxx,yyy'"
--action setFieldValue --issue "ZJIRACLIFIELDS-1" --field "custom1" --values "The following should be on a new line: \\n XXX"
--action setFieldValue --issue "ZJIRACLIFIELDS-1" --field "custom1" --values "xxx,yyy"
--action setFieldValue --issue "ZJIRACLIFIELDS-1" --field "environment" --values "" --field2 "custom1" --values2 "xxx"
--action setFieldValue --issue "ZJIRACLIFIELDS-1" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --field "environment" --appendText
--action setFieldValue --issue "ZJIRACLIFIELDS-2" --field "custom-group-picker" --values "jira-users"
--action setFieldValue --issue "ZJIRACLIFIELDS-2" --field "custom-multi-group-picker" --values "jira-users,jira-administrators"
--action setFieldValue --issue "ZJIRACLIFIELDS-2" --field "custom-multi-select" --values "s1,s2"
--action setFieldValue --issue "ZJIRACLIFIELDS-2" --field "custom-multi-select" --values "s3" --append
--action setFieldValue --issue "ZJIRACLIFIELDS-2" --field "custom1" --values "append text" --appendText
--action setFieldValue --issue "ZJIRACLIFIELDS-2" --file "/opt/atlassian/pipelines/agent/build/src/itest/jira/resources/data.txt" --field "custom1"
--action setFieldValue --issue "ZJIRACLIFIELDS-3" --field "description" --verbose --value "aaa bbb"
--action setFieldValue --issue "ZJIRACLIFIELDS-3" --field "priority" --verbose --value "highest"
--action setFieldValue --issue "ZJIRACLIFIELDS-3" --field "reporter" --verbose --value "automation"
--action setFieldValue --issue "ZJIRACLIFIELDS-3" --field "summary" --verbose --value "xxx"
--action setFieldValue --issue "ZJIRACLIFIELDS-3" --field "type" --verbose --value "sub-task2"
--action setFieldValue --issue "ZJIRACLIHISTORY-1" --field "custom-multi-select" --values "s1,s2"

transitionIssue

--action transitionIssue --issue "ZJIRACLI-4" --transition "5" --resolution "Fixed" --fixVersions "V1, V2" --comment "I fixed this. \\n It will be good now." --type "Bug" --continue --priority "Medium" --reporter "automation" --affectsVersions "" --environment "" --components ""
--action transitionIssue --issue "ZJIRACLI-4" --transition "Start Progress"
--action transitionIssue --issue "ZJIRACLISUB-4" --transition "Resolve Issue" --resolution "Fixed" --field "testcase1" --values "subtasks: %parent_subtasks%" --comment "subtasks: %parent_subtasks%"
--action transitionIssue --transition "Resolve Issue" --resolution "Fixed" --issue "ZJIRACLIARCHIVE-4"

unarchiveComponent

--action unarchiveComponent --project "ZJIRACLICOMPONENTS" --component "C4"

unarchiveIssue

--action unarchiveIssue --issue "ZJIRACLIARCHIVE-1" --suppressNotify

unarchiveProject

--action unarchiveProject --project "ZJIRACLIARCHIVE"

unarchiveVersion

--action unarchiveVersion --project "ZJIRACLIVERSIONS" --name "V1"

unreleaseVersion

--action unreleaseVersion --project "ZJIRACLIVERSIONS" --name "V1" --date "2015.12.31" --dateFormat "yyyy.MM.dd" --description "V1 description"

updateComment

--action updateComment --issue "ZJIRACLICOMMENTS-1" --id "309716173718" --comment "xxxAAA @commentBody@" --findReplace "xxx:yyy" --role "Developers"

updateComponent

--action updateComponent --project "zjiracli" --component "C3First" --name "C3" --description "a generic description" --lead "automation" --defaultAssignee "project_lead"

updateCustomField

--action updateCustomField --field "zzz_RadioButton" --name "zzz_RadioButton2" --description "updated" --search "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher"

updateCustomFieldContext

--action updateCustomFieldContext --field "zzselect3" --context "@default" --name "Default Context" --description "Default Context Description" --issueType "@All" --project "@all"
--action updateCustomFieldContext --field "zzselect3" --context "zcontext6" --name "zcontext6A" --description "zcontext6A description" --issueType "Bug" --project "ZZCLI4"

updateCustomFieldOptions

--action updateCustomFieldOptions --field "zzselect1" --context "zcontext" --options "X:X1"

updateFieldConfiguration

--action updateFieldConfiguration --fieldConfiguration "1590314099" --name "zfieldConfiguration4"
--action updateFieldConfiguration --fieldConfiguration "zfieldConfiguration1" --name "zfieldConfiguration1update" --description "zfieldConfiguration1update"
--action updateFieldConfiguration --id "1590314099" --description "zfieldConfiguration2 updated"

updateFieldConfigurationScheme

--action updateFieldConfigurationScheme --fieldConfigurationScheme "1580113999" --name "zfieldConfigurationScheme4"
--action updateFieldConfigurationScheme --fieldConfigurationScheme "zfieldConfigurationScheme1" --name "zfieldConfigurationScheme1update" --description "zfieldConfigurationScheme1update"
--action updateFieldConfigurationScheme --id "1580113999" --description "zfieldConfigurationScheme2 updated"

updateFilter

--action updateFilter --id "1348913835" --jql "project = ZJIRACLIFILTER AND resolution is EMPTY" --favorite

updateIssue

--action updateIssue --issue "ZJIRACLI-4" --components "auto1" --autoComponent
--action updateIssue --issue "ZJIRACLI-4" --components "auto2" --autoComponent --append
--action updateIssue --issue "ZJIRACLI-4" --components "swap1" --autoComponent
--action updateIssue --issue "ZJIRACLI-4" --custom: "{\"custom1\":\"zzz\"}"
--action updateIssue --issue "ZJIRACLI-4" --date "" --components "" --affectsVersions ""
--action updateIssue --issue "ZJIRACLI-4" --date "" --components "" --affectsVersions "" --fixVersions ""
--action updateIssue --issue "ZJIRACLI-4" --date "27/Jan/10" --dateFormat "d/MMM/yy"
--action updateIssue --issue "ZJIRACLI-4" --environment "x12345" --originalEstimate "3h" --comment "Added on updateIssue"
--action updateIssue --issue "ZJIRACLI-4" --field "custom1=zzz"
--action updateIssue --issue "ZJIRACLI-5" --assignee ""
--action updateIssue --issue "ZJIRACLI-5" --date ""
--action updateIssue --issue "ZJIRACLI-5" --date "2015*01*02" --dateFormat "yyyy*MM*dd"
--action updateIssue --issue "ZJIRACLI-5" --field "custom-versions=" --component ""
--action updateIssue --issue "ZJIRACLI-5" --field "custom1" --values "xxxx"
--action updateIssue --issue "ZJIRACLI-5" --field "custom2" --values ""
--action updateIssue --issue "ZJIRACLI-7" --labels "label2 label3 label2 label3" --description "labels added"
--action updateIssue --issue "ZJIRACLICUSTOM-1" --field "custom-cascade-select = 1,A"
--action updateIssue --issue "ZJIRACLICUSTOM-4" --field "custom-multi-select" --values "s1,s2,s3"
--action updateIssue --issue "ZJIRACLIFIELDS-1" --description "append text" --appendText
--action updateIssue --issue "ZJIRACLIHISTORY-1" --summary "Updated summary" --description "Updated description" --field "custom1" --values "updated value"
--action updateIssue --issue "ZJIRACLISECURITY-1" --security ""
--action updateIssue --issue "ZJIRACLISECURITY-1" --security "developer-role"
--action updateIssue --issue "ZJIRACLIUSER-1" --reporter "automation"
--action updateIssue --issue "ZJIRACLIUSER-1" --reporter "testuser2" --lookup
--action updateIssue --issue "ZJIRACLIVERSIONS-1" --affectsVersions "swap1" --fixVersions "swap2" --autoVersion
--action updateIssue --issue "ZJIRACLIVERSIONS-1" --fixVersions "auto1" --autoVersion
--action updateIssue --issue "ZJIRACLIVERSIONS-1" --fixVersions "auto2" --autoVersion --append
--action updateIssue --issue "ZJIRACLIWORK-2" --estimate "2w 1d"
--action updateIssue --issue "ZJIRACLIWORK-2" --estimate "3w 1d" --summary "Updated"
--action updateIssue --issue "ZJIRACLIWORK-2" --originalEstimate "4w 2d"
--action updateIssue --issue "ZZ-2813018967" --type "sub-task2"

updateIssueType

--action updateIssueType --issueType "zzjiracliissuetypes2" --description "issueType 2 updated"

updateIssueTypeScheme

--action updateIssueTypeScheme --issueTypeScheme "@default" --description "Default Issue Type Scheme"

updateLinkType

--action updateLinkType --link "hold" --name "suspend" --description "suspend,is suspend by"

updateNotificationScheme

--action updateNotificationScheme --notificationScheme "zjiraclinotificationsscheme1" --description "new desc"

updatePriorityScheme

--action updatePriorityScheme --id "9890344069" --description "zjiraclipriorityschemes description updated" --priorities "high,highest,medium, low"

updateProject

--action updateProject --project "ZJIRACLICATEGORIES" --category "category updated"
--action updateProject --project "ZJIRACLIPROJECTS Software" --type "business"
--action updateProject --project "ZJIRACLIPROJECTS" --category ""
--action updateProject --project "ZJIRACLIPROJECTS" --category "another"
--action updateProject --project "ZJIRACLIPROJECTS" --notificationScheme ""
--action updateProject --project "ZJIRACLIPROJECTS" --notificationScheme 10000
--action updateProject --project "ZJIRACLIPROJECTS" --workflowScheme "@default" --issueTypeScheme "@default" --issueTypeScreenScheme "@default" --fieldConfigurationScheme "@default" --priorityScheme "@default"
--action updateProject --project "zjiracli" --issueTypeScreenScheme "1"
--action updateProject --project "zjiracli" --issueTypeScreenScheme "Copy of default"
--action updateProject --project "zjiracli" --issueTypeScreenScheme "Default Issue Type Screen Scheme"
--action updateProject --project "zjiracli" --workflowScheme "" --issueTypeScheme "" --fieldConfigurationScheme "" --issueTypeScreenScheme ""
--action updateProject --project "zjiracliC" --issueSecurityScheme "test restrictions" --notificationScheme "test" --permissionScheme "Restrict create issue"
--action updateProject --project "zjiracliX" --defaultAssignee "project_lead"
--action updateProject --project "zjiracliX" --defaultAssignee "unassigned"
--action updateProject --project "zjiracliX" --description "Updated description again"
--action updateProject --project "zjiracliX" --description "Updated description" --issueSecurityScheme "test restrictions" --fieldConfigurationScheme "Description required" --notificationScheme "test" --verbose
--action updateProject --project "zjiraclipermissions2" --permissionScheme "Default Permission Scheme"
--action updateProject --project "zjiraclipriorityschemesB" --priorityScheme "zjiraclipriorityschemes123"

updateProjectCategory

--action updateProjectCategory --category "category initial" --name "category updated"

updateProjectRole

--action updateProjectRole --role "zAdd project role test" --name "zAdd project role test updated"

updateScreen

--action updateScreen --screen "zscreen5" --name "zscreen5A" --description "zscreen5A description"

updateScreenField

--action updateScreenField --screen "7730442880" --field "assignee" --after "@LAST"
--action updateScreenField --screen "7730442880" --field "assignee" --after "@first"
--action updateScreenField --screen "7730442880" --field "assignee" --after "attachment"

updateScreenTab

--action updateScreenTab --screen "zscreen2" --tab "new tab" --name "NEW TAB" --after "ztab1"

updateUser

--action updateUser --userId "testuser1" --activate
--action updateUser --userId "testuser1" --deactivate --userFullName "Former employee"
--action updateUser --userId "testuser1" --newUserId "testuser1New"
--action updateUser --userId "testuser1" --userEmail "former.employee.testuser@examplegear.com" --userPassword "***"
--action updateUser --userId "testuser1" --userFullName "Test User1" --userEmail "testuser4@examplegear.com"
--action updateUser --userId "testuser1New" --newUserId "testuser1"

updateUserProperty

--action updateUserProperty --userId "testuser1" --name "a b" --value " xxxx"
--action updateUserProperty --userId "testuser1" --name "testProperty" --value "test property value"

updateVersion

--action updateVersion --project "ZJIRACLIVERSIONS" --version "V1" --description "V1 description"
--action updateVersion --project "ZJIRACLIVERSIONS" --version "auto1" --after "@FIRST"
--action updateVersion --project "ZJIRACLIVERSIONS" --version "auto1" --after "auto2"
--action updateVersion --project "ZJIRACLIVERSIONS" --version "auto2" --after ""
--action updateVersion --project "ZJIRACLIVERSIONS" --version "auto2" --date "" --dateFormat "yyyy/MM/dd"
--action updateVersion --project "ZJIRACLIVERSIONS" --version "auto2" --description "updateVersion description" --startDate "2014/09/30" --date "2015/01/02/" --dateFormat "yyyy/MM/dd"
--action updateVersion --project "zjiracliC" --version "V2" --description "NEW description" --startDate "2015-01-01" --date "2015-02-01" --dateFormat "yyyy-MM-dd"

updateWebhook

--action updateWebhook --id "23761234" --url "https://examplegear.com/acli2" --name "zwebhooks1updated" --options "enable" --options "includeBody" --jql "key = ABC-1" --events "jira:issue_created,jira:issue_deleted,jira:issue_updated"
--action updateWebhook --name "zwebhooks2" --events "jira:issue_created" --jql "" --options "enable"

updateWork

--action updateWork --issue "ZJIRACLIWORK-1" --id "4308230617" --comment "Updated work log entry" --suppressNotify
--action updateWork --issue "ZJIRACLIWORK-1" --id "4308230617" --timeSpent "1w" --autoAdjust
--action updateWork --issue "ZJIRACLIWORK-1" --id "4308230617" --userId "developer"

validateLicense

--action validateLicense
Excerpt
Table of Contents
maxLevel1
absoluteUrltrue