User wants to be notified through email or through dashboard report whenever someone adds stories into Active Sprints
Hi @reddy dumpala ,
on Jira Cloud you can achieve this with Automation for Jira , as it's available on all Jira Cloud sites : https://www.atlassian.com/software/jira/features/automation
You could use the trigger "Field value changed" for "Sprint" and then add a condition for "sprint in opensprints()".
It would look like this :
(screenshot taken from a similar question : https://community.atlassian.com/t5/Jira-questions/Jira-Automation-get-notify-when-a-task-is-added-to-the-current/qaq-p/1390535 )
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.