I'm using the ScriptRunner functions completeInSprint, incompleteInSprint, removedAfterSprintStart, and addedAfterSprintStart together in order to determine the items that were committed to, completed, incomplete, added and incomplete during a sprint. Each function takes as inputs the Board Name and (optional) Sprint Name.
For example - committed stories can be found by: (issueFunction in completeInSprint("Board", "SprintName") OR issueFunction in incompleteInSprint("Board", "SprintName") OR issueFunction in removedAfterSprintStart("Board", "SprintName")) AND issueFunction not in addedAfterSprintStart("Board", "SprintName")
* Note the first three expressions are grouped together.
Anyway, as you can tell, the Board and SprintName are repeated numerous times. I'd like to be able to 'import' those values similar to being able to use a function='fName' or via a text replace, or something like that within the JQL.
Any thoughts?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.