You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I have implemented an automatism which, when the "Time to resolution" SLA changes, must send an email to reporter.
The email is sent to reporter, but it does not receive the SLA.
Could you tell me if there is something wrong with this rule:
"Gentile utente,
il ticket {{issue.key}} verrà risolto entro il {{issue.Time to resolution.ongoingCycle.remainingTime.friendly}} salvo imprevisti.
"
{{issue.type}} returns the ticket number
{{issue.Time to resolution.ongoingCycle.remainingTime.friendly}} returns an empty value
------------------------------
This automatism works on a test instance, on the client instance it doesn't work.
Could this be a problem with the SLA calendar?
Calendar 1 is: Default calendar 24/7
Calendar 2 is customized:
Thank you
Marco
Problem solved:
if you have only one custom field with the name Time to Resolution, use this:
{{issue.Time to Resolution.ongoingCycle.goalDuration.friendly}} - time goal of the TTR SLA
{{issue.Time to Resolution.ongoingCycle.elapsedTime.friendly}} - elapsed time of the TTR SLA
{{issue.Time to Resolution.ongoingCycle.remainingTime.friendly}} - remaining time of the TTR SLA
if you have more custom field or more values for Resolution, use this:
{{issue.customfield_xxxxx.ongoingCycle.goalDuration.friendly}} - time goal of the TTR SLA
{{issue.customfield_xxxxx.ongoingCycle.elapsedTime.friendly}} - elapsed time of the TTR SLA
{{issue.customfield_xxxxx.ongoingCycle.remainingTime.friendly}} - remaining time of the TTR
Hi @Marco Savarese
What do you mean under "it does not receive the SLA."?
Are you talking about SLA report or SLA name?
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.