Hi Team,
I need a support for below requirement.
For Instance: Issue Type is Complaint, Assignee SLA is 16hrs and Ticket SLA is 40 hrs.
Same ticket (MPF-1) is moving among number of groups, so I want to track different status of the same ticket having date and time. And the current assignee when the Assignee SLA is MET/Breached. For More clarity see the below table
Please let me know is there any automation we can do to get this result or suggest some plugin. Early assistance will be appreciated.
Issue Type | Assignee SLA | Ticket SLA | ||||
Compalint | 16hr | 40hr | ||||
Ticket | Group | Current Assignee | Assigned Date | Assignee SLA | Ticket SLA | Assignee SLA Status |
MPF-1 | A | Amit | 1st OCt 2024 | -1h | 10hr | Breached |
MPF-1 | B | Ahmed | 2nd OCt 2024 | 2h | 4hr | Met |
MPF-1 | A | Moez | 3rd OCt 2024 | 4h | -2hr | Met |
MPF-1 | C | Rawan | 4th OCt 2024 | -3h | -4hr | Breached |
Hello @Amit.Kumar3
To solve your specific case where you need to track the Assignee SLA and Ticket SLA across different groups and keep a record of the current assignee, assigned date, and SLA status for each, you may try to use SLA Time and Report, developed by my team.
5. Leverage the Change Logs for Date and Status Tracking:
Another option for you to consider is by creating custom fields (date/time data format) for your issues. Once setup, you can use automation rule to populate those fields based on WF transitions activities.
Afterward, you will be able to conduct JQL filters to either display all of those customfields values per issues.
Hope this also helps.
Best, Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Amit.Kumar3 , welcome to the Atlassian Community and thanks for your question.
I am using an app for this kind of tracking in a project where I don't have SLA's because it's a business project.
Basically, my customer wants to know if the issue has done a transition in the workflow on time with respect to a deadline they have set.
I am using automation to capture the transition time and then I use the app to compare the transition date and time with the deadline.
Here is the app I use if you want to check it out or install the free trial - https://marketplace.atlassian.com/apps/1211843/time-to-sla
Best wishes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Valerie. Actally, I have achieved whatever the result your link is showing. Can You assist me for one point. I want to see the all changed status for the same issue along with date and time in a list view? If you assist on this then my problem will be resolved almost.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Amit.Kumar3 , thanks for your feedback. I'm just using a Filter Results gadget with a filter for the issues in scope with the columns configured to show the Due Date and the actual transition date. I don't know if that will be enough for what you're trying to show.
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.