The problem you need to solve:
See Linked Issue be updated with System and Custom Field values of current Issue.
How Minyaa solves this problem:
Minyaa allows you to define a Workflow Function usable in any Transition and able to propagate values of Selected System and Custom Fields to Linked Issues (depending on the selected Link Types).
By defining this Workflow Function in a Transition of your workflow, you are able to force some system and custom fields of Linked Issues to be updated with supported field's value of current Issue.
By Linked Issues, in older release, the Workflow Function was assuming only Outward Links.
This Workflow Function is also useable in the Global Edit Transition (See Issue Validation), and then be sure that the integrity of this rule is respected.
Since Minyas 2.5, you are able to select also System fields.
To configure the Propagate System and Custom Fields to Linked Issue Workflow Function, please follow these steps :
Parameter | Description |
---|---|
Available System Fields | List of all System Field candidate for a propagation. Some of System Fields are filtered (See Unsupported Fields) |
Selected System Fields | List of all selected System Fields for a propagation. |
Available Custom Fields | List of all Custom Field candidate for a propagation. Some of Custom Fields are filtered, like all Calculated Custom Fields. |
Selected Custom Fields | List of all selected Custom Fields for a propagation. |
Available Outward Link Types | List of all Outward Link Types candidate for a propagation. |
Selected Outward Link Types | List of all selected Outward Link Types for a propagation. |
Available Inward Link Types | List of all Inward Link Types candidate for a propagation. |
Selected Inward Link Types | List of all selected Inward Link Types for a propagation. |
Propagation applied recursively | Has the propagation to be done recursively. |
<post-functions> <function type="class"> <arg name="class.name">com.atlassian.jira.workflow.function.PropagateFieldToLinkedIssues</arg> <arg name="linkTypesSelected">10000,</arg> <arg name="inwardLinkTypesSelected">10000,</arg> <arg name="recursive">true</arg> <arg name="feldsSelected">,,</arg> <arg name="customFieldsSelected">customfield_10020,customfield_10050,</arg> </function> </post-functions>