jira - How to label tasks so they appear in multiple teams' Agile Boards? -


we have 2 scrum teams working on common product, have cross-platform tasks applicable either team.

how create label allow task appear in backlogs/boards?

the issues appear on board defined jql filter. typically select issues given project this:

project = "myproject"

but there nothing stopping modifying it. example board filter use:

project = "myproject" or labels in ("mylabel")

that show issues project 'myproject' , issues include label 'mylabel'.

the board filter can modified in 'configure' menu on board under 'general'.


Comments

Popular posts from this blog

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -