InputField Data Type

Information related to an input field to get parameter info.

See the workflow parameter macro for further information.

Properties
name data type description
id string Unique identificator of the input field
name string Name of the related parameter
value string Value for the parameter
type InputType Input type from the supported ones
options array of string In case of LIST type, the valid options to show
description string Description of the related parameter

Example

{
  "id" : "param1797958930",
  "name" : "Reviewers",
  "value" : "confluence-users",
  "type" : "group",
  "options" : [ "...", "..." ],
  "description" : "Reviewers group"
}