Good Day
I am having a minor issue which is affecting our SLA.
So what we are hoping to achieve is to setup an automation rule that can add time to a date time value from another field and add it to a custom field.
So if:
Priority Task = Yes
Then:
Start Time = Created Time + 1 hour
Else:
Start Time = Created Time
Please any assistance would be appreciated.
We are using Jira Server 8.5 and Automation for Jira.
Hi @Liam Maeder
If I wanted to capture only the time, I would:
The above would give me the TIME only on a read-only text field.
Is this something you could work on?
Regards,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was playing around with the automation and I got the same result, but thanks, it works perfectly :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice to know that you got it by yourself! Good job!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Liam Maeder Use below smart value , Select Action >> Select Edit Issue >>
Select "Start Time field" :- Add below smart value
{{issue.created.plusHours(1)}}
or
{{now.plusHours(1)}}
Hope it works for you!
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.