Hello,
We have a field with 3 values, where 2 values can be updated by any logged in user and the remaining value can only be updated by the jira-administrators.
Lets say the values are Yes , No and PM Approval.
The values Yes and No can be updated by any logged in user.
PM Approval can only be set by jira-administartors.
Is there any possibility to achieve this in Jira, we have JMWE and Scriptrunner addons.
Thanks&Regards
Reddy
With JMWE, you can't modify the list of values offered to the user when they edit the field. You might be able to do that with ScriptRunner's Behaviors but I'm not sure.
However, what you can do with JMWE is create an Event-based action that listens to changes to the field, and if the user making the change is not an admin and the PM Approval value was added during that change, automatically remove the PM Approval value and possibly use a Display Message to User post-function to notify the user.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.