Versions Compared

Key

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

...

Provides the mail address of a custom field for single-user picker custom fieldpickers.

{source.customfield_id}

Provides data pulled from a selected customfield, custom field based on the current source issue. 

...

Provides the name of the user who is running the search (can be defined in the configuration menu of asset customfield).

{source.versions}

Extracts the value from the Affected version system field of the current issue.

{source.fixVersions}

Extracts the value from the Fix version system field of the current issue.

JQL Variable examples

Panel
titleShow all issues, where fixVersion is the same as in current source-issue

This JQL in a Lookup field in an assets issue finds all issues, where fixVersion is the same as in {source.customfield_16404}

Code Block
fixVersions in ({source.customfield_16404}) 

...