Skip to content
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

docs(issues): Replace reprocessing with resolvedInNextRelease #78303

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

scttcper
Copy link
Member

the status update choices should be these

STATUS_UPDATE_CHOICES = {
"resolved": GroupStatus.RESOLVED,
"unresolved": GroupStatus.UNRESOLVED,
"ignored": GroupStatus.IGNORED,
"resolvedInNextRelease": GroupStatus.UNRESOLVED,
# TODO(dcramer): remove in 9.0
"muted": GroupStatus.IGNORED,
}

related #58872
fixes #77132

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Sep 27, 2024
@scttcper scttcper marked this pull request as ready for review September 27, 2024 23:19
@scttcper scttcper requested a review from a team as a code owner September 27, 2024 23:19
@scttcper scttcper requested a review from a team September 27, 2024 23:19
@scttcper scttcper enabled auto-merge (squash) September 27, 2024 23:20
@scttcper scttcper changed the title fix(issues): Replace reprocessing with resolvedInNextRelease docs(issues): Replace reprocessing with resolvedInNextRelease Sep 27, 2024
@scttcper scttcper enabled auto-merge (squash) September 27, 2024 23:28
@scttcper scttcper merged commit 1685d00 into master Sep 27, 2024
35 of 36 checks passed
@scttcper scttcper deleted the scttcper/put-issue-endpoint branch September 27, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changing status to reprocessing through API doesn't currently work
3 participants