https://github.com/nounder/redmine_editauthor
Redmine plugin that allows to edit issue author.
https://github.com/nounder/redmine_editauthor
redmine redmine-plugin
Last synced: 28 days ago
JSON representation
Redmine plugin that allows to edit issue author.
- Host: GitHub
- URL: https://github.com/nounder/redmine_editauthor
- Owner: nounder
- License: gpl-3.0
- Created: 2015-11-07T00:54:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T22:03:35.000Z (over 2 years ago)
- Last Synced: 2025-04-26T08:56:16.955Z (about 1 month ago)
- Topics: redmine, redmine-plugin
- Language: Ruby
- Homepage:
- Size: 37.1 KB
- Stars: 32
- Watchers: 7
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redmine Edit Issue Author
Redmine plugin that allows to change issue author.
## Installation
Follow standard Redmine plugin installation procedure.
* Move `redmine_editauthor/` to `$REDMINE/plugins/`.
## Configuration
#### Permissions
This plugin provides 2 permissions:
* *Edit author* allows to edit author of existing issue.
* *Set original author* allows to set author when creating new issue.Authorized users will be able to see author field and change its value in issue
form.
#### Possible authors
By default users with global permissions such as administrators will be
listed even if they are not participants of the project. It is possible to
narrow possible authors to project members in plugin settings.## Requirements
This plugin has been written with compatibility in mind to keep it
functional across many different versions of Redmine:* Redmine (`>= 3.0`)