Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×In my project we have definde multiple pending status's.
For example:
Pending on Supplier, with a date field.
With automation I would like an automated status change to in progress when the date of the pending status is hit.
Is this possible?
Hi Léon
I think this can help you Adaptivist Scriptrunner plugin see, https://scriptrunner.adaptavist.com/5.0.2/jira/escalation-service.html
Regards
Hello,
I'm afraid this is not possible without an external app. There is automation rules for service desk but they don't include custom field changes.
But if you have, you can use Script Runner plugin's Escalation Service feature for this.
Regards,
Elifcan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Elifican,
Thanks for your answer. Is it possible to use this plugin when the field is not changed. But the "date has expired"
Or is there another way to do this than automation.
Thanks.
Leon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, yes that's what I meant to say, actually, sorry. You can write a JQL like this:
date customfield = startOfDay()
When the date hits today, it will automatically trigger the transition you choose on the escalation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.