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"}
}
]
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.