Hello there,
I am currently using the rest/api/2/search endpoint to retrieve issues. While I've successfully obtained certain details of subtasks such as summary, status, and issue type, I'm now seeking a method to fetch all fields, including custom ones, for the subtasks. How can I achieve this?
Hello @Basak Kurt ,
Welcome to the community!
For fetching the issue fields you can use: /rest/api/2/field
For fetching the custom fields you can use: /rest/api/2/field/{fieldId}/context - where the fieldID is required in your path parameter.
Hope this helps.
BR,
Nikola
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.