Issue Field Property

Defines an issue property that will store the value for the issue field of the read_only type.

Example

1
2
3
4
5
6
{
  "path": "comments.count",
  "key": "statistics",
  "type": "number"
}

Properties

key
Type
Required
Yes
Description

The key of the issue property.


path
Type
Required
Yes
Description

The path to the value in the JSON object.

For instance, for JSON "{"label": {"color": "red", "text":"connect"}} the valid path referencing the color is label.color.


type
Type
Required
Yes
Allowed values
  • number
  • NUMBER
  • string
  • STRING
  • date
  • DATE
Description

The type of the referenced value. It will affect how the value is interpreted and displayed, and how the field behaves in JQL.

The type can be one of the following: