Change when a field is viewed

Karrie Dash April 27, 2017

I want to do the follow:

For the ADMIN group, the field SECURITY LEVEL is only visible on the EDIT screen of an Issue. It should be hidden on the CREATE & VIEW screen.

For the CUSTOMER group, the field SECURITY LEVEL is never seen.

I created 3 different screens, View Screen, Create Screen, Edit Screen.
EDIT Screen: field is added & is appearing (correct)
CREATE Screen: field is NOT added & is NOT appear (correct)
VIEW Screen: field is NOT added & is appearing (incorrect)

What else do I need to do so the field does not appear on the VIEW screen?

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 27, 2017

The view screen will always show the system fields. 

So there's nothing you can do to hide it without messing around with javascript (always a bad idea)

Suggest an answer

Log in or Sign up to answer