How to get subtasks to show up on board

Lucid Software October 30, 2014

In Work mode, on my board, my subtasks are hidden.

My filter looks like this: Component = Foo.

The subtasks don't have the Foo component

So what do I do....adjust the filter to query on parent values (doesn't seem possible)...add Foo to subtask and keep its value always in sync (doesn't seem possible)...add a custom field (doesn't seem to help) something else?

Having boards as filters is a nice idea, but it doesn't really work for even really simple stuff, like A= B.

2 answers

1 vote
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 30, 2014

Board Filter Query

(issuetype in (story,task) and component = Foo) or (issuetype = Sub-task)?

Lucid Software October 30, 2014

That doesn't work, because I see subtasks on the sprint board regardless of the parent component value.

0 votes
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 30, 2014

issueFunction IN subtasksOf("component = Foo")

Suggest an answer

Log in or Sign up to answer