This question is in reference to Atlassian Documentation: Example: creating SLAs based on due dates
Is there a way to create a SLA countdown for the due date as allocated in the issue?
We use first response SLA, but for the time to resolution I would like this to be based off the assigned due date created in the issue, is this possible?
For example with some service requests we receive will advise a client that the work will be completed by date/time, have the Time to resolution SLA based off that date would help as it would reorder the events as required.
Maybe an option is to set up the SLA rules to "seem" as if it is counting down?
For example in a People Onboarding process we want to count down the days to an employee starting (date is a custom field)
Setting the goal to for example:
issuetype = Onboarding AND "Employment Start Date" <= startOfDay("+1d") with the Goal = 24
then adding more goals
issuetype = Onboarding AND "Employment Start Date" <= startOfDay("+2d") with goal 48h
etc
The SLA Goal order is important. It will fire on the first rule that the issue matches, hence swapping out the goal as we close up on the Employment start date.
i would like to set a countdown timer to start when an issue goes on hold. What you are saying above sounds like this is very possible. I take it through a jql filter i can set the time to start at 3 weeks and countdown from there as long as i set the two goals like above?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would say use the SLA trigger (not the goals section) to trigger on entered status (on hold) for that case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how would I set the timer to start at 3 weeks and count down? Is it possible to do without a plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is my example on how I count down towards a new employee starting his/her first day.
I have a custom field for employment start date, which will start to count down if we're closing up on the first week.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this is awesome, it will also help me on a dashboard gadget. Thanks so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
superduper - no problems! Maybe also accept my answer here on AC ;-)
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.
Hi,
We have similar issues in our company. Our customers make development or bug fix requests and we commit different dates for each request (issue) instead of fixed time duration. We put those dates as due dates of issues.
We are using Time to SLA app which enables to set custom date fields (eg. due date as in your example) as target date for an SLA.
For example, we have an SLA defined with target date as due date. When we input some date into due date as we open an issue then SLA counts down to that date.
You can check the link below.
https://confluence.snapbytes.com/display/TTS/Defining+SLA
Look for the SLA Negotiation Date Field in the document.
I hope that helps you solve your problem.
amac
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aaron,
The default SLA in JIRA Service Desk are not based on dates but you can install "Extension for JIRA Service Desk" add-on to setup SLA based on date fields like Due date and other date type custom field.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ravi, thanks for the response.
That link doesn't work for me but I have found the extension you are referring to.
https://marketplace.atlassian.com/plugins/com.intenso.jira.plugins.jsd-extender/server/overview
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.