Get tasks from multiple boards

Jacob A. Albrektsen April 26, 2021

Hi All 

Is it possible to link task through multiple boards, meaning if I have boards in every of our Value Streams/Squads, and a main board for the whole team. And then the idea is to automate it (if possible!) So I have linked tasks in a value stream board, and my tester and developer changes status in their board, the status will automatically change in our main board? 

Drawing.jpg 

1 answer

1 accepted

1 vote
Answer accepted
Matthias Mette April 26, 2021

Hi @Jacob A. Albrektsen yes that is possible. You need to adjust the settings of the main board. Therefore you go into the board settings of the main board and edit the filter query, e.g. like this (JQL statement):

project in (squad1, squad2, squad3) ORDER BY created DESC

 

It would be helpful if the workflow is the same within all projects, otherwise you need to link the unmapped statuses of the issues to the specific collumn in the main board.

Jacob A. Albrektsen April 26, 2021

Thank you @Matthias Mette I will try that :) 

Like John Funk likes this

Suggest an answer

Log in or Sign up to answer