custom property

List<CustomContextVariable> custom
final

Custom context variables and their types. These variable types are available for use in a custom context:

  • user: A user specified as an Atlassian account ID.
  • issue: An issue specified by ID or key. All the fields of the issue object are available in the Jira expression.
  • json: A JSON object containing custom content.
  • list: A JSON list of user, issue, or json variable types.

Implementation

final List<CustomContextVariable> custom;