Hi,
so basically want I want to achieve is that only jira adminstrators are able to, for example, edit the summary or description, while regular users may change custom fields etc.
Is there a way to set up screens like that and if so how?
There is no out of the box solution to achieve this, but if you have scriptrunner plugin it's behaviour functionality should do the job for you.
thanks.
Hi Vishal
thanks.
I've done it with Behaviours of Scriptrunner -
Quite easy actually. Create a Behaviour mapping for one or more of the identical projects.
Add the Workflow and then it's a matter who should have access. Important to note is to add the editable fields in the screen and then restrict them.
For example for description & summary, add it to the edit screen. and in behaviours add the field "summary" for example, and then add the condition "readonly except when user is in group jira-administrators" and also add condition "except when workflow create" so that users who create tickets within Jira can add the fields regardless.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to know you manage it @Philipp Kratzer & also good of you to write down the solution, it would be helpful for those looking for similar answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Philipp Kratzer can you pls share specific detail how you did that?
Can you share screenshots / code from the Behaviour screen?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.