How can I filter for tasks in ongoing sprints from different projects? I read about current() and tried using it
project IN (LOC, PROD) and Sprint in current()
but it's saying 'current' is a reserved JQL word. You must surround it in quotation marks to use it in a query. (line 1, character 98)
openSprints() shows all tasks that are already in sprints even if that sprint has not yet started. I only want to see the tasks in the ongoing sprints.
I tried to generate the JQL with "AI for Jira" app, you can try it:
sprint in openSprints() AND NOT sprint in futureSprints()
Thanks so much, that worked! I'll check out that app as well, thanks for the reco :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jary Nubla ,
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.
Hi Ollie,
Thanks for your reply. But as I said above, openSprints() shows all tasks that are already in sprints even if that sprint has not yet started. I only want to see the tasks in the ongoing sprints or sprints that has already started.
Can you help me on this? Thanks in advance :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.