-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Filter based on Asana linked issues #15525
Comments
Related #8338 |
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.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
Filter issues based on whether they have a task assigned in Asana or any other 3rd party integration
Motivation
The main motivation is to be able to focus on tracking issues that are not known/new/untracked by an existing engineering task managed through an external integration.
The text was updated successfully, but these errors were encountered: