Dear siva, hi!
You could create a transition from status to this status and link a screen with editable fields.
So, you can restrict edit with transition restrictions.
Best regards,
Vasiliy.
Hello @siva
Since Jira out of the box doesn't support field level permission, thus you need a plugin for it. Since you already have the Behaviour plugin (part of Script runner) thus you can easily do it via the plugin.
Please see example here
https://scriptrunner.adaptavist.com/latest/jira/recipes/behaviours/field-readonly-except-role.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @siva
Yes, it is possible to make a field read only for selected users using behavior plugin but we cannot add more than one person at a time but we can add the condition multiple time. So it will be restricted to multiple persons
-->Add a field and click on read only
-->Click on add new condition and select the current user is (and select the person who you want to restrict )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.