Hi,
I need to create a custom view for the project I work with. We have a lot of tasks and bugs and very little time to fix, so we need a way to visualize those tasks such as to take more informed decisions while prioritizing their fixing.
What I'm doing now is using a phriction wiki page which contains a table with the area of the application and the tasks / bugs in that area, e.g
Area | Bugs from client support | Bugs from our internal team | Feature requests | |
Registration | T123, T143, T345, T... | T122, T434 | T342 | |
Login | T11, T1343, T4343, T... | T98, T78 | ||
Tasks | T3222, T543, T43, T... | |||
...
The thing is that is quite of a pain to keep the page up to date, as a lot of new tasks come every day. So I'm looking for ways to automate this. I've been thinking of creating a custom select field in Maniphest for the areas and create dedicated queries for each of them. It would be awesome to:
- have a way to configure the query results to show only the ids of the tasks
- have a way to embed the query result in a phriction wiki page or a dashboard panel.
Let me know if you have other ideas on how to implement this dashboard.
Have a lovely evening!
Adina