Hi all,
I am really confused by the S-JQL to be honest, so looking for bit of help.
I am creating a structure where user can see their projects/requirements/epics etc.
I know that this has to be done using S-JQL to transform the structure results.
It works fine for Fast Tracks & RQMs, using "selfordescendants of[cf[10107] = currentUser()]".
cf[10107] being "Project Manager" field.
But in the same structure I need to see EPICs that are under Fast Tracks where "Project Manager" = currentuser() .
Any idea on the S-JQL formula to achieve this?
Hello @Martin Krivosik
A similar S-JQL query should work: selfordescendant of [type=epic and cf[10107] = currentUser()] but only if Epics are added to the structure either by an Insert or an Extend generator. If Epics are added by a group by Epic generator, the Filter won't recognize them.
I hope this helps. If you have more questions, please feel free to reach out to us directly at our support portal.
Best regards,
Stepan Kholodov
Tempo
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.