Actions
Feature #13891
openField conditions depending on ticket status
Status:
Needs feedback
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Conditions for ticket fields should be depending on the status of the ticket.
E.g. Date may be null if ticket is new but not is ticket is resolved.
Related issues
Updated by Filou Centrinov over 11 years ago
What's about field permission (workflow settings)?
Updated by Mischa The Evil over 11 years ago
- Status changed from New to Needs feedback
Updated by Jörn Allmers over 11 years ago
This feature solves the problem only partly.
It would be cool if I could say something like "% done" must not be null and 100% if the state is closed.
Updated by @ go2null almost 9 years ago
Jörn Allmers: E.g. Date may be null if ticket is new but not is ticket is resolved.
The issue is that you cannot say that theFilou Centrinov: What's about field permission (workflow settings)?
Date
must be entered before the issue can be closed, and must be read-only when it is closed.
- If I set the field to "Required" for status
Closed
, then it can be changed when it is in statusClosed
. - If I set it to "Read-Only", then it can be set to blank when closing.
Workaround is that for all Statuses that can lead to a closed Status, you will need to set the field to "Required".
Updated by Toshi MARUYAMA over 8 years ago
- Related to Defect #12146: Required (list-, user- or version) custom field "fixed version" with Multiple values allows nil value during status transition added
Actions