Feature #31159
closed"Create and continue" button for custom fields
0%
Description
I propose to add "Create and continue" in the new custom field form. The button is already implemented in the new issue form.
Currently, you have to click the mouse button 3 times to create another custom field after creating a custom field (click "Issues" -> "New custom field" -> "Next"). It is really tiresome especially when you create many custom fields.
This will be resolved if the new custom field form has a "Create and continue" button like the new issue form.
Files
Updated by Mizuki ISHIKAWA over 5 years ago
- File feature-31159.patch feature-31159.patch added
After applying the patch:
When a custom field of Issues type is created by the "Create on Continue" button, it redirects to "/custom_fields /new?type=IssueCustomField" while maintaining the type.
Updated by Go MAEDA over 5 years ago
- Target version set to 4.1.0
LGTM. Setting the target version to 4.1.0.
Updated by Go MAEDA over 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix. Thank you for your contribution.