Skip to content

cnosuke/Rapidmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapidmine

超速でredmine使えるようにしたいプロジェクト。

##名前について RedmineのAPIでRapidにするのでRapidmine

##使い方

config.yaml を作って下さい。

中身は下のような感じで。

url: https://your.redmine.path/
api: your_api_key (cf. redmine's API key)
user: yourEmail@example.com
ssl: true (option)
certificate: path_to_your_redmines_ca_file (option)

チケットの一覧を見る

ruby rapidmine.rb --list issues --user cnosuke --project testProject

もしくは下記でもOK

ruby rapidmine.rb -l -u cnosuke -p testProject

オプションなどは下記ヘルプにて。

ruby rapidmine.rb -h

チケットを作る

ruby rapidmine.rb --create issues --project testProject --user lovelykitty -s 'Drink a cup of water'

もしくは下記でもOK

ruby rapidmine.rb -c -p test -u lovelykitty -s 'Drink a cup of water'

オプションとか

下記ヘルプに適当に書いてあります。雑過ぎるかも。

ruby rapidmine.rb -h

チケットの中を見たい!

ruby rapidmine.rb -o 1234

のようにしたらブラウザで1234番のチケットが見れるはずなのでそれで勘弁して.

About

超速でredmine使えるようにしたい

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages