How to delete Active/Inactive sprints in Jira using SIL script.
Tried this routine but it didn't work.Throwing error as "com.attlasian.greenhopper.service.sprint.SpeintManager.deleteSprint"
Routine : deleteSprint(sprintID)
Any solution for this?
Hey @Bhargavi Vasa ,
I`ve just tested and deleteSprint routine worked fine for me.
Could you please share your SIL Engine version, script that you use and full error from the Jira log?
Thanks,
Anna
Version : 5.8.0.13
Script
boolean isDeleted = deleteSprint(9090);
runnerLog("The sprint was deleted: "+isDeleted);
Error message:
Exception while executing SIL program '[inline source]': [SIL Error on line: 11, column: 1] com.atlassian.greenhopper.service.sprint.SprintManager.deleteSprint(Lcom/atlassian/greenhopper/service/sprint/Sprint:)Lcom/atlassian/greenhopper/service/ServiceOutcome;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bhargavi Vasa ,
Looks like that issues is specifically with the 5.8.0.X versions. I saw the same as you, but starting Power Scripts 6.0.820.0 and SIL Engine 6.0.820.0 it works just fine.
hope it helps!
Anna
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.