pblake02 / Jira-to-Power-BI-API

0 stars 0 forks source link

Do not need all fields to be returned for each issue #3

Closed pblake02 closed 4 months ago

pblake02 commented 4 months ago

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.

pblake02 commented 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