New status issue does not work
Added by Carlos Miranda Molina over 11 years ago
I have a Redmine 2.3.0 in Debian installation
When i create a new status "scoping" in Adminstration-->Issues Statuses
The new status does not appear in my issues
In production.log file i not see any error.
Anyone can help me...?
Thanks
Selection_043.png (15.5 KB) Selection_043.png | |||
Selection_044.png (2.16 KB) Selection_044.png |
Replies (4)
RE: New status issue does not work - Added by Jean-Baptiste Barth over 11 years ago
Maybe you didn't define new workflow rules for this status ? Go to "Administration" > "Workflows", and see if the new status is reachable for the current user / state. I think new issue statuses are not added to workflows by default (for security reasons especially), which result in the problem you have.
RE: New status issue does not work - Added by Carlos Miranda Molina over 11 years ago
Nop
Does not appear on Workflow
Selection_046.png (33.1 KB) Selection_046.png |
RE: New status issue does not work - Added by Jean-Baptiste Barth over 11 years ago
Uncheck the "Only display statuses that are used by this tracker" on top right, and it should appear. Then check the authorized workflow transitions for this new status, and you should be OK.
RE: New status issue does not work - Added by Carlos Miranda Molina over 11 years ago
Jean-Baptiste Barth wrote:
Uncheck the "Only display statuses that are used by this tracker" on top right, and it should appear. Then check the authorized workflow transitions for this new status, and you should be OK.
Thanks!
Works now!