workflowHelper only allows to do a single transition per sync, if you want many transition, you would set the status directly using
issue.setStatus("Status Name")
Comments:
Cloud Chiu commented on 11 September 2020
The current workflow likes Status 1 > Status 2 > Status 3. To map the replica status to local status, it is required to transit from Status 1 to Status 3 in one sync.
Do you mean it is now technically infeasible? Other than workflowHelper, can you suggest other ways to do this in one sync?
Francis Martens (Exalate) commented on 11 September 2020
Hi Cloud Chiu
The other suggestion is in Juan’s comment
issue.setStatus("Status Name")
Cloud Chiu commented on 15 September 2020
But I tried the following on one sync without luck.