Uploaded image for project: 'SR for Jira - Development'
  1. SR for Jira - Development
  2. SRJIRA-4181

JQL search not recognizing special characters in Escalation Service

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Done
    • High
    • Resolution: Done
    • None
    • 6.17.0
    • JQL Functions
    • SR4J Sprint 90
    • 1

    Description

      project = TEST AND issuetype = Task AND status in ("To Do", "In Progress") AND "Due Date&Time" <= now()

      We show errors for field names with special characters in the escalation service JQL query input field whereas the same JQL run from standard Jira search validates and works without error

      Workaround

      If you want to get rid of the on-screen warning you can write it like this instead:

      project = TEST AND issuetype = Task AND status in ("To Do", "In Progress") AND "Due Date\u0026Time" <= now() 

      Attachments

        Activity

          People

            wsignoretti Wagner Signoretti
            kkelly Katy Kelly
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: