Hi All,
I already have the code which transitions an issue from one status to another status if there is transition between these two statuses. But, I want to change status of the issue if though there is no transition between two statuses.
Thanks,
Kiran.
The short answer is: you don't. Jira doesn't support modifying the Status field without using a transition.
What you can do is create "invisible" transitions between the two statuses (or between any status and the destination status - i.e. a "global" transition). You can hide transitions using the "Hide transition from user" Condition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Kiran Jonnada
Actually there are exists one method that can do it: workflowManager's migrateIssueToWorkflow method.
But i'm not sure how it will be works when you migrate issue on the same workflow.
It needs some test in non-product environment :)
At least you can migrate issue on temp tech workflow and then migrate on target.
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.
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.