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
unintentional comment :)
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.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.