Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
Description
As a user, I should be able to obtain the list of requirements that are in a project, for a specific version, in a specific Sprint, using a JQL function.
testsWithReqVersionAndSprint(P1, P2, P3)
where...
P1 - Project Name/Key/Id P2 - Fix Version P3 - Sprint
Example:
testsWithReqVersionAndSprint('DEMO', 'v1.0', 'Sprint 1')
Note: see if this could be somehow handled by the existing testsWithReqVersion function