We have a requirement where every Access request has to be audited a year after the issue is closed, to verify if the user still needs the access. I have created a filter that pulls in everything older than a year, however when I add it to SLA it never shows up as a timer on any of the issues. This mean the Automation I set up to change the status of the issues from Resolved to Audit when SLA is breached doesn't happen. I have tried several iterations and combinations, all of which pull up issues but never work as SLA. I even tried just "issuetype = "Access" AND cf[20523] = "Toolchain Access Request (CI)"" which should have showed up on hundreds of issues, but didn't.
Here are some of the things I have tried:
1d to goal
project = CI AND issuetype = "Access" AND cf[20523] = "Toolchain Access Request (CI)" AND resolved <= startOfDay(-52w)
1 hour to goal
project = CI AND Issuetype = "Access" AND cf[20523] = "Toolchain Access Request (CI)" AND status = "Resolved" AND resolved <= startOfDay(-365d)
8760 hours to goal
project = CI AND Issuetype = "Access" AND cf[20523] = "Toolchain Access Request (CI)" AND status = "Resolved" AND resolved <= startOfDay(1d)
I have attached the portion of our workflow that pertains to this and a sample of the SLA I crated using the most simple filter, which still didn't work.
Hey Danna,
Maybe you could add an additional step to your workflow that represents a waiting state.
Then use automation for when an issues is moved to resolved to move it to waiting.
Then your SLA could be setup to start when an issue is created or enters waiting, and stops when it’s resolved. It would have a single goal for 365 days.
This would mean that each ticket would need to be reviewed 365 days after it was last resolved.
Could this work?
Cheers,
Ben.
I wish I could, but cannot for 2 reasons.
1. Users like to see their issue is "Resolved" when they see it in any other state they still think something needs to happen. Over 20 years in IT Helpdesk Support has taught me to plan for the lowest level of comprehension.
2. It has to be audited EVERY year, not just the first year.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Totally understand.
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.