How can i generate an overal taskboard (to do, progress, done) that combines all tasks in other projects?
We have a lot of projects that are running parallel and for my team i want to have 1 overal taskboard with all the tasks for all the projects.
In that way i can oversee all tasks and discuss this in meetings etc. I dont want to loose important tasks by not selecting the project.
is this possible and how can i implement this in a good way?
You can modify the board filter to include issues from other projects as well. This will populate all the issues to your board.
For Example, If I have issues in three projects namely A,B and C, my board filter should look like
project in (A,B,C) and issuetype = Task AND resolution = Unresolved
This filter should filter out all the issues from project A,B and C of task issuetype which are not resolved. You can tweak the filter based on your requirement but this should give you the basic idea.
Hope this helps!
Regards
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.