Div | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
On this page
|
Related information for 5.2.0
- Atlassian CLI Examples - 5.2.0
- Atlassian CLI Help text - 5.2.0
- Variable replacementsReplacements
- Action Reference (all clients)
Actions
P | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Parameter Tips
Parameters |
Parameter | Short | Value | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
1 | action
| a |
|
| ||||||
2 | append
|
|
| For some actions using the file parameter, append will append output to the existing file. | ||||||
3 | bambooServer
|
|
| Server parameter for Bamboo actions. | ||||||
4 | bitbucketServer
|
|
| Server parameter for Bitbucket actions. | ||||||
5 | clearFileBeforeAppend
|
|
| For run actions, this option will automatically clear an existing file on the first append requested. | ||||||
6 | columns
|
|
| 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. | ||||||
7 | common
|
|
| Common parameter string added to all run actions. | ||||||
8 | confluenceServer
|
|
| Server parameter for Confluence actions. | ||||||
9 | connectionTimeout
|
|
| Allow overriding environment settings for connect and read timeouts on URL connections. In milliseconds, 0 means infinite. | ||||||
10 | continue
|
|
| 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. | ||||||
11 | crucibleServer
|
|
| Server parameter for Crucible actions. | ||||||
12 | database
|
|
| Database name is required for SQL actions. | ||||||
13 | dateFormat
|
|
| Format string for date in Java SimpleDateFormat, default is client date format. | ||||||
14 | dbJar
|
|
| 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 | ||||||
15 | dbPassword
|
|
| Database user password. Defaults to password. | ||||||
16 | dbUser
|
|
| Database user name. Defaults to user. | ||||||
17 | debug
|
|
| Requests detail debug output. Optional for all actions. | ||||||
18 | driver
|
|
| JDBC driver class or predefined value: postgresql, mysql, mssql, oracle, or db2400. Required for SQL actions. | ||||||
19 | encoding
|
|
| Character encoding (character set) for text based file content - must be an encoding supported by your JAVA platform. | ||||||
20 | file
| f |
| Path to file based content or result output. Use - for standard input. | ||||||
21 | findReplace
|
|
| Find and replace text. Comma separated list of colon separated pairs. Single quote values containing a delimiter. Embedded quotes must be escaped. | ||||||
22 | findReplaceRegex
|
|
| 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 escaped. | ||||||
23 | fisheyeServer
|
|
| Server parameter for FishEye actions. | ||||||
24 | help
|
|
| Prints this help message. | ||||||
25 | hipchatServer
|
|
| Server parameter for HipChat actions. | ||||||
26 | host
|
|
| Database host server for SQL actions. Not used if url is provided. (default: localhost) | ||||||
27 | jiraServer
|
|
| Server parameter for JIRA actions. | ||||||
28 | list
|
|
| Comma separated list of entries. Single quote values containing a delimiter. Embedded quotes must be doubled. | ||||||
29 | outputFormat
|
|
| Specify output format for an action. (default: 1) | ||||||
30 | parameters
|
|
| Client specific parameters. | ||||||
31 | password
| p |
| User password for remote access. | ||||||
32 | port
|
|
| Database host port for SQL actions. Optional, defaults to database default. Not used if url is provided. | ||||||
33 | propertyFile
|
|
| Property file with mapping information. | ||||||
34 | quiet
|
|
| Limit some output messages. Optional for all actions. | ||||||
35 | servicedeskServer
|
|
| Server parameter for Service Desk actions. | ||||||
36 | simulate
|
|
| Simulate running actions. Log the action that would be taken. | ||||||
37 | special
|
|
| Ordered list of alternate characters for comma ( , ), colon ( : ), at ( @ ), quote ( ' ), and double quote ( " ) characters used for specialized processing of some specific parameters. | ||||||
38 | sql
|
|
| SQL select statement used to generate a run script. | ||||||
39 | url
|
|
| Action specific setting. Example: Database access url for SQL actions. Optional when host is provided. | ||||||
40 | user
| u |
| User name for remote access. | ||||||
41 | verbose
| v |
| Requests verbose output to help with problem determination. Optional for all actions. |
...