Versions Compared

Key

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

...

Table plus
autoNumbertrue
required except for certain client specific parameters
ParameterRequiredDefaultDescription
request Partial url that will be added to the server url. Required if there are no client specific parameters that will set the url.
requestParameters  
  • For non-post request, request parameter added to the url. Example: field1=value1&field2=value2&field3=value3.
  • For post request, it is the post data which could be JSON data for example.
requestType GETHTTP request type like GET, POST, PUT, DELETE
type HTML

HTTP content type. Any value can be used. The following shortcut values are also available:

  • HTML, XML, JSON, URL_ENCODED, FORM_URL_ENCODED, MULTIPART_RELATED
acceptType typeHTTP accept type if different than type parameter.
findReplace  

Response data is processed using the standard CLI find and replace support.

  • Find and replace text. Value is a comma separated list of colon separated pairs. Single quote values containing a delimiter.
findReplaceRegex  

Response data is processed using the standard CLI find and replace support.

  • Find and replace with regular expressions. Value is a comma separated list of colon separated pairs. Single quote values containing a delimiter.
file  

Allow output to a file.

encoding  File encoding.

Client Specific Parameters

Table plus
autoNumbertrue
ClientParameterDescription
JIRAproject
  • Validates project - standard error if not valid.
  • Replaces @projectId@ with the project id in requestParameters.
  • If request is blank, will set to standard project url: /browse/<project key>.
JIRAissue
  • Validates issue - standard error if not valid.
  • If request is blank, will set to standard issue url: /browse/<issue key>
Confluencespace
  • Ignored unless title is specified.
Confluencetitle
  • Ignored unless space is specified.
  • Validates page exists - standard error if not valid.
  • If request is blank, will set to the standard page url: /pages/viewpage.action?pageId=<contentId>
  • If request is not blank, replaces @contentId@ with the content id of the page in requestParameters.
Bamboo plan 
  • Validates plan exists - standard error if not valid.
  • If request is blank, will set to standard plan url: /browse/<plan key>.
Bamboo job 
  • Validates plan exists - standard error if not valid.
  • If request is blank, will set to standard job url: /browse/<plan key>-<job key>
Bamboonumber
  • Adds the job number to the url if plan or job has been provided.