Plugins Directory » Redmine Web Forms
Author: | Frederico Camara | |
---|---|---|
Website: | https://github.com/fredsdc/redmine_web_forms | |
Code repository: | https://github.com/fredsdc/redmine_web_forms | |
Registered on: | 2022-03-09 (almost 3 years ago) | |
Current version: | 1.0.0 | |
Compatible with: | Redmine 5.0.x, 4.2.x | |
User ratings: |
This plugin manages Redmine Web Forms as an alternative to creating new issues.
It creates a new entry in the admin menu to manage webforms.
Forms¶
- Forms have a title, and a description what it is for.
- Forms will eventually create an issue of selected type, on selected project, with selected status.
- Optionally, a form may add the user answering it to a selected role on the project, or to a Redmine group
- Forms may have Custom Fields and Questions
Custom Fields¶
- Custom fields are fields automaticaly filled by the form
- Fields may relate to a custom field of the issue setting a custom value
- Fields may have an identifier to be used by javascript on questions
Questions¶
- Questions have a description (the actual question text)
- Questions may fill an issue custom field directly
- If not associated with a custom field, questions may have possible values (a list)
- Questions may have an identifier to be used by javascript
- Questions may have onchange javascript
- Questions may be initially hidden
Changelog
1.0.0 (2023-04-19)
Compatible with Redmine 5.0.x, 4.2.x.
0.0.1 (2022-03-03)
Compatible with Redmine 4.2.x.