Jogi1j / redmine_closes_resolved_issues

Redmine Closes Resolved Issues plugin
10 stars 5 forks source link

Redmine 2.5.x Compatibility #1

Closed atopcu closed 9 years ago

atopcu commented 9 years ago

I need this plugin for redmine 2.5.2.

Jogi1j commented 9 years ago

Hi, I'm sorry that I did not answer immediately. This plugin is very simple and I believe it should work on the older version Redmine, too. There are no advanced features, only redmine api and gem "rufus/scheduler".

As soon as I have time, I'll try an older version.

atopcu commented 9 years ago

Ok. I will try and inform you.

atopcu commented 9 years ago

Hi, which issue status is "resolved", how can I set it ?

regards.

Jogi1j commented 9 years ago

Hi, You set the issue as resolved normally in Redmine or you can set this issues on github as resolved?

School takes my mind, probably I do not understand ;).

atopcu commented 9 years ago

You have defined in the code by the status ID.

https://github.com/Jogi1j/redmine_closes_resolved_issues/blob/master/app/controllers/closes_resolved_issues_controller.rb

Jogi1j commented 9 years ago

Hi, :status_id = 3 (is resolved) and :status_id = 5 (is closed).

Thank you for trying redmine 2.5.2.