The label that I would like to trigger the slack notification, when added is
Labels in (Hotfix)
The only triggering event that causes this to update the slack channel is "Issue Updated"
However, as long as that label stays on the ticket, the slack channel will continue to be updated with any change to the ticket.
I thought the following query would limit this:
Labels in (Hotfix) AND created <= "-10m"
Limiting the updates that would trigger a notification to occur only with in the first 10 minutes of the creation. This did not work.
Any thoughts? I was wondering if I might be able to create a "Generic Event", but I am not 100% how that works.
Thank you for your time.