Issues resolved in the last 2 weeks report - Kanban board

Daniela Amuchastegui April 22, 2019

Hi,

 

I'm trying to find the stories that were resolved in the last 2 weeks and the jql code that i'm trying doesn't provide the full list of issues that wereresolved. these are the ones that I've tried so far:

  1. project = DKADC AND issuetype = Story AND status = Done AND resolved >= startOfDay(-12d)
  2. project = DKADC AND issuetype = Story AND status = Done AND updated > "2019/04/11" and updated < "2019/04/23":

 

Does anyone know why issues closed, say, today, are not part of the list?

 

Thanks

 

Daniela

2 answers

5 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 22, 2019

Try this

project = dkadc and issuetype = story and resolutiondate >= -14d

0 votes
Anwesha Sarkar January 11, 2023

project = xx AND status = Done AND (resolutiondate >= -14d OR updated >= -14d) ORDER BY status DESC, priority DESC, key ASC

Suggest an answer

Log in or Sign up to answer