JQL 'was in' using Status names returns less issues than when using status ID

XMLWordPrintable

    • 2
    • Minor

      Issue Summary

      The was in JQL function returns fewer issues when using the statuses name as a parameter, than when using the statuses IDs.

      Steps to Reproduce

      1. Compare the results of the two JQLs like in the following example:
        project = <PROJECT_KEY> and status was in ("To Do") on endOfDay(-1) AND type in (Story)
        
        project = DP and status was in (<STATUS_ID>) on endOfDay(-1) AND type in (Story)
        

      Expected Results

      The same amount of issues should be returned

      Actual Results

      There is a discrepancy in the number of issues returned

      Workaround

      Use the status ID instead of its name.

              Assignee:
              Unassigned
              Reporter:
              Pablo Albuquerque
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: