Hello,
I have a script listener- custom listener (issue updated event) that adds a new version.
I have a different script- Version synchroniser , that works by 'VersionCreateEvent' event.
The first script didn't call the second script.
Can I add some line that will call the second script from the end of the first script ?
It's a little bit urgent so I will be happy for your response.
Thank you,
Daniel
I tried this inside a listener and it worked:
if (flag==true)
{ versionManager.createVersion(versionp, null , null, null, projectPatch, null); //PR project versionManager.createVersion(versionp, null , null, null, 11901, null); //wbl project versionManager.createVersion(versionp, null , null, null, 11503, null); //RB project versionManager.createVersion(versionp, null , null, null, 12900, null); //RM project versionManager.createVersion(versionp, null , null, null, 13100, null); //Technical B project versionManager.createVersion(versionp, null , null, null, 12300, null); //Test B project versionManager.createVersion(versionp, null , null, null, 11900, null); //wsi project }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.