Issue properties in JQL fail to respect is empty

XMLWordPrintable

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      In JIRA Service Desk we programmatically set an issue property to indicate that the issue came in through the "portal" or via "email" say.

      We can find these issues with JQL like

      issue.property["request.channel.type"].value = "portal"

      This works as expected.

      However if we want to find all issues where there is no property set then it does not work

      issue.property["request.channel.type"].value is empty

      returns nothing.

      I have an expectation that it would show all issues without the request.channel.type property set.

            Assignee:
            Unassigned
            Reporter:
            ɹǝʞɐq pɐɹq
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: