Versions Compared

Key

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

Most of JSU's workflow post functions have the option to define the scope of related issues. For example, instead of copying a field within an issue during a post function, you can choose to copy it to a subtask.

...

Types of issue relations

...

  • Issue link: You can choose the link type to define which issues will be modified by the operation. If the post function includes the link type is ANY option, the operation will be performed on any linked issues.

  • Parent / Sub-Task: The related issue is either the parent or a subtask of the issue.

  • Epic / Issue in Epic: The other issue is either an epic related by to an epic link, or it is part of an epic. This is only applicable if you have Jira Software installed.

  • JQL: A JQL query will be executed to retrieve the issues that the post function will modify. You can use some placeholders in the JQL query, which will be replaced with the current field values of the issue in transition. For tips on writing the JQL query, see JQL Reference or our JQL Use Cases for some examples.

...

For some post functions, you can choose whether the issue in transition serves as the source or the destination. For example, the Copy Value From Other Field post function allows you to define the issue in transition as the source or destination of the copy operations. In contrast, while you define the other end with an issue relation. The field value is then read from the source issue and written to the destination issue. Other post functions do not have a source and destination; you simply define the issue relation that applies to the post function. For example, the Create a Linked Issue post function creates a new issue and then connects it through an issue relation to the issue in transition.

...

  • Copy Value From Other Field post function: There should be only one source issue, ; otherwise, it is unclear from which issue the value should be read. The current implementation will simply select one of them and ignore the rest.

  • If you use the Create a Linked Issue post function to create a new subtask, you must also configure the post function to create the new issue as an issue type of a subtask. The target project must be the same as the one for the issue in transition.