satakujp / latest-redmine-ticket

Access a Readmine host by WebAPI and get latest issue id, title.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

latest-readmine-ticket

Access a Readmine host by WebAPI and get latest issue id, title.

Description

Readmine WebAPI returns filtered issues(tickets) as 100 issues per one page manner. This script concatinates those issues and print them in console. The formatting of issues is ##{issue_id}_#{issue_title}.

Usage

ruby latest-readmine-ticket.rb

Requirement

gem install open-uri
gem install rexml
gem install openssl

Example

Install

Rename config-template.yml to config.yml and edit it's host and api key.

Contribution

Licence

MIT - https://gist.github.com/satakujp/156c666f8623067d1a921912454e6a01

Author

satakujp - https://github.com/satakujp

About

Access a Readmine host by WebAPI and get latest issue id, title.


Languages

Language:Ruby 100.0%