Hello,
Please advise what would be the code for the automation rule: "WHEN Task1 start date is within 7 days, THEN send an alert to Task1 Assignee." Thank you in advance.
Hello @samantha_sharkov
I think is more easy, you could use jql function StartOfDay(+7d)
Change Duedate for your customfield "Start Date"
I hope that helps!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @samantha_sharkov !
As an alternative to Jira automation, you can set a reminder directly in the Jira issue with Boomerang: Reminders for Jira Issue.
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 Samantha
You could do this with a scheduler in automation.
Attach example:
Hope this help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again
You could change the JQL condition because it sends a comment all day which is wrong because I think you only want to notify once
Its better if you use the Advanced compare condition to check the start date and fire the notification.
Best regards!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David,
Thank you very much, but I am lost. I need very specific instructions with the written code. I don't know JQL. The documentation doesn't help because I don't understand it. Here is what I have right now and my rule is failing.
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.