Hi,
I am trying to update the parent link field for existing issues.
Parent link -custom field ID- customfield_21301
Automation rule:
When scheduled trigger:
issuetype in ("Portfolio Epic", Feature) AND issuelinktype =supports AND (resolution = Unresolved OR (resolution IS NOT EMPTY AND resolved >= -52w))and "parent link" is empty.
Then Edit Issue:
customfield_21301={{destinationIssue.key}}
Please help.Iam able to see success and edited successfully in Audit log.
But Actually Parent link is not getting updated
Hi @Sowjanya Bandaru -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
Kind regards,
Bill
My scope is for complete instance.Should run as Global Rule.
Action log shows success and edit issues are successfully edited but actually its not updating.
I guess edit issue code is incorrect.Can some one help me on this.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are trying to configure an Automation Rule for the child issue with the parent link.
Our Aim is to run for already linked issues.(old issues)
Parent Issue: Portfolio epic
Child Issue: Feature
For eg: Feature is linked to Portfolio epic through "supports "link.
Feature should be updated with Portfolio epic Key as a Parent in the Parent link field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The smart value {{destinationIssue}} only works when the trigger is one of the link-related ones, not for other triggers.
Instead you would need to:
I recommend trying the first one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sowjanya
Atlassian introduced the Parent field to replace the Epick Link a while ago and they have been coexisting ever since, but if I'm not wrong, recently they started removing the possibility to edit the "Epic Link" field. See if this docs can help you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That update is for Jira Cloud and this question is for Data Center.
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.