Cloud software.
Created a new company managed prohject, and customized the unqiue workflow.
To-do = requested
In profress = partial
Done = received
--------------------------------------------
Super great, but it has no changed all other statuses with to-do, in progress, and done.
I didn't want this. I thought my unique workflow wouldn't let this happen.
---------------
Now when I go to edit the status name, it says that this name already exists.
How can I get all of those workflows status back to their original. I can't create a new status since it will break all of the items already done in these mature boards.
-----------------
I don't have backup copies for the workflows, this new simple workflow over wrote all of the other statuses and not can't change them back.
Hello,
I guess, you JQL query must be like this:
status = Resolved and status changed to Resolved before -3d
Hello Alexey,
Thank you very much for your answer. I've tried your solution but somehow it is not working. Actually when I validate the query it finds the correct issues but somehow it doesn't change the status into "Closed". You can see my rule below.
Best Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It will not work like this. You need to schedule this rule (use the scheduled trigger) because when your rule works the issue has been just moved to the Resolved state (it is less than 3 days)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Alexey,
It works!! Thank you very much for your response :)
Since you showed me using scheduler as trigger, it opened me new horizons!
Thanks again,
Have a great day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you clarify how you're using the scheduled trigger for this?
i.e. are you having this just run once a day on all matching issues that have been in the state for 3 days or is it something different?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Exactly! I am using scheduled trigger and running it every week day at 19:00 with a Cron expression: 0 0 19 ? * MON,TUE,WED,THU,FRI *
There is a statement (Only include issues that have changed since the last time this rule executed) right under the section where you write your JQL condition and we un-checked it as well. Before some of our issues were not transitioning to closed. Now everything works perfectly :)
Regards
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.