Hi There,
For some reason when the parent ticket has been moved to done and has been released with the fix version, the sub-tasks are remaining in the 'done' column. How can I get these off my kanban board?
Thanks,
I always change the Kanban board sub filter. I like it so that things disappear from the board 7 days after they have been closed.
This is what I use frequently:
status != closed or (status = closed and status changed to closed after -1w)
You could adapt this to use the default for parent and my idea for sub-tasks:
(issuetype not in subTaskIssueTypes() and (fixVersion in unreleasedVersions() OR fixVersion is EMPTY)) or (issuetype in subTaskIssueTypes() and (status != closed or (status = closed and status changed to closed after -1w)))
It is possible that these subtasks do not have a value listed for "Fixed Version" field. Try assigning these issues a value for that field. Most Kanban boards will still show issues on the board that do not have a fix version value.
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.