How can I set Security Plugin to let default value into the Deny Write protected field?
I have a form in which I have several fields which have these rules:
1. User is a member of group jira-administrators (55) Allow All
2. Everyone (53) Deny All
But I need when anybody is creating an issue the default values to be saved in these protected fields.
Is this possible with this plugin?
Thanks for help
Good tip
Thanks for tip. I will use postfunction ;)
Use a postfunction to update a field
Hi!
For the time being JFS does not allow to pass any value to a read-only field, even the default one. But you can use a workflow postfuntion to set a desired value to the field.
Alex