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.
Hi All
This feels like a basic request, but somehow I am not getting it right.
I have a due date - 15 July2021
I want an email sent out 1 business day after due date
When i set up my jql query it keeps throwing an error. - What am i doing wrong?
{{issue.dueDate}}.plusBusinessDays(1)}}
@Robin Stemmers you're using smart values in JQL (unfortunately) it not support on JQL =(
If you are using a automation to send this email with trigger in schedule.
Then you just need to change your smart values to
{{issue.duedate.plusBusinessDays(1)}}
I hope this helps :)
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.
Hi
I tried your option, but it didn't work for me.
I got this solution which I think will work.
issuetype = "NameOfIssueType" AND status = "In Progress" AND due >= "0" AND due <= 1d
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.