Define Custom Field Id

Hi All, Is it possible to define for the jira:customField Modul to define the field id? Because if the jira ticket will be requested via REST, then the custom field will be received the auto generated ID like customfield_10041.
But I want to find out, which field is from the forge plugin custom field. So when I receive the Jira Tickets via REST, then it should receive
“my_custom_forge_field”:“test” instead of “customfield_10041” : “test”.
In the documentation I could find to change the ID, maybe is it not possible?

1 Like