I have created a unified board to track the progress of 3 Teams that work together in 1 Program. On the board i have all the tickets and their statuses.
I'd like to have a Quick Filter to see the tickets that were added after sprint started. I tried "addedAfterSprintStart" but it looks like it only works for 1 board and 1 sprint only.
Does anyone know if it is able to display the data for multiple sprints? I've tried this, but it doesn't work:
issueFunction in addedAfterSprintStart("Board 1", ("Sprint 1", "Sprint 2", "Sprint 3"))
What do you get when you use this query on the regular search page?
I'm getting: Error in the JQL Query:
Error in the JQL Query: Expecting a function argument but got '('. You must surround '(' in quotation marks to use it as an argument. (line 1, character 51)
What about:
issueFunction in addedAfterSprintStart("Board 1","Sprint 1") or issueFunction in addedAfterSprintStart("Board 1","Sprint 2") or issueFunction in addedAfterSprintStart("Board 1","Sprint 3")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Some items of note:
It returns the Stories that were added after the Sprint started.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.