Hi,
I'm wondering how I can hide subtasks without assignee in Jira structure. I currently use the following JQL:
sprint = SPRINT and issuetype in (analysis, task, story) AND assignee is not EMPTY
The issue is that if a parrent issue has assignee, and its subtasks not, the subtasks will appear in the structure regardless of JQL, that says to show issues with assignee only.
Based on the example below, I would like subtask 4 not to appear in my structure.
Any ideas?
Hi, you can click on the filter icon on the right and then click on + New filter to create a Filter with your Name of choice and JQL query assignee != Unassigned
and toggle it on/off to hide/show unassigned issues.
I suppose this will work for Jira Next-gen, while I have Jira classic. Sorry, I forgot to mention that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is independent of the project type. Have you tried it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did. It worked out, thanks. Do you know how I hardcode it using automation instead of having it as a transformation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
An automation can only change data on an issue, it can't change the configuration of a Structure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marina Shelestiuk ,
If you click +Add button next to "Show Generators", you will see a Filter option.
Use the same filter @Dave Mathijs recommended and it will be permanently applied to your structure.
Hope this helps!
Best,
David
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.