I have to configure in JIRA, All subtasks to move from Todo to INprogress when parent moved to todo to INprogress!!!
Briefly : Moving Parent issue (Todo to INprogress), child issue/issues need to change(Todo to INprogress) automatically!!!
We have JSU , JMWE and Script Runner pluggins!!!
How to accomplish this!!! Thanks in advance!!!!
Best,
Ganesh!!!!
Hi @Ganesh ,
you can put JMWE's Transition Related Issues post-function on the Start Progress transition to trigger the same transition on Sub-tasks of the current issue. No code required.
@David Fischer Thanks for your time !!! Could I have more info like any document or any video link related to this that would be helpful!!! thanks!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Ganesh
I can help you to accomplish it with Script Runner but, do you have groovy language knowledge?
Do it with Script Runner is not complicated. There are some ways for doing.
I've recommend you the following:
Edit the issue workflow.
Go to the transition (from ToDo to InProgress).
Add a new PostFunction. (Custom ScriptRunner Postfunction).
A new Console editor appears, there you should add your code to transitioning all the subtasks.
The code is not complex, I will give you some template.
Best regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Juan José Marchal Gómez I appreciate your time!!! I have no knowledge over groovy!!! Could I have any document or any video link related to this that would be helpful!!! thanks!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Find groovy scriptrunner in Youtube and you will find some introduction videos.
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.