When I export my filter results (97 issues) to CSV, the CSV file returns 94 issues. So there are 3 issues missing in the CSV.
The missing issues
Does anyone have a clue why those 3 issues are missing in the CSV?
JIRA server v7.5.2
What's your filter? It should match. I haven't experienced a mismatch from the filter results to CSV export.
project = X AND issuetype in (Bug, Story) AND (status was in ("In Progress", "Peer Review", "Peer Proof", "Peer Business") after 2018-07-02)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I remember correctly, was in checks the history not the most recent status. A ticket can have all four statuses previously.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For that, I have used the filter below.
project = X AND issuetype in (Bug, Story) AND (status changed FROM "Peer Proof" TO "Corrections" after 2018-07-02)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.