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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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