At the end of the working a day I have to stop progress on all of my opened tickets. Sometimes I forget to do that.
Question. Is there a way to stop all my open JIRA tickets' progress automatically at a certain time of the day, every day?
Hi @Karolis
As far as I understood you want to transition all issues (Stop progress) that assigned to you at the end of the day so that it won't count working hours.
If this is the issue, you can consider using Script Runner's Escalation Services.
By the help of Escalation Service you can type JQL as below
status = "In progress" and assignee = myuserkey
and schedule this service to a time in the evening (let's say 6pm) and pick Transition issue for Stop progress.
https://scriptrunner.adaptavist.com/5.0.2/jira/escalation-service.html
I hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Karolis
If you use Jira Service Management or another tool for SLA time tracking, you can set a work calendar to exclude from calculation time when you are out of the office.
Or, if you need to move ticketing to not "in progress" statuses, you can use Jira automation. If automation settings are too difficult, you also can try SLA Time and Report app (created by my team). It has built-in automation actions, one of them is changing the ticket's status after the branched time limit you need.
Let me know if you will need more help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean by "Stop Progress"
Are you using Jira service Desk with SLA? And you dont want the SLA to tick off while you are not in the office? You can set working hours in the SLA for that
Or are you using Time Tracking? As in you dont want to log time on a ticket for hours you are not in the office.
Or do you just want to mark your tickets as something other then "in progress" while you are out of the office?
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.