Hello,
I have a filter in which I want to filter specific Epics.
My Epics all start with the prefix vUP and they are in my project named UPD_NEXT.
However, when I create a filter and search by Epic Link or Epic Name my Epics don't appear.
Is there a missing parameter in my Epics?
I'll be happy to give you more details.
Thanks in advance for your help.
Ultra premium direct.
Hello,
Excuse me for my delayed response.
Thanks for your response Marc !
My problem is larger. I would like to define a rule in a filter that will add every new tickets of certains Epics that I have in my filter. Do you know a solution please ?
Thanks in advance @Marc - Devoteam .
Theo
You could use the function parentEpic. This will filter the Epic and all it's child issues.
You can specify mutliple epics in the query
Example:
parentEpic in (dkp-10)
parentEpic in (dkp-10,dkp-11,dkp-17)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can't display the child tickets. @Marc - Devoteam
I tried on an Epic who has 3 child tickets.
I try this :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works on my instance. I can't reproduce your results if issues are children of epic in the same project.
If I run the exact same query related to issues in my instance, I see all Epic and children.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marc - Devoteam ,
As you I don't understand what this behavior is.
For me, the problem could arise from a bad parameter in the project or in the Epics. I tested it on others projects on the same atlassian and I've the same result : only the epic name, not the child tickets.
Do you have any idea ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is strange.
The only thing that might be the issue is, are you using Team Managed or Company Managed projects.
This function only works in Company managed projects.
See documentation here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You found it. We're in Team Managed, not company managed. Maybe it'll be better for our company to switch to a company managed. I'll talk about it.
Thanks for your time Marc, your help is really appreciated !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community.
You could use a simple JQL like:
project = UPD_NEXT and issue type = Epic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.