CAN SOMEONE HELP ME ON THIS AUTOMATION IM NOT ABLE TO GET THE SMART VALUE OF THIS CONDITIONS ;
TRIGGER : TICKET CREATED
CONDITION : IF THE TICKET IS CREATED EVERY 6PM to 11PM AND THE DAY IS SAT AND SUNDAY
ACTION : EDIT FIELD
Hi @RAMCEL MAGNAYE ,
You can try to use the "fullDate" format to get the current date and the date of the issue being created:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
Adding a snapshot below for reference of how it would look:
Along with this you can use the "shortTime" format to get the time as well for comparison later. I haven't tried out the comparison but in theory I would make something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Will have to test it out.
Try this, create a test ticket and update it's created date to Saturday after 6PM, Now run the Automation but only perform Log Action on success, and don't use the Now.FullDate to compare too since it will have to wait for the weekend. Hardcode the Weekend names for checking.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @RAMCEL MAGNAYE
do you want the rule to run every hour between 6-11 on Sat/Sun
OR do you want the rule to run everytime an Issue is created but only between 6-11 on Sat/Sun?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
run everytime an Issue is created but only between 6-11 on Sat/Sun this is the idea
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agreed with @Jehan Bhathena suggestion. Nice way of using smart value "fullDate" format.
Best, Joseph Chung Yin
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.
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.