devondragon/jira-omnifocus

More results?

Closed this issue · 1 comments

I have a lot of open issues in Jira, since there is so much todo and we use jira also for things in the future. Currently the script only returns the default amount of results from a query. And that is definitely not all the stuff the search returns when I use the query in Jira.
Apparently there is a way to do that: https://community.atlassian.com/t5/Jira-questions/How-to-get-more-than-50-issues-with-search-API/qaq-p/463122

But I have no knowledge in ruby to implement it myself. I tried a bit around in the jiraomnifocus.rb but get only errors.

Ok, I found the solution to pull all the tasks. I create a pull request.