A [maubot](https://github.com/maubot/maubot) that sends clickable markdown formatted links when it sees RT ticket numbers in a given format.
A [maubot](https://github.com/maubot/maubot) that sends markdown formatted links when it sees RT ticket numbers in a given format and provides an interface to RequestTracker4.
## Usage
## Usage
-`rt123456` - Responds with `[123456](https://rt.phys.ethz.ch/rt/Ticket/Display.html?id=123456)`
-`rt123456` - Responds with `[123456](https://rt.phys.ethz.ch/rt/Ticket/Display.html?id=123456)`
-`!rt` - Show the help
-`!rt` - Show the help
```
Usage: !rt <subcommand> [...]
properties <ticket number> - Show all ticket properties.
resolve <ticket number> - Mark the ticket as resolved.
open <ticket number> - Mark the ticket as open.
stall <ticket number> - Mark the ticket as stalled.
delete <ticket number> - Mark the ticket as deleted.