Versions Compared

Key

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

On this page

P
Table of Contents
maxLevel1
typeflat
separatorpipe

Related information for 6.0.0

Actions

P

Action

Category

Description

Required parameters

Optional parameters

Output formats

1

bamboo

Anchor
bamboo
bamboo

 

Use the Bamboo CLI client to run an action.

common

 

 

2

bitbucket

Anchor
bitbucket
bitbucket

 

Use the Bitbucket CLI client to run an action.

common

 

 

3

confluence

Anchor
confluence
confluence

 

Use the Confluence CLI client to run an action.

common

 

 

4

crucible

Anchor
crucible
crucible

 

Use the Crucible CLI client to run an action.

common

 

 

5

fisheye

Anchor
fisheye
fisheye

 

Use the FishEye CLI client to run an action.

common

 

 

6

getClientInfo

Anchor
getClientInfo
getClientInfo

Info

Get information about the this client tool.

 

outputFormat, file, append, encoding

1 - basic
2 - JVM

7

hipchat

Anchor
hipchat
hipchat

 

Use the HipChat CLI client to run an action.

common

 

 

8

jira

Anchor
jira
jira

 

Use the JIRA CLI client to run an action.

common

 

 

9

runFromCsv

Anchor
runFromCsv
runFromCsv

Run

Run actions generated from a CSV file.

file

common, propertyFile, continue, quiet, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex

 

10

runFromList

Anchor
runFromList
runFromList

Run

Run actions for each entry in a list. When file is provided, each action in the file augmented by the common parameter will be run for each entry. Otherwise, just the action specified by the common parameter will be run. Available replacement variables are entry, entry2.

list

list2, file, common, continue, quiet, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex

 

11

runFromSql

Anchor
runFromSql
runFromSql

Run

Run actions generated by SQL provided by the sql parameter, a file, or standard input

sql or file or standard input

common, driver, database, host, port, url, dbUser, dbPassword, propertyFile, continue, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex

 

12

run

Anchor
run
run

Run

Run actions from a file or standard input.

file or standard input

common, continue, simulate, clearFileBeforeAppend, encoding, findReplace, findReplaceRegex

 

13

servicedesk

Anchor
servicedesk
servicedesk

 

Use the Service Desk CLI client to run an action.

common

 

 

14

upm

Anchor
upm
upm

 

Use the UPM CLI client to run an action.

common

 

 

Parameter Tips

Include Page
Shared - tips for documentation
Shared - tips for documentation

Parameters

Parameter

Short

Value

Description

1

action

Anchor
action
action

a

(tick)

 

2

afterSql

Anchor
afterSql
afterSql

 

(tick)

SQL to run after a successful action. Limited to specific actions at this time.

3

append

Anchor
append
append

 

(error)

For some actions using the file parameter, append will append output to the existing file.

4

bambooServer

Anchor
bambooServer
bambooServer

 

(tick)

Server parameter for Bamboo actions.

5

bitbucketServer

Anchor
bitbucketServer
bitbucketServer

 

(tick)

Server parameter for Bitbucket actions.

6

clearFileBeforeAppend

Anchor
clearFileBeforeAppend
clearFileBeforeAppend

 

(error)

For run actions, this option will automatically clear an existing file on the first append requested.

7

columns

Anchor
columns
columns

 

(tick)

Column selection and ordering when action generates CSV output. A comma separated list of column numbers (1-based) or column names (case insensitive). Only columns provided by the selected outputFormat are available for selection. Invalid columns will be ignored.

8

common

Anchor
common
common

 

(tick)

Common parameter string added to all run actions.

9

confluenceServer

Anchor
confluenceServer
confluenceServer

 

(tick)

Server parameter for Confluence actions.

10

connectionTimeout

Anchor
connectionTimeout
connectionTimeout

 

(tick)

Allow overriding environment settings for connect and read timeouts on URL connections. In milliseconds, 0 means infinite.

11

continue

Anchor
continue
continue

 

(error)

Continue processing even after errors are encountered for run actions. Also used for some action to ignore certain errors like not found errors on remove actions.

12

crucibleServer

Anchor
crucibleServer
crucibleServer

 

(tick)

Server parameter for Crucible actions.

13

database

Anchor
database
database

 

(tick)

Database name is required for SQL actions.

14

dateFormat

Anchor
dateFormat
dateFormat

 

(tick)

Format string for dates in Java SimpleDateFormat. Default for output is client date format. Default for date parsing is lenient starting with client date format and then some other standard formats based on JSON date format.

15

dateFormat2

Anchor
dateFormat2
dateFormat2

 

(tick)

Alternate format string for dates in Java SimpleDateFormat. Use specific (may be ignored), but normally used for date only fields to avoid longer dateFormat based output. Some uses default to yyyy-MM-dd.

16

dbCreateTable

Anchor
dbCreateTable
dbCreateTable

 

(error)

Database table needs to be created before adding rows.

17

dbJar

Anchor
dbJar
dbJar

 

(tick)

By default, lib/jdbc is used to automatically load database drivers. Otherwise you can specify a specific file or url reference for the database driver jar. Example /jdbcDrivers/postgresql-9.3-1102.jdbc41.jar or

https://jdbc.postgresql.org/download/postgresql-9.3-1102.jdbc41.jar

18

dbPassword

Anchor
dbPassword
dbPassword

 

(tick)

Database user password. Defaults to password.

19

dbTable

Anchor
dbTable
dbTable

 

(tick)

Database table name when creating or updating a database from list output.

20

dbTableKeys

Anchor
dbTableKeys
dbTableKeys

 

(tick)

Comma separated list of column names used to access existing rows for update. Normally this defines a primary key set for the table.

21

dbUser

Anchor
dbUser
dbUser

 

(tick)

Database user name. Defaults to user.

22

debug

Anchor
debug
debug

 

(error)

Requests detail debug output. Optional for all actions.

23

driver

Anchor
driver
driver

 

(tick)

JDBC driver class or predefined value: postgresql, mysql, mssql, oracle, or db2400. Required for SQL actions.

24

encoding

Anchor
encoding
encoding

 

(tick)

Character encoding (character set) for text based file content - must be an encoding supported by your JAVA platform.

25

file

Anchor
file
file

f

(tick)

Path to file based content or result output. Use - for standard input.

26

findReplace

Anchor
findReplace
findReplace

 

(tick)

Find and replace text. Comma separated list of colon separated pairs. Single quote values containing a delimiter. Embedded quotes must be escaped.

27

findReplaceRegex

Anchor
findReplaceRegex
findReplaceRegex

 

(tick)

Find and replace text with a regular expression. Comma separated list of colon separated pairs. Single quote values containing a delimiter. Embedded quotes must be doubled.

28

fisheyeServer

Anchor
fisheyeServer
fisheyeServer

 

(tick)

Server parameter for FishEye actions.

29

help

Anchor
help
help

 

(error)

Prints this help message.

30

hipchatServer

Anchor
hipchatServer
hipchatServer

 

(tick)

Server parameter for HipChat actions.

31

host

Anchor
host
host

 

(tick)

Database host server for SQL actions. Not used if url is provided. Defaults to localhost if not provided.

32

jiraServer

Anchor
jiraServer
jiraServer

 

(tick)

Server parameter for JIRA actions.

33

list

Anchor
list
list

 

(tick)

Comma separated list of entries to populate the entry replacement variable on runFromList. Single quote values containing a delimiter. Embedded quotes must be doubled.

34

list2

Anchor
list2
list2

 

(tick)

Comma separated list of entries to populate the entry2 replacement variable on runFromList. Single quote values containing a delimiter. Embedded quotes must be doubled.

35

outputFormat

Anchor
outputFormat
outputFormat

 

(tick)

Specify output format for an action. (default: 1)

36

parameters

Anchor
parameters
parameters

 

(tick)

Client specific parameters.

37

password

Anchor
password
password

p

(tick)

User password for remote access.

38

port

Anchor
port
port

 

(tick)

Database host port for SQL actions. Optional, defaults to database default. Not used if url is provided.

39

propertyFile

Anchor
propertyFile
propertyFile

 

(tick)

Property file with database parameters, field mappings, or client specific information.

40

quiet

Anchor
quiet
quiet

 

(error)

Limit some output messages. Optional for all actions.

41

reference

Anchor
reference
reference

 

(tick)

Reference to a replacement key value used to remember an action specific value like issue key or similar so it can be referenced later.Each action that allows this parameter will specify what value is being set for the reference replacement key.

42

replace

Anchor
replace
replace

 

(error)

Replace existing entity on add, create, or similar actions.

43

servicedeskServer

Anchor
servicedeskServer
servicedeskServer

 

(tick)

Server parameter for Service Desk actions.

44

simulate

Anchor
simulate
simulate

 

(error)

Simulate running actions. Log the action that would be taken.

45

special

Anchor
special
special

 

(tick)

Ordered list of alternate characters for comma ( , ), colon ( : ), at ( @ ), quote ( ' ), and double quote ( " ) characters used for specialized processing of some specific parameters.

46

sql

Anchor
sql
sql

 

(tick)

SQL select statement used to generate a run script.

47

upmServer

Anchor
upmServer
upmServer

 

(tick)

Server parameter for UPM actions.

48

url

Anchor
url
url

 

(tick)

Action specific setting. Example: Database access url for SQL actions. Optional when host is provided.

49

user

Anchor
user
user

u

(tick)

User name for remote access.

50

verbose

Anchor
verbose
verbose

v

(error)

Requests verbose output to help with problem determination. Optional for all actions.

...