Hi all,
i need to get all values from a custom field.
Im working on a Jira Cloud and the type of the custom field is Assets objects and the project is a Sevice Management one.
I try a several api call:
/rest/api/3/field
/jsm/assets/workspace/{myws}/v1/object/10068
/jsm/assets/workspace/{myws}v1/aql/objects
the only one that give me some result is via aql, but still i don't have all of the values that im expected.
Any suggestion to solve it?
Thanks