Hello,
I’m currently trying to figure out if its possible to get customfield configurations through any of the Jira/JSM APIs but I can’t seem to find anything that would return these. As an example the Assets customfield:
I see that internally Atlassian uses the following endpoint here:
/rest/servicedesk/cmdb/latest/fieldconfig/{fieldConfigId}
But as this is an Atlassian internal endpoint we are unable authenticate against it with our app, has anyone found a way to get this info through any of the public Jira/JSM APIs?