Skip to content

🐛 Fix advance search tracker endpoints#781

Open
C-Valen wants to merge 3 commits into
mainfrom
fix/OSIDB-4782-wrong-advance-search-endpoint
Open

🐛 Fix advance search tracker endpoints#781
C-Valen wants to merge 3 commits into
mainfrom
fix/OSIDB-4782-wrong-advance-search-endpoint

Conversation

@C-Valen
Copy link
Copy Markdown
Member

@C-Valen C-Valen commented May 12, 2026

OSIDB-4782 Fix advance search tracker endpoints

Checklist:

  • Commits consolidated
  • Changelog updated
  • Test cases added/updated
  • Integration tests updated

Summary:

Fixed wrong endpoints in advance search upstream facer

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

Review Change Stack

📝 Walkthrough

Walkthrough

This PR corrects field naming in advance search facet handling by updating tracker-related field mappings from plural affects__trackers__* to singular affects__tracker__* form in both constant definitions and component usage, with a changelog entry documenting the fix for OSIDB-4782.

Changes

Affects Tracker Field Name Corrections

Layer / File(s) Summary
Field mapping constant definitions
src/constants/flawFields.ts
fieldsMapping.affects array is updated to use singular affects__tracker__* keys for advisory name, PS update stream, and external system ID instead of the previous plural affects__trackers__* keys.
Component field usage and changelog
src/components/IssueSearchAdvanced/IssueSearchAdvanced.vue, CHANGELOG.md
nameForOption mappings in the search component are updated to match the corrected field names, and the fix is documented in the changelog for issue OSIDB-4782.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is incomplete. While it includes the required checklist and title, the Summary section is unfinished ('Fixed wrong endpoints in advance search upstream facer' appears truncated), and the Changes and Considerations sections are missing entirely. Complete the Summary section with a clear, concise explanation of what was fixed. Add detailed Changes and Considerations sections describing the endpoint modifications and any relevant implementation notes for reviewers.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: fixing tracker endpoints in advance search, though the emoji reduces conciseness slightly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/OSIDB-4782-wrong-advance-search-endpoint

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@C-Valen C-Valen self-assigned this May 12, 2026
@C-Valen C-Valen added the bug Something isn't working label May 12, 2026
@C-Valen C-Valen requested a review from a team May 12, 2026 11:02
@C-Valen C-Valen marked this pull request as ready for review May 12, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants