Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brother/rbot-redmine-assignments
See ticket assignments in redmine via a rbot plugin
https://github.com/brother/rbot-redmine-assignments
Last synced: 6 days ago
JSON representation
See ticket assignments in redmine via a rbot plugin
- Host: GitHub
- URL: https://github.com/brother/rbot-redmine-assignments
- Owner: brother
- License: wtfpl
- Created: 2015-11-07T19:54:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T19:58:37.000Z (about 9 years ago)
- Last Synced: 2023-03-24T08:45:59.661Z (over 1 year ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Manipulate tickets in Redmine via rbot
!tickets
Shows the assigned tickets for the user in redmine with the same login
name as the IRC nick name.!tickets user
Shows the assigned tickets for the user in redmine with the same login
name as stated as parameter.SETUP
* !config set redmine.host http://my.host/path
* !config set redmine.channels #kaos
* !config set redmine.botuser morpheus
* !config set redmine.botuserpassword p4ssw0rd1337As a default the maximum number of tickets shown is five, this can be
adjusted if you need less or more information displayed. Try to avoid
spamming the channels.!config set redmine.nbrofassignments 5
TODO
* Pagination
* It would be nice to be able to step the assignements when there are
many. !tickets 5 or !tickets 5 brother to show the comming
assignments after the default ones. This is supported in the
redmine REST API and not overly complicated to add.* Alias
* Not everyone uses their redmine login name as IRC nickname. Adding
a mapping between a user and a login name would be
useful. Something like !ticket alias redmineuser ircuser. As we use
this in a slack environment it must be aware of the occasional use
of @ prefix. If you are changing the current user doing !tickets
alias redmineuser could be nice.Licensed as WTFPL.
Martin Bagge / brother