Hi Team,
I have created a workflow with some status
ex: if the status "open" to "Inprogress" it should back to previos status
i mean it should come back from " Inprogress" to Open
How can i achieve it.
Please suggest on this.
Thanks in Advance
Sindhu
Can also create a Previous Status field using the following script as an example:
Create a field called "Last Status", then create a post-function in the transition "Awaiting Customer" for example and use the option "Copy Value From Other Field" in Source Field = Status and Destination Field = "Last Status". Then create an automation similar to the one in the photo below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The https://marketplace.atlassian.com/apps/292/jira-misc-workflow-extensions-jmwe?hosting=server&tab=overview offers a Return to Previous Status Post-function
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I Have the same problem and I'm not sure how to solve it.
Do I have to configure a custon field with previous status or can I get this value somewhere else?
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.
Hi Stephen Deutsch ,
Thannks for your suggestion.
At last i got solution for it by using "workflow tool box" boolean condition
with help of " previous status" i have achieved it
Thanks,
Sindhu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sindhu,
how exactly did you implement it? I mean, where did you configure the boolean condition?
I am having a status "Waiting for customer" and that is available everywhere (global). Now I want, that I always go back to the same status from where I came from.
I don't want to build every transition separately. And you write, you have found a sollution for it by WTB boolean condition "previous status".
So I am curious to know, how exactly and where did you then implement this condition? Did you have to make one transition somewhere from the global status or how?
Thanks in advance,
Erja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sindhu,
JIRA workflows are set up as a directed graph, which means they will only follow the way that the arrow is pointing if you look at the workflow in the "Diagram" mode. If you want to be able to go back from "In Progress" to "Open", you'll need to add a new transition from "In Progress" back to "Open".
Alternatively, if you want any status to be able to transition back to "Open", just add a new transition and choose "any status" from the "from status" dropdown.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your information .
Let me explain my requirement properly
Open -> Inprogress
Backlog->Inprogress
Analysis->Inprogress
--
----
--- > Inprogress
Now from "Inprogess" to back to previous status.
how can we know it comes from which status to -> Inprogress
ex: if the status "Backlog" to "Inprogress" and back to "backlog"
and Analysis->Inprogress and back to "Analysis"
Please kindly let us know is there any way to achieve it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.