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

Filter based on Asana linked issues #15525

Closed
bhedavivek opened this issue Nov 8, 2019 · 2 comments · Fixed by #21593
Closed

Filter based on Asana linked issues #15525

bhedavivek opened this issue Nov 8, 2019 · 2 comments · Fixed by #21593

Comments

@bhedavivek
Copy link

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.

@BYK
Copy link
Member

BYK commented Oct 22, 2020

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.
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2020
@BYK
Copy link
Member

BYK commented Mar 11, 2021

Turns out #21593 was not enough to cover project-level integrations (plugins) and this issue was incorrectly closed. That said there's a new issue with more context around this so if you are interested in Asana part, you can follow #23372 instead.

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