Skip to content

chore: improve JIRA Playwright reporter observability#40145

Draft
ggazzo wants to merge 3 commits intodevelopfrom
chore/jira-reporter-observability
Draft

chore: improve JIRA Playwright reporter observability#40145
ggazzo wants to merge 3 commits intodevelopfrom
chore/jira-reporter-observability

Conversation

@ggazzo
Copy link
Copy Markdown
Member

@ggazzo ggazzo commented Apr 13, 2026

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

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
@dionisio-bot
Copy link
Copy Markdown
Contributor

dionisio-bot bot commented Apr 13, 2026

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is missing the 'stat: QA assured' label
  • This PR is missing the required milestone or project

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 13, 2026

⚠️ No Changeset found

Latest commit: 8d75de0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 13, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ad5bf2bb-86b6-439d-809b-6f4a79e455ed

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.22%. Comparing base (3c87a68) to head (8d75de0).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             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     
Flag Coverage Δ
e2e 59.66% <ø> (-0.04%) ⬇️
e2e-api 47.51% <ø> (+0.95%) ⬆️
unit 71.03% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

ggazzo added 2 commits April 13, 2026 20:48
- 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
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