Is used for copying some fields from previous issue to next.
- Editable fields
- Fields are copied when creating a new issue
- Fields are copied when creating a new sub-issue
You can get it from Github https://github.com/twinslash/redmine_issue_fields_inheritance.git
To install the plugin run clone from plugin directory (REDMINE/plugins):
cd REDMINE/plugins
git clone https://github.com/twinslash/redmine_issue_fields_inheritance.git
Restart your Redmine server
Delete folder with the plugin
cd REDMINE/plugins
rm redmine_issue_fields_inheritance -rf
Restart your Redmine server
After installation plugin will not copy any fields, so you must go to the settings page and check what you need. Such fields are available to you now:
- Tracker
- Parent issue
- Category
- Assigned to
- Priority
- Version
- Status
- Done ratio
Than create issue and click on 'Save & continue' button
In new form fields 'Tracker', 'Parent Issue', 'Status', 'Done ratio' are copied from previous and 'Category', 'Assigned to', 'Priority', 'Version' are not.