-
Bug
-
Resolution: Timed out
-
Low
-
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
- 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.
Greetings!
This defect seems to be another consequence of the design choices for team-managed projects and that JQL does not appear to limit scope of the query clauses to the projects involved. There are certainly other open defects and "suggestions" for this symptom, so perhaps link this one to those and mark it as "duplicate" rather than timing it out. Thank you.
Kind regards,
Bill