Hello,
I would like to know if there is a way to remind all team members of a project on a weekly basis how many tickets are individually open and assigned to them.
You can achieve this will filters and subscriptions.
See the following article:
https://www.atlassian.com/blog/jira-software/jql-the-most-flexible-way-to-search-jira-3-of-4
You will need a group to hold your users and to use for the subscription audience.
When your filter uses currentUser() in a clause, users will only see their own issues
e.g.
project = MYPROJ and assignee = currentUser()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good news - could you mark this as answered so other users will find it?
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.