Hi all,
i know this has been asked some times but i wanted to calrify whether there is really no way to just list down all related Tasks to a given EPIC:
project = "Pojest1" AND "Epic Link" = "EPIC-123"
does not get any values within Team Managed project.
Does anyone know the answer?
Thanks a lot
Friedemann
Use
parent in (EPIC-ID)
in the where clause
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This could help :
issue IN subtasksOf(' "Epic Link" = EPIC-123')
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.
Hi ScrumPoint,
sadly that does not work as it does not know subtasksOF. Are you sure that this works in Team Managed Porjects? My understanding is that many filters are not added there yet.
Thanks a lot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.