I have status A, B, C, D,
and status X
If I submit from status B to X, how do I make it automatically return to status B?
can this be done using JMWE?
I am currently using Jira Cloud
Hi @Rizky.Tuasikal ,
you don't need anything for that - all you need is to create a transition from "any status" to "itself" (which you can only do from the graphical workflow editor). This way, the Update transition will be available all the time and won't change the status of the issue:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Once you have created the transition, it'll be visible like any other in both the diagram and the text editor, and you can add conditions, validators and post functions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it like this?
If it's not like what you described, can you give me an example? so I can try it right away
thanks before :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope. Did you follow my screenshots? Unfortunately I don't have access to Jira right now to make a new screenshot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Rizky.Tuasikal It would look like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ohh i understand now.. I have used this method before..
but i'm still confused,
how do you do it so that when you submit to Update status, it will return to the previous status..
btw, thanks for the screenshoot @John Funk :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't transition to the "Update" status, you don't even need an Update status, you trigger the Update "action" under the Actions menu:
(I know, I don't have an Update action on that screenshot but I have plenty others like "test", "LI", etc.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And by the way it won't look like John's screenshot but like this:
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.
The Return to Previous Status post function is currently only available in JMWE for Jira Server/DC, not Cloud, but it is on the short-term roadmap.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rizky.Tuasikal ,
there is not a specific post function in JMWE to that. As said by @John Funk , you can put in place an automation for that using smart value
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Fabio Racobaldo _Herzum_ ,
thank you for the answer,
example:
If I am in Review status, and I want to update some information, then I have to submit it to Update status.
when I have submitted it to Update status, the status will automatically return to the previous status, back to Review status
Can this be done using jira Automation? for specific workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rizky,
Just curious, but what is your scenario that you would want to do that? I am sure you can do that with JMWE, though I don't know the syntax right off hand. But you can certainly do it with an Automation Rule.
Can you explain your use case in a little more detail?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
example:
If I am in Review status, and I want to update some information, then I have to submit it to Update status.
when I have submitted it to Update status, the status will automatically return to the previous status, back to Review status
how to achieve this?
using JMWE
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.