Data set results limited to 100 issues when summing by story points

Issue #56 resolved
Former user created an issue

Sorry there's an intended question mark in this issue's title, as I'm new to using this add-on. But I think this deduced bug is the best explanation so far for the behavior I'm seeing, and is worth looking into (\?).

I've tested by running the query with durations matching what's being plotted, exporting to Excel, then summing up the story points in the first 100 issues in the data set -- which matches up with what I see in the plot. My use case is that I want to plot the total number of Story Points remaining in a given Epic, over time. To simplify things in the repro here, I removed the Epic link condition.

Repro Steps:

Set a Dataset to:

  • Time Series Field: None (sum of existing issues)
  • Y-axis: Story Points
  • JQL (simple example): "Story Points" is not empty and status was not in (Closed, Accepted)
  • Set Chart dates to Period weekly, custom dates, 56 previous.

Expected Behavior:

  • Sum of all story points matching the data set query, per each duration period

Actual Behavior:

  • Sum of only the first 100 issues matching the query, per each duration period

Comments (6)

  1. Russell Klenetsky Account Deactivated

    (Actual author of the issue here)

    Note: The bullet lists I thought I was entering in the description came out as emphasized text instead. :(

    If the limit is intentional, and this is just an undocumented expected behavior, then please consider this a request to up the limit (a lot).

  2. boydo repo owner

    Thanks very much @dblrsk

    It was an intentional limit, set a long time ago when the addon was more for personal use.

    I've released a fix that should solve the issue for you. Please let me know if it doesn't.

    cheers,

    David.

  3. Log in to comment