Versions Compared

Key

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

...

Code Block
{{lookupIssues.first.assignee}}

Note: Please make sure that the selected issue from issue picker are also in the scope of the automation rule.

Please check Atlassian’s documentation on ‘Lookup issues’

Workaround - Link selected issues on issue creation

Issue picker does not support linking issues from the create screen. The problem is that issue picker triggers on selection of issues, at which point the issues does not exist yet for linking.

As a workaround, you can use Jira automation to achieve issue linking of selected issues from the create screen.

In this example we want to link the created issue with the selected issues in ‘customfield_10192’ using the ‘is blocked by’ link.

...

Syntax: Lookup issues

Code Block
key in ({{issue.customfield_10192}})

Syntax: Link issue to

Code Block
{{lookupIssues}}

Notes:

  • Using the syntax above also supports to link multiple selected issues at once.

  • Please make sure that the selected issue from issue picker are also in the scope of the automation rule.

Please check Atlassian’s documentation on ‘Lookup issues’