SLA warnings being sent out at the wrong duration percentagesIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms SLA Notifications / e-mails are being sent at incorrect percentages (e.g. "INC0100000 has reached 77.19% of its SLA" instead of the expected "INC0100000 has reached 75% of its SLA") Release Istanbul Patch 11a Cause This is working as expected (see further explanation below...) Resolution The user's custom "Notification - SLA warning" was imported into an Out of Box (OOB) instance and the behavior mentioned in the above "Symptoms" field was reproduced there.It is worth noting that the user's configuration is not the same as the OOB "Notification - SLA warning". OOB we do not use "$(percentage)" - presumably to avoid this undesirable/unexpected behavior.After importing the user's custom notification, if an incident with some task_sla attached to it is created, e-mails are being generated showing various percentages other than 50, 75, and 100%. Here are the e-mail percentages received from the example incident test:50% notification: 54.44% 75% notification: 75.56%100% notification: 102.78%Rather than using $(percentage) and receiving uneven percentages (which is expected behavior OOB), suggest that the user implement a general warning as seen in the OOB "Notification - SLA warning", such as: Subject: SLA warning for ${task.number} Message/body: SLA warning for ${task.number}:SLA definition Name: ${sla.name}Task State: ${task.state}Task Opened: ${task.opened_at}Task Priority: ${task.priority}Task Assignment Group: ${task.assignment_group}Task Assigned To: ${task.assigned_to}Task Short Description: ${task.short_description}