Hello community
I create a custom field with a type Insight Object readOnly single and i want to get his value on behaviour (not initialiser) and put it into summary
here is my code
Behaviours can only access values of fields that are on the screen (edit/create/transition).
I think by design, read-only insight fields are not displayed on screens other than the View screen.
So you'll need to use the customFieldManager to fetch the field value from the underlying issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.