I'm trying to create a JQL query for a project board which contains multiple projects but I only want some tickets from one project. Below is a good example:
- Project A
- Project B
- Project C only items in openSprints()
At the moment I am just using filters to toggle that entire project off and on but it's not an ideal solution.
Change the board filter to what you said:
Project in (A, B) or ( Project = C and sprint in openSprints() )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.