Forums

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

How can I query with JQL for tickets commited in the current sprint?

Andrei Petcu October 30, 2018

Hi all,

I want to see what issues have been added before the sprint was started. Basically the commited items. How can I do that?

I can see them in the sprint report. The ones added after the sprint started have a small star that say "Issue added after the sprint was started". Basically all the ones that do not have the * sign are the ones I'm interested in.

 

Thank you

1 answer

1 accepted

1 vote
Answer accepted
Jack Brickey
Community Champion
October 30, 2018

I believe you would need an addon like Scriptrunner for this. With this addon you could leverage the addedaftersprintstart to get what you wanted.

You could adopt a manual procedure by adding a label to all issues just before starting sprints.

as you said you can see this in the sprint report too 

Andrei Petcu October 30, 2018

Thank you! I will look into both options and follow up on them.

Andrei Petcu October 30, 2018

The lable worked but it's quite manual.
I'm trying the script runner. From what I understand it should just work. This is my JQL filter

issueFunction in addedAfterSprintStart("Board1", "Sprint1")

I get this error:

Field 'issueFunction' does not exist or you do not have permission to view it.

Suggest an answer

Log in or Sign up to answer