charts not working

Issue #125 new
Máté Gász created an issue

A first time user can not use, after a step-by-step setup that follows https://bitbucket.org/dboyd-atl/javascript-charts-for-jira-cloud/wiki/tutorial3.

Settings:

  • line
  • Y-axis: Issue count
  • Time series field: None (sum of existing issues)

JQL (project = projectName) tested in JQL Editor with 151 search result.

Error: Error in JQL Query: The EQUALS operator does not support the use of the during (startOfDay(), endOfDay()) predicate.

Result:

No result in the chart, the line stays at 0.

Comments (1)

  1. boydo repo owner

    yeah JQL is a bit funny here. Because its running queries over historical time periods the format needs to be something like:
    project = projectName and status WAS in (….)

    ie. It needs a “WAS” in there somewhere

  2. Log in to comment