Skip to content

Conversation

@beliaev-maksim
Copy link
Contributor

PR allows users to perform a search without specifying fields. While this is already possible with the current implementation, the service still makes an unnecessary API call to cache fields. This PR resolves that issue by validating the fields cache only when the user explicitly requests fields.

@beliaev-maksim
Copy link
Contributor Author

let me know if you are interested in PR, then I can rebase it

validate_query (bool): True to validate the query. (Default: ``True``)
fields (Optional[Union[str, List[str]]]): comma-separated string or list of issue fields to include in the results.
Default is to include all fields.
Default is to include all fields. If you don't require fields, set it to empty string ``''``.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

search issues has been deprecated and slightly reworked
i'd suggest implementing it at enhanced_search_issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants