The problem you need to solve: See Sub-Task with some of their Custom Field be updated with Parent Custom Field values.
How Minyaa solves this problem: Minyaa allows you to define a Workflow Function usable in any Transition and able to update selected Custom Fields by Parent Custom Field Value.
By defining this Workflow Function in a Transition of your workflow, you are able to force some custom fields to be updated with custom field's value of Parent Issue.
You can also define a such Workflow Function in the Global Edit Transition (See Issue Validation), and then be sure that the integrity of this rule is respected.
To configure the Inherit Custom Field Workflow Function, please follow these steps :
Parameter | Description |
---|---|
Available Custom Fields | List of all CustomField candidate for an inheritance. Some of Custom Fields are filtered, like all Calculated Custom Fields. |
Selected Custom Fields | List of all selected CustomFields for an inheritance. |
<post-function > <function type="class"> <arg name="class.name">com.atlassian.jira.workflow.function.InheritCustomFieldFromParentFunction</arg> </function> </post-function>