Forums

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

Putting function instead parameter in addedAfterSprintStart() function

Patryk Mazurowski
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!
September 11, 2018

For now i'm using such query:

project = MyProject AND issueFunction in addedAfterSprintStart("General Board", "MyProject-20180903")

After each sprint I need to change 2nd parameter, to last sprint. I want to avoid it, i tried with:

project = MyProject AND issueFunction in addedAfterSprintStart("General Board", previousSprint(General Board))

but it's not working.

 

Is there possibility to use function as a parameter, if no, how can I get the same result other way?

1 answer

Patryk Mazurowski
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!
September 11, 2018

I want to use only jira site, not groovy scripts, so it doesn't helps me

Mirek
Community Champion
September 11, 2018

This function addedAfterSprintStart() is added by ScriptRunner plugin . In OOTB JIRA you cannot achieve the same results.

Suggest an answer

Log in or Sign up to answer