How can i set and send daily open project issue reminder email notification to team ?
You can create and save a JQL filter to list the open issues assigned or reported by a user. E.g.
project = "BLAH" AND resolution is EMPTY AND (assignee = currentUser() OR reporter = currentUser())
Save as something like "My Open Issues"
You can then create a 'subscription' to schedule a user email with the results.
See here https://www.idalko.com/jira-filters/ for a great run through on how to do each step.
Thanks @Tom Lister for your support :) .
It was helpful and now i am successfully able to configure the subscription.
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.