In my jira automation rule, I am trying to determine is a Due Date is within the next 2 business days but I am having a really hard time trying to figure out how to do this. I'm assuming I need to do something with smart values but keep getting stuck. Can anyone help?
Yes, you would need to use smart values to figure that out and you have a couple of options. One is to do a diff in business days between now and the due date to see if it is within 2 business days like this: {{now.diff(duedate).businessDays}}
Thank you. I figured it had to do with smart values but I'm not super familiar with those so I will do some research and try to figure it out. Thank you for the example, that helps tremendously.
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.