Skip to end of banner
Go to start of banner

JSM Client Examples

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Action usage examples


addOrganization

--action addOrganization --name "Example Gear 2"

--action addOrganization --name "Example Gear 2" --continue

--action addOrganization --project "zcliorgs" --name "Example Gear 2"

--action addOrganization --project "zsdcli" --name "Example Gear" --continue

addOrganizationUsers

--action addOrganizationUsers --organization "Example Gear 2" --participants "automation"

--action addOrganizationUsers --organization "Example Gear 2" --participants "developer,automation"

--action addOrganizationUsers --organization "Example Gear 3" --participants "developer,automation" --autoOrganization

addParticipants

--action addParticipants --request "ZSDCLI-4" --participants "developer"

addRequestType

--action addRequestType --project "zsdcli" --name "zsdcli" --description "added by zsdcli" --issueType "10000"

createRequest

--action createRequest --project "zsdcli" --type "35263" --field "summary=my request" --field "description=description is required"

--action createRequest --project "zsdcli" --type "35263" --fields "summary:my request,description:description is required" --field1 "priority" --value1 "INVALID"

--action createRequest --project "zsdcli" --type "35263" --summary "my request for another user" --description "description is required" --forUser "developer"

--action createRequest --project "zsdcli" --type "35263" --summary "my request for another user" --description "description is required" --organization "@reporter"

--action createRequest --project "zsdcli" --type "35263" --summary "my request" --description "List \\n - one \\n - two \\n - three"

--action createRequest --project "zsdcli" --type "35268" --summary "my request with components" --description "description is required" --components "Intranet,Jira"

--action createRequest --project "zsdcli" --type "Get IT help" --summary "my request with description from file" --file "/opt/atlassian/pipelines/agent/build/src/itest/jsm/resources/description.txt" --components "Intranet,Jira"

--action createRequest --project "zsdcli" --type "Get IT help" --summary "my request with organization" --description "description is required" --organization "Example Gear"

--action createRequest --project "zsdcli" --type "Get IT help" --summary "my request with participant" --description "description is required" --participants "developer"

--action createRequest --project "zsdcli" --type "Get IT help" --summary "my request with warnings" --description "description is required" --field "NOT_VALID=xxx" --field "NOT_VALID2"

--action createRequest --project "zsdcli" --type "Get IT help" --summary "my request with warnings" --description "description is required" --field1 "NOT_VALID" --value1 "xxx" --field2 "NOT_VALID2"

getFieldList

--action getFieldList

--action getFieldList --project "zsdcli" --type "@all"

--action getFieldList --project "zsdcli" --type "Get IT help"

getMyRequestList

--action getMyRequestList

--action getMyRequestList --outputFormat 2

--action getMyRequestList --outputFormat 2 --project "zsdcli" --type "35263"

--action getMyRequestList --regex ".*participant.*"

getOrganizationList

--action getOrganizationList

--action getOrganizationList --project "zcliorgs"

getOrganizationUserList

--action getOrganizationUserList --organization "Example Gear 2"

getParticipantList

--action getParticipantList --request "ZSDCLI-4"

getProjectList

--action getProjectList

getRequest

--action getRequest --request "ZSDCLI-10"

--action getRequest --request "ZSDCLI-14" --outputFormat 2

--action getRequest --request "ZSDCLI-2"

--action getRequest --request "ZSDCLI-3" --outputFormat 2

--action getRequest --request "ZSDCLI-4"

--action getRequest --request "ZSDCLI-9"

getRequestType

--action getRequestType --project "zsdcli" --type "Get IT help"

getRequestTypeList

--action getRequestTypeList --project "zsdcli"

getServerInfo

--action getServerInfo

--action getServerInfo --outputFormat 2

removeOrganization

--action removeOrganization --organization "Example Gear 3" --continue

removeOrganizationUsers

--action removeOrganizationUsers --organization "Example Gear 2" --participants "automation"

removeParticipants

--action removeParticipants --request "ZSDCLI-4" --participants "developer"

run

--action run -i "-a getServerInfo --outputFormat 2 --outputType text" -i "-a getReplacementVariableList --outputType text"

runFromMyRequestList

--action runFromMyRequestList --project "zsdcli" --type "35263" --common '-a getServerInfo --field1 "request: @request@, requestId: @requestId@" '

runFromOrganizationList

--action runFromOrganizationList --common '-a getServerInfo --field1 "organization: @organization@, id: @organizationId@" '

--action runFromOrganizationList --project "zcliorgs" --common '-a getServerInfo --field1 "organization: @organization@, id: @organizationId@" '

runFromProjectList

--action runFromProjectList --common '-a getServerInfo --field1 "serviceDesk: @serviceDesk@, serviceDeskId: @serviceDeskId@, projectKey: @projectKey@, projectId: @projectId@" '

  • No labels