Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Hide custom field from users, but set programmatically

Marcel Höll December 14, 2018

I want to have a custom field, which is hidden for all users, but set through ScriptRunner while updating an issue. Is there any possibility to do so?

 

What configurations do I have to set, to get field "settable" programatically, but don't show it up the users, but use it in filters?

 

Thank you in advance.

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 14, 2018

To "hide" it, remove it from the issue screens (create, view, edit and transitions)

Post functions and listeners do not care if a field is not on a screen, they can still set and clear them, so Scriptrunner can be used to simply say "set field to something" whereever you need it to.

Suggest an answer

Log in or Sign up to answer