Which API end point gives me custom fields and it's metadata, I am trying to extract this information through API and v3/field is not pulling custom filed, what permissions are needed
Hello and welcome to Atlassian Community @Kiran Pampati
Probably for your use case, the best will be GET /rest/api/3/field/search?type=custom
It requires Jira access and the relevant API scopes, for example read:jira-work or granular field-read scopes.
Look under Section "Get Fields Paginated"
Best,
Arkadiusz 🤠
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.