Class: Redmine::Issue
- Inherits:
-
ActiveResource::Base
- Object
- ActiveResource::Base
- Redmine::Issue
- Defined in:
- lib/renuo/cli/app/redmine/issue.rb
Constant Summary collapse
- STATUSES =
{ to_start: 9, planned: 15, in_progress: 2, qa: 12 }.freeze
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.headers ⇒ Object
15 16 17 |
# File 'lib/renuo/cli/app/redmine/issue.rb', line 15 def self.headers { 'X-Redmine-API-Key' => RenuoCliConfig.redmine_api_key } end |
Instance Method Details
#html_url ⇒ Object
19 20 21 |
# File 'lib/renuo/cli/app/redmine/issue.rb', line 19 def html_url "#{self.class.site}issues/#{id}" end |