Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Issues resolved in the last 2 weeks report - Kanban board

Daniela Amuchastegui
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 Champion
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
TAGS
AUG Leaders

Atlassian Community Events