Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 873 Bytes

README.markdown

File metadata and controls

42 lines (22 loc) · 873 Bytes

Redmine Close Issue button

Introduction

Plugin that places "Close issue" button into contextual toolbar of shown issue.

This button acts as typical "Update" form submittion and shown when:

  • User allowed to close issue.

  • Issue is not already closed nor rejected.

Screenshot

Contextual toolbar of Redmine issue

Compatibility

Tested with Redmine 1.0.2.

Installation

Download the sources and put them to your vendor/plugins folder.

$ cd {REDMINE_ROOT}
$ git clone git://github.com/akzhan/redmine_close_button.git vendor/plugins/redmine_close_button

Restart Redmine and have a fun!

Translations

  • en by Akzhan Abdulin
  • ru by Akzhan Abdulin

Contributions are welcome!

Changelog

0.0.1

  • First public release.