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

feat(issue-search): Query for archived issues #47749

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Conversation

NisanthanNanthakumar
Copy link
Contributor

Objective:

Update the API to allow the Issue Search to query to issues by archived status. The underlying query to should use GroupStatus.IGNORED.

We should be able to query for is:archived or !is:archived in the Issue Search bar

@NisanthanNanthakumar NisanthanNanthakumar requested a review from a team as a code owner April 20, 2023 22:52
@NisanthanNanthakumar NisanthanNanthakumar requested review from a team April 20, 2023 22:52
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 20, 2023
@@ -159,6 +159,7 @@ class GroupStatus:
"resolved": GroupStatus.RESOLVED,
"unresolved": GroupStatus.UNRESOLVED,
"ignored": GroupStatus.IGNORED,
"archived": GroupStatus.IGNORED,
# TODO(dcramer): remove in 9.0
"muted": GroupStatus.IGNORED,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

Merging #47749 (7123385) into master (9a5a6ed) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #47749   +/-   ##
=======================================
  Coverage   80.81%   80.81%           
=======================================
  Files        4763     4763           
  Lines      201078   201078           
  Branches    11598    11598           
=======================================
+ Hits       162496   162500    +4     
+ Misses      38326    38322    -4     
  Partials      256      256           
Impacted Files Coverage Δ
src/sentry/models/group.py 93.38% <ø> (ø)

... and 1 file with indirect coverage changes

@NisanthanNanthakumar NisanthanNanthakumar merged commit dbc1b53 into master Apr 20, 2023
@NisanthanNanthakumar NisanthanNanthakumar deleted the WOR-2963 branch April 20, 2023 23:41
@armenzg armenzg added this to the Escalating Issues V1 milestone Apr 25, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants