I am trying to create a release notes report in Jira,
featuring only the closed stories and bugs of the last completed sprint.
I tried the following query:
project = 'BoardName' AND issueFunction in previousSprint('BoardName') AND status = 'closed'
Any leads on what I am doing wrong?
TIA
Hi,
Maybe check your status name is indeed all lower case 'closed'. I would try
status = Closed
If this is not conclusive, I would try each part of the JQL separately to check which one is faulty.
Thanks!
The only thing I still struggle with is the previous sprint part, but that was mentioned in other forum posts too.
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.