1.2 KiB
1.2 KiB
Project 'todo' items are called 'issue's. They can be inspected and modified using the 'issue' subcommand.
Let's say the new car you are designing with your peers has a problem with its flux capacitor.
$ rad issue new --title "flux capacitor underpowered" --description "Flux capacitor power requirements exceed current supply"
The issue is now listed under our project.
$ rad issue list
de81d97d7fe07a80bfb339200c6af862d4526b6a "flux capacitor underpowered"
Great! Now we've documented the issue for ourselves and others.
Just like with other project management systems, the issue can be assigned to others to work on. This is to ensure work is not duplicated.
Let's assign ourselves to this one.
$ rad assign de81d97d7fe07a80bfb339200c6af862d4526b6a z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
It will now show in the list of issues assigned to us.
$ rad issue
de81d97d7fe07a80bfb339200c6af862d4526b6a "flux capacitor underpowered" z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
Note: this can always be undone with the 'unassign' subcommand.
$ rad unassign de81d97d7fe07a80bfb339200c6af862d4526b6a z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi