Versions Compared

Key

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

On this page:

Table of Contents

JQL syntax for app-provided fields

Jira comes with a predefined set of custom field types, but apps by Marketplace vendors in the Atlassian ecosystem also can add their custom field types to Jira.

...

Some custom fields added by apps can return their values in a format that is not recognized by Jira, for example, an array collection of issue keys like [SP-10, SP-23, SP-34].

...

If the custom field doesn't inherit any known class in Jira, we do not modify its value and it stays as an array for example. In such cases, there might be modifications to the extended JQL syntax and to the ways to get the end results.
In the list below you can find examples on how to use the extended JQL syntax with custom fields by other apps.

Multiple Issue Picker (by Scriptrunner)

The custom field Multiple Issue Picker (provided by Scriptrunner) returns an array collection of issue keys like [SP-10, SP-23, SP-34].

...