Hi everybody,
we have two our own defined mandatory fields on the task level.
Expected outcome:
When I create a task in the epic, fields are automatically copied from the Epic level.
Automation:
When issue is created, copy the values of those fields from the Parent issue.
Current behavior:
It does not work. When the issue is created, task details are popped up and I need to select those fields manually.
Any idea how to achieve expected outcome pls?
Screenshots:
The fields are required so you can't create the task without filling it.
Make the fields non mandatory then try and check, because automation only works if issue created. It can't select the value of create screen.
This is what I am trying to achieve - the automation fill them (copy from epic) during task creation.
Making fields non-mandatory is a possible workaround but we tried that and people stopped filling those fields so it didn't work.
> automation only works if issue created
If I understand that correctly what I am trying to achieve is undoable with current automation capabilities, is that correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michal,
It's probably a timing issue with Automation. Maybe try inserting a Branch before the Edit Issue action for Most Recently Created Issue. Then stick the Edit Issue under that.
If those fields are still not getting there, try adding a Log statement to see if it is seeing the fields from the parent.
Then maybe add a couple of Re-fetch issue actions right before the Edit Issue action.
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.