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.
@Robin Stemmers if works marks as accepted answer :D
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.
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.