Welcome Guest |
Login |
|
|||
We use many different projects and our developers need a way to see their task priorities. If they have Project A and Project B and A has one task of medium priority while B has one task of high priority there is no way to have a report that would show these tasks in priority order since the first grouping is always the project level. It would be great to have a dashboard option that would allow a user to see all their assigned tasks in priority order. |
|
|||
This is actually possible to do today in the dashboard, just:
* Hover your mouse over the table header * Also choose the columns you want to see, priority in this case * Sort by priority
|
|
|||
Great :) but i think there is one bug. If you sort on priority it is not using the defined sort number but rather it used an alphabetic sort. So the sorted data is like High High |
|
|||
Yes, unfortunately this is a third party component that sorts alphabetially and that we don't have complete control over. We will see if it is possible to extend this component in the future so that sorting of the priority field is done numerically instead (using the order number behind the scenes) |