If someone could provide me the query to look for all Open Epics where the issues in Epic are closed and Issue Links - has Epic are also closed.
Hello @katie Dennis
You need an add-on like scriptrunner for such a query. Do you know if you have it?
@Kalyan Sattaluri I don't know if we have that, but I am doubtful. Do you know how I would find out?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In your Issue search section, click advanced and start typing issuefunction .. if your dropdown prompts you with available options, you have that add-on available.. like below screenshot.. Please try and let us know..
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.
Great. Can you tell if all your stories / epics in the same project WCNG? or can you share which project has epics and which projects have stories so I can give sample JQL.
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.
Hello,
You havent mentioned if you are in cloud or data center, Can you please try below query and tell if you see results.. Replace bolded part (Done) with terminal status of your Epic issue type.
status != Done and
issueFunction in linkedIssuesOf("project = WCNG and status = Done", "has epic") and
not issueFunction in linkedIssuesOf("project = WCNG and status != Done", "has epic")
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.
Awesome. confession. I just copied it from below link because I had it bookmarked from earlier :p.
Please review the results and let me know if you see anything odd. If everything looks good, please accept solution so it benefits folks in the future. Thanks!
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.