Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to execute my own script based on all records from a JQL querry

serge calderara
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 29, 2020

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

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events