Skip to content

feat(jira): enhance smart search with batching and deduplication#3

Merged
MrCheater merged 1 commit intomainfrom
feat/enhance-smart-search
Apr 24, 2026
Merged

feat(jira): enhance smart search with batching and deduplication#3
MrCheater merged 1 commit intomainfrom
feat/enhance-smart-search

Conversation

@MrCheater
Copy link
Copy Markdown
Contributor

  • Add support for batching large lists of keys and epic links in smartSearch
  • Introduce deduplicateIssues utility to remove duplicate issues by key
  • Rename getParentIssues/getChildrenIssues to getIssuesWithParents/Children
  • Update queries to use Set for deduplication of projects, teams, labels, etc.
  • Support arrayFormat in request query string serialization
  • Update tests and exports accordingly

- Add support for batching large lists of keys and epic links in smartSearch
- Introduce deduplicateIssues utility to remove duplicate issues by key
- Rename getParentIssues/getChildrenIssues to getIssuesWithParents/Children
- Update queries to use Set for deduplication of projects, teams, labels, etc.
- Support arrayFormat in request query string serialization
- Update tests and exports accordingly
@MrCheater MrCheater merged commit c010d93 into main Apr 24, 2026
4 checks passed
@MrCheater MrCheater deleted the feat/enhance-smart-search branch April 24, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant