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

Search by lack of Jira issue #8338

Closed
pupeno opened this issue May 7, 2018 · 6 comments · Fixed by #21593
Closed

Search by lack of Jira issue #8338

pupeno opened this issue May 7, 2018 · 6 comments · Fixed by #21593

Comments

@pupeno
Copy link

pupeno commented May 7, 2018

I'm guessing this applies to all external issue trackers, not Jira. My triaging process is creating an issue connected to the Sentry exception (or finding and connecting to an existing one), so, it would be good to have a way to find those without any assigned yet. Those would be the issues that need triaging for me.

@benvinegar
Copy link
Contributor

cc @macqueen

@BYK
Copy link
Member

BYK commented Oct 21, 2020

Closing this issue due to staleness. Feel free to comment here if you think we should still work on this.

@BYK BYK closed this as completed Oct 21, 2020
@pupeno
Copy link
Author

pupeno commented Oct 22, 2020

Yes, I still think this would be a good feature to help me triage the exceptions that haven't been triaged yet.

@BYK
Copy link
Member

BYK commented Oct 22, 2020

@pupeno asking around in our dedicated search and storage team and will respond here if this is something that can be done fairly easily or not.

@pupeno
Copy link
Author

pupeno commented Oct 22, 2020

Thank you :)

@BYK
Copy link
Member

BYK commented Oct 22, 2020

Turns out this is non-trivial as I suspected but we have a larger project going on that may make it easier in the future. That future is no sooner than 2021 though.

Will reopen as I've seen a few more similar requests but do not expect progress soon.

@BYK BYK reopened this Oct 22, 2020
@BYK BYK added the On hold label Oct 22, 2020
@BYK BYK removed the On hold label Oct 26, 2020
saifelse added a commit to benchling/sentry that referenced this issue Nov 17, 2020
- "linked" means there is an issue linked to the group.
- "unlinked" means there isn't an issue linked to the group.

The implementation mirrors that of the `is:assigned`/`is:unassigned`
filters where it does a non-snuba, postgres filter for `Group`s
that are either linked to:
    - an `ExternalIssue` (via `GroupLink` with `LinkedType.issue`), or
    - a `PlatformExternalIssue`

Fixes getsentry#15725, fixes getsentry#8338, fixes getsentry#5413, fixes getsentry#15525.
wedamija pushed a commit that referenced this issue Nov 17, 2020
…21593)

- "linked" means there is an issue linked to the group.
- "unlinked" means there isn't an issue linked to the group.

The implementation mirrors that of the `is:assigned`/`is:unassigned`
filters where it does a non-snuba, postgres filter for `Group`s
that are either linked to:
    - an `ExternalIssue` (via `GroupLink` with `LinkedType.issue`), or
    - a `PlatformExternalIssue`

Fixes #15725, fixes #8338, fixes #5413, fixes #15525.
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants