Defines an issue property that will store the value for the issue field of the read_only
type.
Example
1
2
3
4
5
{
"path": "comments.count",
"key": "statistics",
"type": "number"
}
key
Type | string |
Required | Yes |
Description | The key of the issue property. |
path
Type | string |
Required | Yes |
Description | The path to the value in the JSON object. For instance, for JSON |
type
Type | string |
Required | Yes |
Allowed values |
|
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:
|
Rate this page: