The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

AfterSprintStart for Current sprint?

Nicola
June 7, 2019

Hi

I want to use the function

AfterSprintStart(board name, [sprint name])

The query I am trying to run is

AfterSprintStart(BSM, openSprints())

but I an getting the error Unable to find JQL function 'AfterSprintStart' - clearly I am doing something wrong. Any advice gratefully received.

 

Thanks,

 

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Thomas Schlegel
Community Champion
June 7, 2019

Hi @Nicola ,

do you mean the Scriptrunner-Function "addedAfterSprintStart"?

If so, you have to query like this:

issueFunction in addedAfterSprintStart("Board Name", "Sprint Name")

Nicola
June 9, 2019

I do mean that, yes.

0 votes
Brian Ambrose
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 3, 2023

Hi, 

Are you using a Cloud or server instance?  issueFunction has moved to ScriptRunner on the Cloud.  On the cloud, you have to go to Apps drop down in the top menu, then select ScriptRunner EnhancedSearch...that will bring you to a query builder window.

 

There you can start building the query for addedAfterSprintStart.  Kind of like a wizard.  You select the functions by clicking on the "+" in the query bar on the right then fill in the blanks.

0 votes
Nicola
June 10, 2019

Capture100619.PNG

Unfortunately, it does not seem to work for me

Comments for this post are closed

Community moderators have prevented the ability to post new answers.