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

1 vote
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 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

Suggest an answer

Log in or Sign up to answer