You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
As I am working in the HR field, we have many legal changes with fixed dates.
Is there any way to insert a notification/alert for items on the backlog to be pushed via Jira in my notifictions or even email on x date to avoid having to keep an agenda next to Jira?
TNx
Hi @Marcia.Rodrigues you can write a JQL filter for the tickets you want to be notified about, for example:
project = HR and type = Task and duedate <3d and status not in (Done, Closed)
When you're happy with the filter, save it, then click on "Details" at the top and select "New Subscription". Then you can decide how often you want to be notified, and Jira will email you a report of all the tickets which meet the filter criteria at that time.
Here's some relevant documentation:
You may also want to look into creating a Jira Dashboard, and then adding the Jira Issues Calendar gadget:
HTH,
Kel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.