Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

S-JQL Linked issues sub-query

Martin Krivosik
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 14, 2023

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?     

1 answer

0 votes
Stepan Kholodov _Tempo_
Community Champion
July 18, 2023

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

Suggest an answer

Log in or Sign up to answer