You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.