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"
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)
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.