Hello All, Jira Newbie here
I have a Plan in Jira that visualises Initiatives (created in one project) and Epics (its children ) across different projects. Some Epics's parent have been changed to another initiative (belongs to another project) however these epics are still appearing in my plan- How can I fix this? The issue source for this plan is a JQL in Script runner
project = "Name" OR issueFunction in childrenOf("project = "Name"")
Hey @Yamini_Jayaram ,
Welcome to Atlassian community!
Looks like the JQL still fetch the Epics thus they are still available in plan view. Please validate the "Work in your plan" under Plan setting and check if the Epics are still part of it.
You may customise the JQL and make sure it excludes the Epic, or you can explore Removed workitem
project = "Name" OR issueFunction in childrenOf("project = "Name"")
I hope this helps, have a good day!
Regards
Chitra Nagdeo
Thank you Chitra, Indeed these Epics are still included- checked in "Work in your plan" and returns the Epics whose parent Initiatives are changed. Could be the JQL, for now I just removed the work item in the Timeline. Thanks for your Suggestions!
Regards,
Yamini
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy to help 😊
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.