You are the admin for a large Jira Cloud instance used by thousands of active users and hundreds of agile teams. A scrum master of one of these teams is worried about the numbers she is getting from Jira and tells you that they may be a severe problem in Jira. She has executed three JQL queries (A) , (B), and (C) and states that the number of issues returned from the query (A) must be equal to the sum of the number of issues returned from queries (B) and (C) . Here are the JQL queries: (A) project = “DEV” → Number of issues: 1200 (B) project = “DEV” and fixVersion = 10 → Number of issues: 25 (C) project = “DEV” and fixVersion != 10 → Number of issues: 200 How can you fix this?