It will be possible Jira automatically back to previous status depending if the Target date is reached

fabio marcelo January 9, 2012

Hi all,

It will be possible Jira automatically back to previous status depending if the Target date is reached ?

I would like that the ticket back to the previous status if the Target date was reached . It will be possible ?

for example :

current status previous status

PostPoned CCB

Thanks in Advance

BR

Fabio

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 9, 2012

No, because Jira's workflow engine doesn't really care about "previous status", but you can

  1. Add transitions for "back" to your workflow
  2. Write a filter to catch "issues in status X that are past their target"
  3. Write Jelly that will read a filter and trigger a "back" transition
  4. Add the Jelly scripts as a service to run regularly

Suggest an answer

Log in or Sign up to answer