Problems with Time series "none" issue filter

Issue #42 resolved
Former user created an issue

Hi. Trying to build a bar chart showing daily number of issues in different statuses, e.g.: april 10: "New" - 20; "In progress" - 10; "Ready to go" - 3 april 9: "New" - 15; "In progress" - 7; "Ready to go" - 1

I've created several data sets (1 per status) with a query like this: project = KEY AND status was in ("Ready to go") set the "Tine series field" field to "none" and it returned no error on my JQL request. Still it doesn't show any data on a chart and even doesn't display all data sets.

I've tested my request in JIRA issue search like this: project = KEY AND status was in ("Ready to go") DURING ("2017/04/09","2017/04/10") And it successfully returned a number of issues.

Comments (2)

  1. boydo repo owner

    Hi, one thing to check might be the "Period" configuration on the main settings page. Is it set to "daily"?

    If that doesn't help, can you add the full configuration, screenshots if possible please?

  2. Log in to comment