I need to skip one staus and automatically issue transitioned to next status. Please give me a groovy script to achieve this functionality.
Is there a reason it needs to be in groovy? If you have ScriptRunner installed, this is one of post function options they provide out of the box:
Fast-track transition an issue
If the condition is met, automatically transition this issue to another status
Hi
Yep - I've used this to transition and issue to approved once everyone has done their approval action :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hema TB
This post has a relevant example
If you use Jira Misc Workflow Extensions, there is a Transition Issue post function which can be triggered conditionally.
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.