Tracking SLA of tasks which have dependencies on other tasks

Zeki Can KARATAŞ December 9, 2019

We have tasks which have dependencies and need to track sla for each task seperately. to make it clear; the counter for task_1 started at 03.12.2019 and due is 09.12.2019. task_2 is the consecutive task which has dependency to task_1 and so the planned start date is 09.12.2019 and due date is 11.12.2019. Both tasks has opened at the beginning. Lets assume task_1 has been finished at 07.12.2019 (before due date, in a shorter period than SLA). we need to start the counter for task_2 rather than starting at 09.12.2019 and counting 2 days (till 11.12.2019). To sum up, we need to update the start date and SLA calculation based on the closure of the predecessor.

How can we manage this issue?

Thanks.

1 answer

1 accepted

0 votes
Answer accepted
Alex Laycy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 9, 2019

Hi Zeki,

 

Could you post a screenshot of an example issue?

 

Are you creating an issue within service desk, and then creating sub-tasks within it?

 

- Alex

Zeki Can KARATAŞ December 10, 2019

Hi, our jira version is given below.
on the top, sample tasks are given. you can assume that YEK-127 is predecessor of 128. create date of both tasks are 11.11.19.  due of 128 is 13.11 and due of 127 is 24.12. task no 128 has closed at 18.11.2019, 5 days after than SLA. so we want to update the start date, SLA calculation and new due date of 127 (beacuse of the delay of 128). we need this to be done by Jira automatically rather than manuel update process. 
we do not want to do it manually because we have more than 100 tasks, and dependencies are complex. 
by the way, we can use sub-tasks rather than tasks if it is more convenient to solve. 

 

Task_Sample.JPGJira_Version.JPG

Alex Laycy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 10, 2019

Hi Zeki,

 

Are you doing anything to track SLA's at the moment? (such as using the SLA tracking capability within JIRA service desk)

 

You may need to use an SLA plugin from the marketplace (example) and then use a JQL query to define the SLA via linked issues.

 

If you create an appropriate new linked issue type  then you could base your JQL on this, for use within any SLA counting. 

 

The appropriate JQL may then be something along the lines of the following; 

 

Project = KYRC and issueLinkType in (dependent)

 

- Alex

Like Tuncay Senturk likes this
Zeki Can KARATAŞ December 10, 2019

yes we are using SLA tracking but we cannat manage to connect a tasks start of SLA to another one's closure. can we do this with SLA plug in?

Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 10, 2019

Hi @Zeki Can KARATAŞ 

I'm one of the folks behind Snapbytes, and I'm answering as the product owner of Time to SLA app.

Actually you can't bind related issue's date field but you can automate the process.

If you define an SLA starting with Date field and update this field with the related issue you will be able to see accurate SLA data.

Our team would love to help if you raise a support ticket here.

Zeki Can KARATAŞ December 11, 2019

Hi @Tuncay Senturk,

Thanks for useful answers (also thanks to @Alex Laycy), we will contact with our collegues to follow this, if further questions arise, we will reach you. 

Like Tuncay Senturk likes this
AliBurakEmener January 9, 2020

Hello @Tuncay Senturk ,

I am one of the colleagues of Zeki and I work in product management department. Our primary purpose by using Jira platform is to create Projects as product development journey and Issues under the same Project to address the related parallel and series of tasks inside the project.

We are working with several projects simultaneously and some tasks are, like Zeki mentioned, predecessors with each other and the next task could not be started until the previous one is finished. While working with several projects at the same time, updating start and due dates of Project and other related issues in the same Project is painful for us.

At this point, we are seeking for an automated and flexible process solution to update start and due dates and eager to purchase if any plugins that are provided by Jira.

Thanks.

Burak.

Like Tuncay Senturk likes this
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 9, 2020

Hi @AliBurakEmener ,

If you're interested in Time to SLA app, could you please raise a support ticket here so that our team would like to discuss details and let you know if it can be implemented soon.

Cheers

Tuncay

AliBurakEmener January 9, 2020

Dear @Tuncay Senturk , 

I just raised a support ticket in the link you shared. 

Thanks for your support and consideration. 

Best,

Burak.

Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 9, 2020

Thanks @AliBurakEmener 

Team will soon get in touch with you.

Suggest an answer

Log in or Sign up to answer