Hello! For background, I'm trying to create an automation rule that says when an epic (with a certain label) is created, then a set of stories will be created under that epic. I want to link this epic back to the appropriate parent initiative, based on the financial year. How would I accomplish this with smart values?
Hi @Wendy Chen
What is the data point on which that financial year would be queried? Is it a field on both the epic and Initiative or something else?
The financial year is a field in both the epic and initiative. The name of the parent initiative also has "FY23" in the beginning.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok - Assuming you have a single initiative for each fiscal year, you could do something like this:
If you have multiple initiatives for a given fiscal year, you'd still need to identify another vector that would help determine which initiative that epic should be tied to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do I link the epic back to that parent initiative that it would look up?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry I should've said parent link field. This is not available from the drop-down of fields available on that action so you'll need to copy/paste this into the more options section:
{
"fields": {
"parent link": {{lookupIssues}}
}
}
This should do the trick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much!!
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.