GothenburgBitFactory / GothenburgBitFactory/taskwarrior
Modify the report "projects" (add column urgency or due date)
- Dominant language
- C++
- Stars
- 6.1k
- Forks
- 423
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 11
Description
First a huge thanks for all the developpers involved in the development and maintaining of taskwarrior which is an great application
I just installed taskwarrior yesterday (I have version 2.5.3 on MacOS) and I really like the hierarchical view of the report `projects` (with projects > subprojects > subsubprojects etc...)
As indicated in the documentation ([https://taskwarrior.org/docs/report.html](url)), it is possible to modify see the structure of a report s.t.
```
$ task show report.minimal
Config Variable Value
report.minimal.columns id,project,tags.count,description.count
report.minimal.description Minimal details of tasks
report.minimal.filter status:pending or status:waiting
report.minimal.labels ID,Project,Tags,Description
report.minimal.sort project+/,description+
```
and then modify it in the `.taskrc` file
However when I type
```
task show report.projects
Config Variable Value
No matching configuration variables.
```
is the report `projects` part of "Built-In Static Reports" and hence not-modyiable or is it possible to modify it and if yes how (e.g. add "urgency" or "due" column?
Many thanks in advance for your attention and your time
Contributor guide
Assessment
This issue has not been assessed yet.