I have a field that's filled automatically by a script, and all a user should be able to do is view its value on the issue page.
How can I get it to be visible there, but not on any screen (such as "create issue")? From what I can tell, having a field visible on the issue page requires it to also be visible on the "default screen".
Jira uses "screens" to select what fields appear for various actions on issues. Create, Edit, View and all the transitions in workflows can use them.
Sounds like you need a screen which has the field, plus another which does NOT. You'd want the first screen for "view" and the other screen for create and edit (although if it's a read-only field, it won't appear on create or edit anyway)
Have a look through https://confluence.atlassian.com/display/JIRA/Configuring+Fields+and+Screens - you're not too worried about field config or workflow, it's the screens and screen schemes you need to work through
Ah, that page made things a bit clearer. Once I realized I could have multiple screens per scheme, I was able to get it to work by doing what you suggested. Thank you!
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.