I currently have configured a channel to receive notifications (using JQL) when ever a ticket with a specific label has had the status transitioned to "FryFlow" or "Test".
Is this a known problem or is it something that is in the works?
And to be clear upon removing the "AND labels = User_Interface" the updates start to work.
Hey @Kyle Parris
This should be working and I was able to validate in my testing that the 'labels' portion of the JQL filter works as expected.
For example
Looking at your screenshot, I see "issuetype = BUG AND issuetype= STORY".
I don't think that will return the results you expect since that will filter out all issues since issues can only have 1 type. You likely want an OR there.
A practice I've adopted is building my JQL in the issue filter creation screen to ensure it's returning the set of issues I expect before setting up the notification.
Hope that helps!
Ahhhh as usual it comes down to user error! hahahahaha
Thank you soo much, seems to have fixed the issue I was having.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad it worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.