Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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?
Please take a look on this question - https://community.atlassian.com/t5/Marketplace-Apps-questions/in-the-addedAfterSprintStart-script-function-how-to-indicate/qaq-p/333669
I want to use only jira site, not groovy scripts, so it doesn't helps me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This function addedAfterSprintStart() is added by ScriptRunner plugin . In OOTB JIRA you cannot achieve the same results.
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.