From b503a4d09c18c7d3681fa15aff81fdc8df2d7a6a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 May 2018 14:28:51 -0300 Subject: Migrate from TODO.csv to Taskwarrior --- tasks.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tasks.md (limited to 'tasks.md') diff --git a/tasks.md b/tasks.md new file mode 100644 index 0000000..17f8de1 --- /dev/null +++ b/tasks.md @@ -0,0 +1,32 @@ +[[!meta title="Keyringer Issue Tracker"]] + +## Using + +Current issue tracker: [Taskwarrior](https://taskwarrior.org/) with data stored at `tasks/` folder. + + sudo apt install taskwarrior + task rc.data.location=tasks list + +## Migration from Trac + +### Server side + + sudo apt install trac-xmlrpc + trac-admin . config set components tracrpc.* enabled + trac-admin . permission add authenticated XML_RPC + +## Client side + +* Edit `.task/{taskrc,bugwarriorrc}` accordingly. +* Import tickets: + + BUGWARRIORRC=.task/bugwarriorrc bugwarrior-pull + +### References + +* https://bugwarrior.readthedocs.io/en/latest/common_configuration.html#envvar-BUGWARRIORRC +* https://bugwarrior.readthedocs.io/en/latest/services/trac.html +* https://bugwarrior.readthedocs.io/en/latest/configuration.html#example-configuration +* https://bugwarrior.readthedocs.io/en/latest/using.html +* https://trac.edgewall.org/wiki/TracPlugins +* https://trac-hacks.org/wiki/XmlRpcPlugin -- cgit v1.2.3