Hi all,
Very specific question for the community, I still don't think it can be done without a 3rd party app, but hoping a fellow guru knows otherwise.
Scenario -
Challenge
When creating a Task (which has 'Work Code' as a required field), how to populate the 'Work Code' attribute on initial form appearance, with the value from the parent Epic - if parent exists and 'Work Code' not empty.
To clarify, the challenge is not about setting the 'Work Code' attribute once the Create action has been performed and form submitted.
Not all Tasks will have a parent so a Create trigger cannot be relied on, then potentially 'Work Code' is left blank.
The goal is to gain time efficiencies and limit user error in manually selecting an incorrect 'Work Code' compared to the Epic.
Thanks in advance, looking forward to any insight.
Hello @Rich Allen
To the best of my knowledge there is not a method to get data from a parent issue into a Create Issue form without a third party app.
Do you have any apps that allow you to customize the workflow?
An alternative to making the field required by Field Configuration settings for the Task would be to have a Conditional Validator for the Work Code field in the workflow. Several apps provide that capability. You would configure the Validator to require the Work Code field when the Parent field is not empty. Otherwise you could use an Automation Rule to fill the field after creation when the parent field is not empty.
Other cases you may need to consider are:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.