Closed pblake02 closed 4 months ago
Solution: added &fields={field1,field2,...,fieldN} to the end of URL query string
e.g. https://pblake02.atlassian.net/rest/api/3/search?jql=&fields=customfield_10003
Forum discussion: Get specific fields for each issue in a project
Every available field is being returned by the API, making it cumbersome to extract what is actually needed. Need to find a way to specify dynamically which fields are needed.