Howdy All!
I'm attempting to build a workflow out that will call to Jira's JQL REST resource, however I'm having problems breaking this down correctly. I'm going to try and best describe the parameters as possible.
Scenario:
- Will have about 2000-3000 results by the end.
- Can only query 50 values at a time.
- Need to update the "startAt" parameter in increments of 50 it will start at 0 (Especially struggling here I can't think of a way to have it auto update after all is done)
- I want it ideally to append to a list each "successfulRun".
Best,
-K