Hi!
I need to automatically transition an issue to another status when a datetime custom field reaches current time. How could I implement this using Adaptavist ScriptRunner plugin?
Hi , you can try Listeners.
You might find https://library.adaptavist.com/search?q=transition helpful when looking to write scripts for transitions on issues.
But Listeners require a special event to occur to act. I dont have any events going on, the issue might not change at all. I want it to transition when the time's right. Is this possible when using Listeners?
No, listeners need an event.
But you could easily write a service that regularly runs a filter such as "due date isĀ today" or "updated over a week ago" and transitions any issues it finds (Obviously, I'd recommend much more careful filters than I've just suggested)
It looks like you're new here. Sign in or register to get started.