Defect #14274
closedDefault Issue Value Workflow doesn't work as expected
0%
Description
Hi, I have a New and Confirmed statuses in Redmine 2.3
My intention is to have New for newly opened tickets (obviously), and then users can set it to Confirmed.
The problem is that at creation time, it is possible to set New or Confirmed.
In my Workflow I have edited:
Current Status--------------------- New allowed Statuses
New ------------------------------- New -- Confirmed (X) -- Rejected
Confirmed ------------------------- New -- Confirmed ------ Rejected
Rejected -------------------------- New -- Confirmed ------ Rejected
For Non-Member users...
I think the problem is that when displaying the New Issue form, it loads the page as having the issue with Status New, so it is showing Confirmed too.
Any non-hack way to hide the Status field for new issues?
Thanks!
Related issues
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
In Redmine 3.2.0 or later, you can limit the statuses that can be set for a new issue. See #5816 for details.
Updated by Go MAEDA over 3 years ago
- Is duplicate of Feature #5816: New issue initial status should be settable in workflow added