Dear all,
I have a scenario when I need to build my own script which will need to do the following:
- For each of the issue where issueType="new user" and status="In Progress"
- I am calling an API test on a userAccount in order to get is status, then if status is Accepeted and change the status of all issue matching.
I have seen that Script Runner Job Escalate is close to what I nee because there is a JQL querry with which I can get my collection of issue.
But the with that collection of issue I need to run my script against each of the records return from the JQL querry
Hown can this be done ?
The script that I need to run is as follow :
User usr=new User(refIssue,false)
return usr.IsUserInvitationAccepted()
Thanks for help
regards