I need to create several sub-tasks on issue creation and I found really useful to be able to set some of their fields from the main issue, directly from the automation rule.
However I found out that the options "Copy from issue/parent/epic" are displayed only for certain field types, e.g. Numeric Field can only be set with custom values only, Assignee can be easily inherited.
The simple workaround is to use the "More options" to set whatever is possible to, e.g.:
{
"fields": {
"mynum": "{{issue.mynum}}"
}
}
Or even by inserting `{{issue.mynum}}` directly inside the empty space of the selected field (through "Choose fields to set...").
Is it a know issue, or it should suggest me the "Copy from issue/parent/epic" options?
Hi Alessandro,
This is the expected behaviour — it makes sense to add the 'copy from' options in a drop-down list, but less so in a normal field. However, as you noticed, the best way to do what you want is to insert `{{issue.mynum}}` or `{{triggerIssue.mynum}}` into the empty space in the field — this is totally acceptable and even preferred.
Let us know if there's anything else we can do for you,
Huw
Developer at Code Barrel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.