I would love to set an issue Owner with a tag.
like Jone Doe ist the owner for all issues with the tag: 'frontend'
This is something we've considered, but opted out to avoid complexity today.
Can you describe the use case a bit more? Are you using something like "serviceName=frontend" as a tag?
yes, we have some microservices and some dev are responsible for some services.
Wanted to plus one this and suggest that what's needed here is a subset of the alert settings UI. From my (blurry, poorly-informed) perspective, owner assignment and alerting should be unified into "Rules" or at least share a similar interface. "When this happens, do this."
Use case (basically a long version @nao3301 said):
Setting ownership via a tag filter would be indeed extremely useful in our case:
We report some errors from external sources via a single aws-lambda using captureMessage so there is no path or url we can filter from. On the other hand it is extremely easy for us to set a tag to each message.
So filtering by tag would solve this problem using for example the following syntax:
tag(service):notifications [email protected]
I would suggest making the issue owner a tag and then allowing the ability to edit tags. A more generic solution so you don't have to write one-off functionality just for issue owner. This would also have the benefit of allowing people do send alerts based on issue owner. Although now that I think about it that assumes that alert rules run after issue owner rules :thinking:
Is there an update of this will every be implemented?
We would benefit of this kind of functionality due to the fact that all our microservices use the same template and a clear distinction between url or path is not valid per project.
This would also be very helpful for us. In our case we have a central sentry project collecting issues from various sources. When we send the error to sentry we already add a tag which can be mapped to the owner 1:1. Is this something that you plan for the near future?
Fixed by #18459
Most helpful comment
Fixed by #18459