I have a domain with 2 Epic identifiers
And a 2nd domain with 1 Epic identifier
And a 3rd domain with 1 Epic identifier
What is the custom JQL query to show the combined issue history of both these domains
I tried the following JQL:
"Epic Link" in (xxxADA-13171, "xxxEBO-10958") OR "Epic Link" in (xxxCCS-8194, "xxxCCS-8201") AND status IN (open,"in progress")
xxxADA= 1st domain (with 1 Epic identifier)
xxxEBO= 2nd domain (with 1 Epic identifier)
xxxCCS= 3rd domain (with 2 Epic identifier)
Hi @Ankita’s De, welcome to Atlassian Community.
I'm not sure I understand you question exactly, but I will give it a try.
Since you are using "Epic Link" I understand you are not on Cloud since cloud hosting has replaced Epic Link with Parent. This thread is tagged "unknown-hosting-type", so I have to assume here, please correct me if I'm wrong.
I understand your question correctly you want to see all issues having an epic link in the projects you listed. If this is correct you might try something like this:
project IN (xxxADA, xxxEBO, xxxCCS) AND "Epic Link" IS NOT EMPTY
Please inform me if I misunderstod the question and your are looking for another query result.
TimK
@Ankita’s De, did you try the JQL example i gave? Have you managed to resolve your requirements?
TimK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Appreciate a response to this
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.