Is there a possibility to subscribe/watch to a sprint column? For example I want to be notified every time something is moved to that exact column. I don't want to subscribe/watch all the issues, because I will get notified for all the actions and that's a lot of spam.
It seems like something straight forward and intuitive to do, but cannot find an option to do it.
Hi @Kristiyan Bonev,
Create a subscriber as follows:
JQL:Project = xxx and sprint in openSprints() and status in (review,testing)
This may not be a good idea, but it can meet some of the requirements
Hi @Kristiyan Bonev,
maybe this is a solution for you.
You can create a filter, that selects that issues in that column ( by their status) and subscribe to that filter.
Then you will get all that issues by email.
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.