Structure is a fantastic addon to JIRA. I love it.
I have Structure in the below format, where I need to hide the EPICs under Objectives which are already in the completed state. How to accomplish this?
[Folder]
[Objective]
[EPIC]
[Story / task]
[EPIC]
[Story / task]
You can add a filter generator: https://wiki.almworks.com/documentation/structure/adding-a-generator-62753660.html
JQL: "issuetype = epic and status!=complete" (depends on what the status name of your complete is)
example:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.