When creating/editing a board I can manually add Projects by using "Edit Filter Shares". We handle a lot of projects at the same time. I am looking for a way to automatically list all Issues from all Business Projects in one Board.
Add this query in your JQL of the filter.
projectType = business
It will bring issues from all the business projects. You can further filter it based on your needs.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Mark Kessels
Welcome to the community!!
To list all Business Projects on a single board, you can create a filter based on the project type.
The query can look like: projectType = business
You can customize this based on the project types being used.
Please let me know if this help or if you have any further queries on this. Kindly accept the answers if this helps in resolving this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.