I want to get all the issues from a certain JQL, and get all the result without assigned a maximun.
Example: getIssuesFromJqlSearch(AuthToken, "project = proj1 ", 100) , I want to get all the issues from the project"proj1", and I don't want assigned 100 to the maximunresults field, because maybe the project contains more than 100 issues. And i don not know the certain number of issues of the project "proj1".
If there any methods or ways to resolved this problem?? Thank you for your help .
Don't mind me saying this, why don't you just pass a big value, say 10000 to this call? More than that anyway will be too much to handle, right?
Yes, the method you recommand is right . but I think the jira must have been provided some parameters to get all the issues. And Now, I can only use this way to solve the problem. Thank you very much.Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.