Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryotarai/ruboty-redmine
https://github.com/ryotarai/ruboty-redmine
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryotarai/ruboty-redmine
- Owner: ryotarai
- License: mit
- Created: 2015-01-30T01:36:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T11:10:30.000Z (almost 8 years ago)
- Last Synced: 2024-03-24T18:01:43.139Z (9 months ago)
- Language: Ruby
- Size: 33.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ruboty::Redmine
Redmine plugin for Ruboty
**This plugin currently supports only Slack**
## Available commands
```
# Creating an issue
ruboty create redmine YOURTRACKER issue in YOURPROJECT subject of your issue
# Automatic assign
ruboty assign YOURTRACKER issues in YOURPROJECT to @MENTION_NAME_OF_ASSIGNEE REDMINE_USER_ID_OF_ASSIGNEE and notify to #CHANNEL_TO_BE_NOTIFIED
# List assignees
ruboty list redmine assignees
# Remove assignee
ruboty remove redmine assignee ID_GOT_FROM_LIST_COMMAND
# Pause assigning temporalily
ruboty pause assigning redmine issues to @MENTION_NAME_OF_ASSIGNEE for 1w1d1h1m1s
# Unpause assigning
ruboty unpause assigning redmien issues to @MENTION_NAME_OF_ASSIGNEE
# List paused assignees
ruboty list paused assignees
```## Installation
Add this line to your application's Gemfile:
```ruby
gem 'ruboty-redmine'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install ruboty-redmine
## Contributing
1. Fork it ( https://github.com/[my-github-username]/ruboty-redmine/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request