Hi,
i created new columns in the active sprint board screen, and i would like to update the stories to each work flow by toggling it and moving, exactly like doing with the subtasks (created the workflow for each story as well)
is it possible to view only the stories in this board ? without the sub tasks..
see attached pic:
board2.jpg
Sub-tasks are included on a board with their parents - it's nonsense to do it any other way.
If you don't want to use them on the board, then change the board filter to have a clause "and issuetype in standardIssueTypes()"
This is somewhat clunky as it completely excludes them from the board, making it impossible to work with them at all - you might as well change the project setups and remove the subtask issue types completely to prevent users using them.
A better option would be to have a quick filter with JQL of "issuetype in standardIssueTypes()" - users can then click on it to hide all the sub-tasks on a board without losing them.
This is what we practice as well - good shout on that query format, I did it as != sub-task but that's because we only have one sub-task type on my project. You're query is the correct option so I'll update mine.
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.