In Jira Service Management server version I am looking for an automation rule which enables to change the status from Waiting for Info to e. g. In Progress as soon as the date has been reached I have set for system field called Due Date.
However, from available Automation rules I am not able to set up such automation.
Has anybody experience in setting up such scenario?
Your feedback is more than appreciated.
Hi @Soeren Morgener - I'm not as familiar with automation for server, but do you have the ability to set a schedule trigger? If so, I would do something like this:
status = "Waiting for info" AND dueDate <= endOfDay()
Hi Mark,
Thank you very much for your suggestion.
The problem in server version is however that the number of triggers available is very limited. There is no such option to choose from a trigger like schedule (daily).
The only possible triggers which I might select are triggers such as Created / Status changed which is not what I am looking for.
Do you have anything else in mind which could help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunate - I don't think there's a way to handle it natively then. The best I can come up with would be setting up a filter with a daily subscription and then manually bulk transitioning the results.
Outside the box, you could try a 3rd party app like script runner which has a lot of power on the server version or even setting up a cron on your server that hits the API.
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.