-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: jira-steps-plugin
-
None
It appears that jiraJqlSearch uses "jql", "startAt" and "maxResults" parameters for calling Jira REST API with api/2/search endpoint.Â
Jira admin at Teradata where I work wants api/2/search call to be made with "fields" parameter to avoid negatively impacting Jira performance when we update Jira to version 7.13.5. I noticed that your code does not use fields parameter.Â
Is it feasible to add fields parameter so I can continue to use jiraJqlSearch in my code for work?Â
Â
- links to