-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(workflow): Switch weekly issues breakdown to group inbox #48047
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #48047 +/- ##
==========================================
- Coverage 80.92% 80.92% -0.01%
==========================================
Files 4775 4775
Lines 201704 201781 +77
Branches 11512 11513 +1
==========================================
+ Hits 163223 163282 +59
- Misses 38226 38244 +18
Partials 255 255
|
src/sentry/tasks/weekly_reports.py
Outdated
with sentry_sdk.start_span(op="weekly_reports.organization_project_issue_summaries"): | ||
organization_project_issue_summaries(ctx) | ||
|
||
if has_escalating_issues: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be part of the issue states project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a different flag for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
organizations:issue-states
before
after
WOR-2997
fixes #48238
fixes #48759