Atlassian CLI Examples - 7.6.0

Related information for 7.6.0

Examples

 

Command

 

Command

1

 

--action bamboo --bambooServer "https://bamboo.examplegear.com" --parameters "--action getServerInfo --user automation --password automation"

 

2

 

--action bamboo --parameters "-a addApplicationLink --url https://bitbucket.examplegear.com" --bambooServer "https://bamboo.examplegear.com" --user "automation" --password "automation"

 

3

 

--action bamboo --parameters "--action getServerInfo --server https://bamboo.examplegear.com --user automation --password automation"

 

4

 

--action bamboo --parameters "-a getApplicationLinkList --outputFormat 2" --bambooServer "https://bamboo.examplegear.com" --user "automation" --password "automation"

 

5

 

--action bitbucket --bitbucketServer "https://bitbucket.examplegear.com" --parameters "--action getServerInfo --user automation --password automation"

 

6

 

--action bitbucket --parameters "-a addApplicationLink --url https://bamboo.examplegear.com" --bitbucketServer "https://bitbucket.examplegear.com" --user "automation" --password "automation"

 

7

 

--action bitbucket --parameters "--action getServerInfo --server https://bitbucket.examplegear.com --user automation --password automation"

 

8

 

--action bitbucket --parameters "-a getApplicationLinkList --outputFormat 2" --bitbucketServer "https://bitbucket.examplegear.com" --user "automation" --password "automation"

 

9

 

--action confluence --confluenceServer "https://confluence.examplegear.com" --parameters "--action getServerInfo --user automation --password automation"

 

10

 

--action confluence --parameters "--action getServerInfo --server https://confluence.examplegear.com --user automation --password automation"

 

11

 

--action hipchat --hipchatServer "https://hipchat.examplegear.com" --parameters "--action getServerInfo --token Kg8hUHjhthhhOMpfmtIgOrpNd0urzZMZSMcM1lyB"

 

12

 

--action hipchat --parameters "--action getServerInfo --server https://hipchat.examplegear.com --token Kg8hUHjhthhhOMpfmtIgOrpNd0urzZMZSMcM1lyB"

 

13

 

--action jira --jiraServer "https://jira.examplegear.com" --parameters "--action getServerInfo --user automation --password automation"

 

14

 

--action jira --parameters "-a addApplicationLink --url https://confluence.examplegear.com" --jiraServer "https://jira.examplegear.com" --user "automation" --password "automation"

 

15

 

--action jira --parameters "--action getServerInfo --server https://jira.examplegear.com --user automation --password automation"

 

16

 

--action jira --parameters "-a getApplicationLinkList --outputFormat 2" --jiraServer "https://jira.examplegear.com" --user "automation" --password "automation"

 

17

 

--action run

 

18

 

--action run --debug --common "--password PASSWORD"

 

19

 

--action run --file "src/itest/resources/runall2.txt" --common "--password automation" --findReplace "##server-jira##:'https://jira.examplegear.com',##server-confluence##:'https://confluence.examplegear.com',##server-bamboo##:'https://bamboo.examplegear.com',##server-bitbucket##:'https://bitbucket.examplegear.com',##server-servicedesk##:'https://jira.examplegear.com',##server-upm##:'null'"

 

20

 

--action run --file "src/itest/resources/runallshort.txt" --common "--password automation" --findReplace "##server-jira##:'https://jira.examplegear.com',##server-confluence##:'https://confluence.examplegear.com',##server-bamboo##:'https://bamboo.examplegear.com',##server-bitbucket##:'https://bitbucket.examplegear.com',##server-servicedesk##:'https://jira.examplegear.com',##server-upm##:'null'"

 

21

 

--action run --file "src/itest/resources/runallshort.txt" --user "automation" --password "automation" --findReplace "##server-jira##:'https://jira.examplegear.com',##server-confluence##:'https://confluence.examplegear.com',##server-bamboo##:'https://bamboo.examplegear.com',##server-bitbucket##:'https://bitbucket.examplegear.com',##server-servicedesk##:'https://jira.examplegear.com',##server-upm##:'null'"

 

22

 

--action run --file "src/itest/resources/runall.txt" --findReplace "##password##:automation,##server-jira##:'https://jira.examplegear.com',##server-confluence##:'https://confluence.examplegear.com',##server-bamboo##:'https://bamboo.examplegear.com',##server-bitbucket##:'https://bitbucket.examplegear.com',##server-hipchat##:'https://hipchat.examplegear.com',##server-servicedesk##:'https://jira.examplegear.com',##server-upm##:'null'"

 

23

 

--action run --file "src/itest/resources/runreplacemapshort.txt" --common "--password automation" --findReplace "##server##:'https://confluence.examplegear.com',##space##:Experiment,##title##:runReplaceMapShort"

 

24

 

--action run --file "src/itest/resources/runreplacemap.txt" --common "--password automation" --findReplace "##server##:'https://confluence.examplegear.com',##space##:Experiment,##title##:runReplaceMap"

 

25

 

--action run --file "src/itest/resources/run.txt"

 

26

 

--action run --file "src/itest/resources/runWithFindReplace.txt" --findReplace "##action##:getClientInfo,##parameters##:--server xxx --password PASSWORD"

 

27

 

--action runFromList --jiraServer "https://jira.examplegear.com" --user "automation" --password "automation" --list "a" --common "jira --action getServerInfo"

 

28

 

--action runFromSql --sql "select 'bitbucket' as action, '-a getClientInfo --password PASSWORD --server xxx' as parameters" --host "localhost" --port "5433" --driver "postgresql" --database "test" --dbUser "automation" --dbPassword "automation"

 

29

 

--action run --input "jira -a getClientInfo" --input "upm -a getClientInfo" --input "servicedesk -a getClientInfo" --input "structure -a getClientInfo" --input "tempo -a getClientInfo" --input "bamboo -a getClientInfo" --input "bitbucket -a getClientInfo" --input "bitbucketCloud -a getClientInfo" --input "confluence -a getClientInfo" --input "hipchat -a getClientInfo" --input "trello -a getClientInfo" --input "csv -a getClientInfo"

 

30

 

--action run --jiraServer "https://jira.examplegear.com" --confluenceServer "https://confluence.examplegear.com" --user "automation" --password "automation"

 

31

 

--action servicedesk --parameters "--action getServerInfo --server https://jira.examplegear.com --user automation --password automation"

 

32

 

--action servicedesk --servicedeskServer "https://jira.examplegear.com" --parameters "--action getServerInfo --user automation --password automation"

 

 

Log a request with our support team.

Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2024 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.