Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-23577

"=" Operator not working in JQL query

    XMLWordPrintable

Details

    • Bug
    • Resolution: Answered
    • Highest
    • None
    • None
    • JQL

    Description

      When query in JQL on date it is only taking ">=" operator. "=" Operator is not working in term of DATE

      For example project = <Project Name> AND created = "2011-01-31" is returning "0" records but there are more one record exists for that particular date

      Presently the workaround we found is

      project = <Project Name> AND created > "2011-01-30" and created < "2011-02-01

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              a48f327c9688 Lavanya
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: