On this page



The Create issue link post function is aimed to make it possible for a workflow transition to create issue links from the current issue to other issues, or between any pair of issues in a Jira instance. Issue selection can be done by JQL query or comma-separated issue keys in a field.



In this documentation and the post function configuration you will notice the symbol ( * ) next to some parameters, it means that this field is mandatory and shall not be left empty. Fields without the symbol are optional.

Basic configuration*

Below you will find a detailed description of each parameter of the basic configuration of the function.

Issue link type*

Select the issue link type to be created. The following options are available:

  • is blocked by (Blocks) -inward
  • blocks (Blocks) -outward
  • is cloned by (Cloners) -inward
  • clones (Cloners) -outward
  • is duplicated by (Duplicate) -inward
  • duplicates (Duplicate) -outward
  • relates to (Relates) -inward
  • relates to (Relates) -outward

Source issue*

Select the source issues to create the issue links from. The following options are available:

  • Current issue
  • Issue key in field

When chosen, select the field containing the issue keys. The field should contain either a single issue key or a list of issue keys, separated by comma or blank.

  • Set issue manually (parser expression)

Destination issue*

Select the destination issues to create the issue links from. The following two options are available:

  • Issue key in field
  • Set issue manually (parser expression)

Field*

Select the field to get the issue from.



You have the following two options (multi-choice is not available):

  • Many-to-many relationship - Each source issue will be linked to all destination issues
  • One-to-one relationship - Each source issue will be linked to one destination issue according to order of appearance


Enter a condition (Logical / boolean condition) using the JWT expression parser - full feature list syntax.

You can even logically link and gather conditions in expressions as you like in order to map more complex conditions.

The post function will only be executed if the condition is met (returns true).



Choose which user* will be able to execute this post function. By default, it is set to the Current user.