Hello
Maybe someone could help me with my task.
I have custom field with date, and want tasks to make transition to particular status exactly on the date from this field. How I can do it?
Thanks!
This can be achieved with a scheduled trigger:
Trigger: scheduled (every day, perform a query of issues that match date in your custom field)
Action: transition issue (to expected status)
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.