I'd like to help a technical support team automate some tasks on their kanban board.
Each ticket on the board corresponds to a technical problem reported by a user on a specific tool, but sometimes the technical teams ask for additional information (by e-mail) from the ticket requester so that they can process the ticket as efficiently as possible.
As a result, tickets move to “pending” status while they are waiting for information. Is it possible (using a plugin or automation) to add a timer and tell the table “after 10 days, all pending tickets must be changed to "completed" status because they have not received a response from the requester”?
Thanks in advance for your help!
This is certainly possible using Jira's automation feature.
You would need to make a scheduled trigger automation, that finds the tickets in pending status. Then compare present date with the date created of the ticket and depending on the outcome, do the status change to completed (you can also send the person that should've provided the information an email if the email address is available).
Hope the keywords help you put together the initial automation
Dick
By voting for helpful posts and marking answers to your question, you're helping people with similar questions find a solution more quickly. Sharing is caring applies to knowledge as well :)
Hi Dick, thanks a lot for your answer. I don't know how to make a scheduled trigger automation and can't seem to find it in Jira. Can you help me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alexandrine DHOLLANDE , sure!
When you click the bottom left cogwheel to open up the project settings, you get a list that contains the link to Automation.
An automation is a string of commands (literally) that is being processed by Jira.
It starts off with
You drag the components to the vertical "time-line" of the automation.
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.