Atlassian CLI Examples - 8.0.0

Related information for 8.0.0

Examples

 

Command

 

Command

1

 

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

 

2

 

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

 

3

 

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

 

4

 

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

 

5

 

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

 

6

 

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

 

7

 

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

 

8

 

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

 

9

 

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

 

10

 

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

 

11

 

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

 

12

 

--action confluence --parameters "-a getApplicationLinkList --outputFormat 2" --confluenceServer "http://confluence.examplegear.com" --user "automation" --password "automation"

 

13

 

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

 

14

 

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

 

15

 

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

 

16

 

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

 

17

 

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

 

18

 

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

 

19

 

--action run

 

20

 

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

 

21

 

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

 

22

 

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

 

23

 

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

 

24

 

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

 

25

 

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

 

26

 

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

 

27

 

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

 

28

 

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

 

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 "slack -a getClientInfo" --input "trello -a getClientInfo" --input "csv -a getClientInfo"

 

30

 

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

 

31

 

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

 

32

 

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

 

33

 

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

 

34

 

--action servicedesk --servicedeskServer "http://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.