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
- 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.