mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Report
- New report, unblocked, which is the opposite of the blocked report.
This commit is contained in:
parent
70306de6bd
commit
a75c018106
1 changed files with 8 additions and 0 deletions
|
@ -399,6 +399,14 @@ std::string Config::defaults =
|
||||||
"report.blocked.sort=due+,priority-,active-,project+\n"
|
"report.blocked.sort=due+,priority-,active-,project+\n"
|
||||||
"report.blocked.filter=status:pending depends.any:\n"
|
"report.blocked.filter=status:pending depends.any:\n"
|
||||||
"#report.blocked.dateformat=m/d/Y\n"
|
"#report.blocked.dateformat=m/d/Y\n"
|
||||||
|
"\n"
|
||||||
|
"# task unblocked\n"
|
||||||
|
"report.unblocked.description=Lists all tasks matching the specified criteria\n"
|
||||||
|
"report.unblocked.columns=id,depends,project,priority,due,active,age,description\n"
|
||||||
|
"report.unblocked.labels=ID,Deps,Project,Pri,Due,Active,Age,Description\n"
|
||||||
|
"report.unblocked.sort=due+,priority-,active-,project+\n"
|
||||||
|
"report.unblocked.filter=status:pending depends.none:\n"
|
||||||
|
"#report.unblocked.dateformat=m/d/Y\n"
|
||||||
"\n";
|
"\n";
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue