Hi all,
I am interested in using the field context configuration API for a jira:customField
model to hold some global configuration for the custom field, via this API. In my app I’d have a global settings page for the app which allows updating some field configuration for these otherwise locked fields. I percieve the benefit as being that the configuration will be more easily accessible in my UIKit view/edit code (and without having to fetch from storage).
I could not see anything specific in the documentation about the context configuration for a jira:customField
, but from testing the API works to set the context - at the moment.
My question is simply if this is intentional functionality that I can rely on? It’s not documented in the module, but is mentioned in the jira:customFieldType
docs for configuration, which set me off on this path.
Thanks!