-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Description
Summary
To link an issue to an Asana task you can create a new task or search for an existing one. This is inefficient if you have the direct link to the Asana task. The search box should recognise Asana task URLs and return the linked task as the only search result.
Motivation
We use Asana to track all tasks within our product and engineering teams, so it's a critical part of our workflow, and having a tight and efficient integration with Sentry is key to the success of our migration to Sentry. We often pass around Asana URLs, have tooling built around them, and use them in code comments, pull requests, Slack chats, etc.
Currently the process for linking an Asana URL to a Sentry issue is:
- Open the Asana URL (Asana isn't the fastest, so this can take a while)
- Copy the title of the task
- Paste it into Sentry's link-to-Asana search
- Find the correct task (could be tricky if similarly named tasks)
- Save
This could be:
- Paste URL into Sentry's link-to-Asana search
- Exact match on search means only 1 result
- Save
Happy to answer any questions about our usage, to clarify our setup, etc.