chore: improve JIRA Playwright reporter observability#40145
chore: improve JIRA Playwright reporter observability#40145
Conversation
Log each decision point (search count, reuse vs create) and validate HTTP responses so API failures surface in CI logs with status and body preview. Clarify the initial log line so it is not mistaken for a successful JIRA write. Fix the GitHub permalink in the new-issue comment template (stray comma). Made-with: Cursor
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #40145 +/- ##
===========================================
- Coverage 70.23% 70.22% -0.02%
===========================================
Files 3280 3280
Lines 116814 116814
Branches 20707 20715 +8
===========================================
- Hits 82049 82028 -21
- Misses 31485 31495 +10
- Partials 3280 3291 +11
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
- Avoid no-useless-escape in JQL summary sanitizer - Replace response.json() with JSON.parse(text) for no-unsafe-call - Collapse console.log strings for prettier - Type ensureJiraOk param as Awaited<ReturnType<typeof fetch>> - Use ASCII ellipsis in error body preview Made-with: Cursor
Log each decision point (search count, reuse vs create) and validate HTTP responses so API failures surface in CI logs with status and body preview. Clarify the initial log line so it is not mistaken for a successful JIRA write. Fix the GitHub permalink in the new-issue comment template (stray comma).
Made-with: Cursor
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments