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

Change semantics of JQL "was" operator to exclude issues that currently have the given value.

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Low Low
    • None
    • None
    • JQL
    • None

      "The "WAS" operator is used to find issues that currently have, or previously had, the specified value for the specified field."

      In fact, it would be more useful to have the operator find issues that do NOT currently have, but previously had, the specified value. My reasoning is based on the following use case:

      A user wants to find issues that have been reopened - i.e. issues that once had the closed state, then did not have it; the issues may or may not have it now. This is impossible with the current semantics:

      • "issuestatus was closed" picks up issues that were never reopened.
      • "issuestatus was closed and issuestatus != closed" picks up issues that were reopened but misses such issues that were reclosed.

      Such a change in semantics would increase the expressiveness of JQL with no decrease. To reproduce the current semantics, one would query like this:

      • "issuestatus was closed or issuestatus = closed"

      If it's thought that such a change now would break too many well-established expectations, then consider a new operator: "was once", with the semantics I am urging.

      BTW, just in terms of natural English, "was" is not used when a state of affairs still exists at the point of speech. Consider: "I was (once) a callow youth and full of hope". This statement sounds distrinctly wrong when uttered by a person who is still a callow youth, full of hope.

            Unassigned Unassigned
            aafa195bfd98 Intel CHD Jira Admin
            Archiver:
            mandreacchio Michael Andreacchio

              Created:
              Updated:
              Resolved:
              Archived: