I know others have asked this but I can't see a resolution.
We are getting some 'Done" stories marked with "none" +1 in the sprint field, where yhe +1 if clicked on shows the sprint it was closed in.
The sprint report shows these stories but jql does not e.g.:
Project = "XX" and sprint = "YY" and type in (story, task, spike, bug) and status = Done and resolved >= 2023-11-05 and resolved <= 2023-11-17 order by type
Where the resolved dates examples above are the start and end date of the sprint.
Changing resolved to resolutiondate above returns the same result - missing the none+1 artefacts.
Can anyone offer any advice please?
Sorry I'm an idiot. The problem was using a date range and not realising that if I don't specify the hours it defaults to 00:00:00. That's why I was losing records.
Aologies.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.