Cathy Teng

Results 23 issues of Cathy Teng

Actually persist the tags when an issue is assigned. The modal actions (resolve/archive) will require another pass, because there are two calls to the webhook endpoint (open the modal, taken...

Scope: Backend

Fix tags disappearing when resolving/archiving/unarchiving an issue through a Slack message. Pass the tags to the `View`'s `private_metadata`, so when somebody takes an action through the modal, we can read...

Scope: Backend

Current state of the SCM APIs implemented related to `RepositoryMixin`: | | check_file | get_file | | --- | --- | --- | | GitHub | Y | Y |...

Scope: Backend

See #75789 Adds a fix to the above PR to account for someone clicking on an old message that doesn't have tags in the `View` `metadata`.

Scope: Backend

Fixes SENTRY-3DEY The `callback_id` was used as both the `callback_id` and `private_metadata`. If we pass tags in the `callback_id`, sometimes it gets too long (has max length of 255 chars)....

Scope: Backend

Define an abstract `search_issues` method in `IssueBasicIntegration`. This is used across Jira and SCM integrations -- am currently unsure of the return type, but this unifies the expectation of having...

Scope: Backend

API for users to upload their PR file information (filename, patch) to find issues associated with those files. This API can fetch issues for a single file. This expands the...

Scope: Backend
Stale

Adds overall integration installation metrics. This will compare how many times people initiate installing an integration vs how many times they actually complete the installation. The pipeline is initialized https://github.com/getsentry/sentry/blob/920ca20d7419a66324a85d30195e6f9a2dd573cb/src/sentry/integrations/web/organization_integration_setup.py#L54...

Scope: Backend