Hi folks,
I assume this is the place to discuss https://blog.sentry.io/2017/05/01/release-commits.html given the bit at the end. (But I’m not sure since I don’t see a topic category for “new releases”? Anyhow.)
Most of this commit-integration stuff sounds great. The only thing I’m not enthused by is the suggestion that we start adding fixes <short-id>
to our commit messages, because we use Asana as our issue tracker. That means that when we see a Sentry issue that we’re going to fix, we link it with an Asana issue (creating one if necessary—love that you can do that from the Sentry issue page!) and when we fix the Asana issue, we already put fixes <Asana URL>
in the message (which causes Asana to annotate the matching issue with a reference to the commit).
I don’t want to start doubling up on commit metadata. That’d also be an end-run around Asana—which, I get it, makes sense as you build out your own issue-tracking functionality—but it doesn’t seem to play well with your existing support for other issue trackers.
If the Sentry user links a Sentry issue with an issue in another system e.g. Asana, can you detect when that’s closed and close the Sentry issue? That seems like the ideal extension of your support for linking other issue trackers.
Thanks,
Jeff
P.S. Prior art: Mute issue when jira is assigned and resolve when closed. Doesn’t augur well for this request but I figured I’d ask specifically how it related to your new commit-integration stuff.