Fix incorrect page number in check results URL and update related tes… - #1206
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe PR changes the Jira service request "Check Tool" URL generation from using a configurable ChangesCheck Tool URL Hard-Coding
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||
Description
Fixes the Check Tool link added to Jira service request descriptions so it always points to the first results page (
/check/results/:requestId/1) instead of incorrectly using the JirarequestTypeIdas the page number. Adds regression coverage to keep the results page number and Jira request type separate.What type of PR is this? (check all applicable)
Related Tickets & Documents
QA Instructions, Screenshots, Recordings
Run:
Verify that Jira request descriptions now include a Check Tool link like:
and not:
Before
Check Tool links in Jira descriptions could point to page
28becauseconfig.jira.requestTypeIdwas used as the results page number.After
Check Tool links point to page
1, whileconfig.jira.requestTypeIdis still passed separately to Jira when creating the service request.Added/updated tests?
QA sign off
[optional] Are there any post-deployment tasks we need to perform?
None.
[optional] Are there any dependencies on other PRs or Work?
None.
Summary by CodeRabbit