Hello Everyone,
A 'feature' issue type named as 'A-123' issue is linked to 'epics' issues by 'Parent link' field, so one epic issue which is children of issue 'A-123' is now converted to task issue type(B-567), so in issue from jira GUI issue 'B-567' is not visible but from scripting code ,it is still returning as children.Kindly resolve how to fix these issue children should not return issue 'B-567'.Please find code snippet below-
children = getChildren(issue.id, logger, 'Parent-Child Link',issueLinkTypeManager,issueLinkManager,user,issueManager,issue)
Thanks and Regards,
Jyoti
Hello @Jyoti Kumari
I don't have an environment to test this, but this is my suggestion.
In the future if the Epic has child issues, remove those children before you change the Epic issue type. Then remove the Epic as a child of the feature. Then convert the Epic to the new issue type.
To fix the state you are in now, convert the issue back to an Epic. Then remove the Epic as a child of the feature. Then convert it again to a Task.
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.