I have a Structure board showing all issues belonging to a project, by hierarchy (Initiative > Epic > Story). I want a transformation to toggle:
- On: Show everything
- Off: Hide the Initiatives I own and show only the Epics and Stories whose parent Initiative belongs on someone else's board.
Hello Jennifer,
You can try using a Filter transformation with a S-JQL query looking like this:
!selfordescendant of [issuetype=initiative and assignee= admin]
where admin is your username.
The Filter should hide all Initiatives that are assigned to you and all their sub-issues, leaving only Initiatives and their sub-issues of other users.
I hope this helps. Please feel free to contact us at support.almworks.com if you need further assistance or have other questions.
Best regards,
Stepan Kholodov
ALM Works
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.