Hi Atlassian,
While AUT-47 is still not yet solved, may we ask for clarification on the workaround below especially on what is meant by "Transition action" below. I tried to look at the action "Transition Issue" but i don't think the workaround is referring to that. Thank you
You could use a rule like this:
Then you could transition to {{issue.Previous status}} using the 'Transition action'.
Hi @Sinio, Paul Andrew ,
In Transition issue is it possible to put smart value.
Is this what you are looking for?
Regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works really well as a means to support transitioning to previous status. However, when you make the custom field, do NOT use "Number" as the type. It will convert your status ID from 3 to 3.0, and it wont work. Using a text field works however.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Marco Brundel I've tried to use it, but automation failed with:
Destination status could not be resolved. If using a smart-value ensure this resolves to a numeric status ID or untranslated name for issues (with current status):
Is your string correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hubert Bartkowiak
{{issue.Previous status}}
is correct in my opinion.
I don't know why the message "Destination status could not be resolved" follows and how you can solve this.
I can see that in this and this question it is also about this message. Maybe you'll find a solution there.
Good luck and greetings, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Hubert Bartkowiak Per my reply above, while it has been some time since I had found my original fix, I believe I recall the symptom being "Destination status could not be resolved".
Can you confirm the smart value you are using is defined as text, like this:
Also, I think I recall that if you have already made the field as a Number type, you cannot change it. You have to delete the field then re-create it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had to do this and I also had the "Destination status could not be resolved" even if the "Previous status" field was type text.
I solved the issue by creating a variable like this:
Then I used the variable as the transition status:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Need help. my workflow look like this. and i want create automation for :
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.