I am using a Team Managed project. We are trying to create an automation so when a specific issue is created, it automatically updates the parent link to a set Epic. It's running successfully using the edit issues command but its not actually updating the link.
here is the JSON I am using in the Edit Issue fields (additional fields section):
{
"update": {
"Parent": [
{
"set": {"value": "CXT-3375 Testing Artifacts"}
}
]
}
}
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.