FAQ: SLAs

FAQ: SLAs

Below are some answers to questions we're commonly asked about creating SLAs. For help with something we haven't addressed, please contact us.

I defined my SLA configurations, but I can’t see the SLA panel on my work items. What could be the reason?

There can be a number of reasons. Let’s go over them all, with the help of a handy checklist:

  • First, go to the Time to SLA work item actions dropdown menu on the work item. Use the “Where is my SLA?” function to figure out what’s wrong.

  • Does the work item satisfy the SLA start condition? Check your workflow.

  • If you are using Dynamic Duration or Negotiation Date features as the SLA goal, check whether this field is on the work item and whether you’ve added it to the necessary screens.

  • Check whether you have the necessary Time to SLA permissions. Go to Apps > Time to SLA > Permissions menu, and confirm your permissions for the SLA Panel.

  • Check the SLA Panel position through the Time to SLA > Settings > SLA panel menu. At least one of them (left panel or right panel) should be enabled.

Still can’t see the SLA Panel? No worries. Our support team can help.

I can’t see the SLA Panel on my existing work items. What should I do?

To see the SLA panel on your existing work items, you need to recalculate the SLA data. Navigate to SLA for the existing work item menu, enter a JQL condition for the recalculation, and click Generate.

My SLA shows incorrect data / isn’t behaving the way I want it to. What could be the reason?

Let's imagine, for illustration, that your SLA didn't end when it ought to have. In that scenario, try these:

  • Go to SLA History, and check the related actions.

  • Check the SLA configurations.

  • Check if the related condition is met by the work item.

  • Check Audit Logs to see whether someone changed the SLA’s configurations. If there’ve been any changes, use recalculation to fix your SLA.

You can adapt these to your specific situation. If the error persists, contact our Support Team.

Why isn’t my SLA starting?

Make sure the start condition is correctly defined and the work item has triggered the start condition.

I’ve set notifiers, but I’m not receiving any notifications. Why?

If you’re sending emails, you should check if the email is in the Spam folder. Or it could be because the recipients or groups you’ve chosen might have been deleted.

You should also make sure that the parameters you put in the subject or body are correct. If you're using our functions, you can check the related documentation. If you’re sending emails, you should check if the email is in the Spam folder. Or it could be because the recipients or groups you’ve chosen might have been deleted.

You should also make sure that the parameters you put in the subject or body are correct. If you're using our functions, you can check the related documentation.

I’m getting too many update notifications, which makes it difficult for me to keep track of important information in my SLA history. How can I fix this?

We recommend you set a higher target date refresh interval number to solve that problem. Here’s how.

Why do I get a “429 Too Many Requests” error with automation rules?

This error happens when too many automation rules or scripts run at the same time, creating excessive API calls. To fix this, you can do the following:

  • Run rules that don’t affect SLA calculations as the Automation user and add this user as ignored in Time to SLA. Updates from ignored users won’t trigger SLA recalculations, reducing API calls. To learn how, refer to this documentation.

  • Run rules that do affect SLA calculations as a Jira administrator (or another user with access), so they are processed correctly.

By separating automation users from SLA-impacting users, you’ll reduce unnecessary API calls and avoid hitting Atlassian’s rate limits.