JQL WAS operator can not search for a username by full name

XMLWordPrintable

    • 4.04
    • 3
    • Severity 3 - Minor
    • 0

      Hi,

      I was looking a customer issue (JSP-122240) and discover a bug on JIRA.

      How to replicate:

      • Create a clean JIRA instance;
      • create two users (Administrator - login admin / User 1 - login user)
      • Create a new project (e.g. Project X - PX);
      • Create 4 issues (PX-1, PX-2, PX-3, PX-4);
      • Assign one issue (PX-2) for the user User 1 and the others for the Administrator;

      Try the following queries:

      • project=PX AND assignee was "admin"
        • response: 4 issues
      • project=PX AND assignee = "admin"
        • response: 3 issues
      • project=PX AND assignee = "Administrator"
        • response: 3 issues
      • project=PX AND assignee was "Administrator"
        • response: No matching issues found.

      The last query supposed to bring 4 issues, like the first one, but looks like the operator WAS just work with the Username and not with the Full Name.

      Cheers,
      Andre Petry
      Atlassian Support

        1. image001 (1).png
          image001 (1).png
          35 kB
        2. image001 (1).png
          image001 (1).png
          51 kB
        3. Screen Shot 2017-06-30 at 11.31.29.png
          Screen Shot 2017-06-30 at 11.31.29.png
          209 kB

            Assignee:
            Unassigned
            Reporter:
            Andre Quadros Petry (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: