We want to hide User Stories, Stories and their subtasks from a board. Hiding Stories isnt a problem but hiding their sub tasks is. Sadly JQL doesnt have the power to check to what issuetype a sub tasks belong. We dont want to hide bug sub-tasks only Story sub tasks.
We tried scriptrunner and it works great. But the price for a single line of code for one single board is mindblowing.
Do any free add-on alternatives exist? Or another way to do it? We tried labels but its too easy to forget them when creating a new sub-task.
Thanks in advance.
You can choose all NOT subtask with
issuetype in standardIssueTypes()
This function is out of the box.
Then you need a plugin: Power Scripts, ScriptRunner, JQL Tricks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.