I created a few custom fields in the Organizations of my specific project but these fields cannot be found when I looked into the database using CDATA or DeVart Jira SM drivers. Is this because the rollout is NEW?
Thanks
Hi @jriccardo
I presume these tools use the API to make the call to the database.
Then custom fields are identified by their ID, e.g. customfield_10101
You cloud trigger the Jira Cloud API to the field endpoint (/rest/api/3/field). This will provide you with all fields and their ID's
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.