You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Is it possible to create an automated email or automated report based on the due date of specific issues on our Kanban?
For example, the team lead would like to see a weekly report of the issues that need to be completed in the next week without having to manually search for them.
Welcome to the community. You can create a filter that returns the issues with your specified parameters for your weekly report. once the filter is in place you can subscribe to it and have it email you or you can share the filter and others can subscribe to it. If you subscribe weekly on Monday then every Monday you will receive an email.
Filter that could be used:
project = "test" AND duedate <=endOfWeek(1) AND duedate>=startOfWeek(1)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Colby Knight
In case you should need the documentation on what Brant suggested you can find it here. The "engine" by means of the logic, needed for Jira to execute what is desired, is the JQL query of Adam.
Bringing those pieces together you will be able to reach your goal in no time.
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.