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.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.