For Tuleap Enterprise Edition users, the personal dashboard would be replaced by a Dashboard with only one Cross Tracker Search widget with two queries
- All open artifacts in my projects
- All artifacts assigned to me in my projects
This would need to introduce a new function PROJECT_MEMBER()
that would return all the project a user is member of (usage SELECT … FROM @project = PROJECT_MEMBER() WHERE …)
.
Note: there is a blind spot here on platform with public projects as someone can be assigned to an artifact without being member of project. Hence it means that some artifacts might not shows up.