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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.