Plugins Directory » ISSUE-id
|
|
Author: | Andriy Lesyuk |
|---|---|---|
| Website: | http://projects.andriylesyuk.com/project/redmine/issue-id | |
| Code repository: | http://subversion.andriylesyuk.com/issue-id | |
| Registered on: | 2014-08-23 (about 11 years ago) | |
| Current version: | 0.0.2 | |
| Compatible with: | Redmine 3.4.x, 3.3.x | |
| User ratings: |
This plugin is an attempt to support sequent issue numbers in the project scope for Redmine. To be able to use per-project issue numbers the plugin prepends the project key to the issue ID, so the final issue ID looks like #PROJECT-123.
Similar issue numbering is used by most Redmine competitors (e.g., Atlassian JIRA). Therefore, this feature was requested for Redmine from the very beginning (see #74), but was never implemented before.
New issue IDs can also be used in Wiki and in auto-completion...
Installation notes
- Copy
issue_iddirectory to:#{RAILS_ROOT}/plugins - Run:
rake redmine:plugins:migrate RAILS_ENV=production - Restart Redmine
Changelog
0.0.2 (2017-12-08)
Compatible with Redmine 3.4.x, 3.3.x.
- Redmine 3.x support
- Japanese translation
- Bug fixes
0.0.1 (2014-08-23)
Compatible with Redmine 2.5.x, 1.4.x.