Dear reader,
I have the following problem:
I would like to have specific custom fields which are only visible to a single organization.
If I could assign a field to a group of customers, that would also be fine.
To make it more clear: organization 1 is allowed to see custom field A. But it can't see Field B which is only visible to organisation 2.
Is there a possibility to add this feature within Jira, perhaps with a script runner plugin?
thanks in advance,
Thom
Jira does not have any way to confuse people by hiding fields (everyone sees the same information on an issue, so they don't get partial pictures of the issue).
Scriptrunner is one of the few things that can hide fields based on a person's access or group membership, but, like the other more secure options (SR can only hide fields as part of rendering the screen, the actual data for the fields is still in the html that the browser gets from the server, and you can still read/write it all over REST, and see it in searches etc), can only work on Server versions.
Hi @Sempro ,
On cloud, not even Scriptrunner behaviours or Extension config can edit the fields shown on the service desk request.
Due to how JSM cloud is made, it's not possible to intervene in the screen conditionally.
On server, it is possible, but only visually, as Nick said.
- Tessa
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.