You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have an automation rule where I want to set the parent link of an Epic to an Initiative.
What smart value do I use to set that in the additional fields section? This is what I am trying currently with no luck.
{
"fields": {
"Parent Link": {"key" : "PT-16747"}
}
}
Hey Julia :)
As @Stefan Salzl alluded to, the Json needs to be built out a bit more. Something like this should work:
{ "update" : { "customfield_<parentLink Field ID>" : [{"set" : "PT-16747"}] } }
Hi @Julia
I recommend first confirming the name of the field/smart value to use. Find an example epic linked to an initiative, and then use this how-to article to confirm the smart value: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
My understanding is the smart value name is parent, not parent link.
Then take a look at the examples here to confirm the way to set the link for the relevant field type: https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/
Kind regards,
Bill
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.
hi @Julia ,
tbh: I‘m not proficient with advanced roadmaps and I dunno smart values by heart. I would recommend to have a look at the JSON of the issue (see the link below) to see the exact name of the field.
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Best
Stefan
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.