I'm trying to create a subscription in Jira when an issue goes into certain statues (one user is requesting this). What is the easiest way to get this set so that either they get one email with all updates for the day (but the same issues won't be repeated day after day) or to create a post function within Jira.
Thank you!
Write a JQL filter that finds all such issues, using JQL such as
assignee = currentAssignee()
Save the filter, share it with all logged in users
Show the users how to find the filter and click on Subscribe with the frequency you recommend
Will this avoid sending the same issues multiple times though for each time the subscription runs? So Issue X will show when the subscription runs at 10:00 AM and then issue X is still on the filter when the subscription runs at 3:00 PM. Will issue X still show on the subscription when it sends at that 3:00 PM? Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.