You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I have created a custom field called 'Leaving Date' i want to be able to create an automation that sends an email to a specific email address 6 months after this particular leaving date, is this possible and if so how do i compare date fields?
@Jason Selby i would prefer to make it under repeating issue. this will be the best way.
i am also using the same add-on check below
https://marketplace.atlassian.com/apps/1213072/repeating-issues?hosting=server&tab=overview
This issue wont work as the requests are ad hoc and it needs to be compliant for the particular date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If u create the issue when the person is leaving and then can set date after the 6 month's as repeating issue..I belive this will work.
We had done same were I am working..but the reminder is for paying bills
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jason Selby Is it a idea to make a scheduled automation rule and than use a jql-filter with for example
"leaving date" <= -26w
regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Developer from Automation here.
Yeah this is the same approach we would recommend @Marco Brundel. Create a scheduled rule that runs every day, and use a JQL that returns dates older than 6 months such as in your example "leaving date" <= -26w (ensure only include issue changes is unticked).
After that add your email action and you'll need to pick a field that your leaver email address is stored in (might be a custom user field). The additional step I would make after sending that email, is to put an edit issue action and create and set another custom field to say that the leaver email was sent (could be a yes/no field). That way you can include in your scheduled rule JQL to avoid sending additional emails.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.