Subtask Inherit Fix Versions
This workflow automatically updates the fix version of a subtask to the fix version set for a parent task.
Name | @jetbrains/youtrack-workflow-subtask-inherit-fix-versions |
---|---|
Auto-attached | yes |
Rules |
|
Use Case
This workflow helps you manage the fix version set for tasks and subtasks.
This workflow updates the values that are stored in the Fix versions custom field. To use this workflow, you need to make sure this field is used in the projects that you want to update. The option to store multiple values in the Fix versions field must be enabled in all the projects that use this workflow.
Rules
This workflow includes three modules. The first two modules contain on-change rules that synchronize the value set for the Fix versions field between parent tasks and subtasks. The third module contains a custom script that is shared by these rules.
Title | Description |
---|---|
Copy fix versions from parent task when issue is linked as a subtask | This rule checks a subtask when it is linked to a parent task.
|
Set fix versions for subtasks when fix versions are added to parent task | This rule checks for subtasks when the fix versions are set for an issue.
|
copy-values.js | This module contains a custom script that is used in both of the rules for this workflow. |