Forums

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

when i use filter (S-JQL) with Structure for jira - Show the "group" by level (not grey)

Hila Lr June 4, 2025

when i use filter (S-JQL) with Structure for jira - id like the "group" by level not to presemted
as Grey
the content under the "group" by is shown correctly (filtered)

for example:
[type = task)]
OR item(memo) OR item(Group)

the memo we see (not grey) but the group level (for example - group by jira field like "team"

 

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Stepan Kholodov (Tempo)
Community Champion
June 4, 2025

Hello @Hila Lr 

Not all groups can be referenced by S-JQL as group; it depends on the field. For example, groups based on Assignee/Reporter field, should be referenced as item(user); groups based on FixVersion/s, should be referenced as item(versions) etc.

Since groups are based on issues that the filter keeps, then you can include them in the query like this:

([type = task] OR item(memo) OR item(Group)) or ancestor of([type = task] OR item(memo) OR item(Group))

I hope this helps. If you have more questions about Structure, please reach out to us directly on our support portal.

Best regards,
Stepan
Tempo (the Structure app vendor)

TAGS
AUG Leaders

Atlassian Community Events