Hello Community,
Jira S 8.6.1
Trying to get customfield by name and no method seems to work.
I see in docs that getCustomFieldObjectByName() is deprecated and now we have to use
getCustomFieldObjectsByName() but its not working.
getCustomFieldObject() + customfield_xxxxx does the job, but I'd like to get them by name, anyone knows a working way?
I want a single customfieldobject no a collection
Thank you