Git Product home page Git Product logo

Comments (6)

Grabes avatar Grabes commented on July 17, 2024 1

We are experiencing this issue. When making a post request to "/api/2/search" the response contains the field "maxResults: 100", but we have more then 100 issues in the search.

Here is the request:

"jql":"worklogAuthor in ('ehren.graber') and worklogDate >= '2018-04-21' and worklogDate < '2018-04-29'",
"fields":[
"summary",
"worklog",
"issuetype",
"parent"
],
"maxResults":2000
}

Here is the response:

{
  expand: "schema,names",
  issues: [{expand: "operations,versionedRepresentations,editmeta,changelog,renderedFields", id: "15829",…},…],
  maxResults: 100,
  startAt: 0,
  total: 195
} 

Notice that the maxResults is set to 100 and the total exceeds that amount. It appears that the search API is limiting the total issues that are returned.

from jira-assistant.

shridhar-tl avatar shridhar-tl commented on July 17, 2024 1

This issue is fixed and is available from version 0.46 onward. In case if someone find any issue with this fix then please add a comment in this ticket along with the details of the issue you faced.

from jira-assistant.

Grabes avatar Grabes commented on July 17, 2024

Changing maxResults parameter for Jira Cloud REST API - https://confluence.atlassian.com/jirakb/changing-maxresults-parameter-for-jira-cloud-rest-api-779160706.html

Recommended solution is to use pagination to return all results. We typically have 400-500 issues per sprint so this is preventing us from using the report.

from jira-assistant.

shridhar-tl avatar shridhar-tl commented on July 17, 2024

Thank you @Grabes for providing the request & response details which would be very much helpful in fixing this issue. I will see to that this issue is resolved within this weekend.

from jira-assistant.

Grabes avatar Grabes commented on July 17, 2024

That's great! Appreciate the quick turnaround!

from jira-assistant.

shridhar-tl avatar shridhar-tl commented on July 17, 2024

Closing this ticket as no issues were reported against this ticket.

from jira-assistant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.