Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello @Nancy Corsi
Your JQL statement seems to have gotten cut off. Can you try pasting it again?
Hi. sprint in (openSprints(), futureSprints()) AND project in (TIS)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If by "Component name" you mean the Components field, then the corresponding field for filtering is "component".
Since "component" is an optional multiple selection list, you can use IN to filter based on the field having any one of multiple values you specify.
If you want to also include issues that have no value in the Components field, you also have to check for the field being empty.
AND (component IN (value1, value2) OR component IS EMPTY)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.