How can I make a custom field become hidden when an issue is closed
Added by evangelia_ katsi 3 months ago
How can I make a custom field become hidden when an issue is closed. When I go to Administration->Workflow and select field permissions it gives me the options read only and required.
Replies (3)
RE: How can I make a custom field become hidden when an issue is closed
-
Added by Holger Just 14 days ago
Redmine does not support to hide fields based on the issue status.
RE: How can I make a custom field become hidden when an issue is closed
-
Added by Jimmy Westberg 11 days ago
If it's only for the looks and not security you can have either Javascript or plain CSS handle it on client side. But be aware this approach only hides it, a tech savvy person will still be able to find it.
RE: How can I make a custom field become hidden when an issue is closed
-
Added by Sebastian Novak about 3 hours ago
evangelia_ katsi wrote:
How can I make a custom field become hidden when an issue is closed. When I go to Administration->Workflow and select field permissions it gives me the options read only and required.
In Redmine, you can't directly "hide" a custom field based on an issue's status using the built-in workflow settings.