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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -