You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a jira project that has multiple scrum boards. for one of the boards in the project
I need to only display in jira backlog view, sprints that begin with specific characters.
I've tried the following but doesn't seem to work
project = ### AND Sprint = "STRING" ORDER BY Rank ASC
when i go back to the backlog view in my jira board, i still see sprints that don't have that STRING..
Welcome to Atlassian Community!
It is not possible to use partial data when you are searching on Sprint =, it will only take the full name of the sprint. You would need an app that extends JQL in order to do this, I know from experience that Scriptrunner/Enhanced Search has a function that allow you to search based on regex, but there other apps in the Marketplace that may be able to do this too.
Thanks @Mikael Sandberg
Sounds like by using one oof these apps, i should be able to create a jql that that only returns sprints in the backlog view that match a specific string. Do I understand that correctly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct, as long as they have a function that allows you to do a fuzzy search. Enhanced Search for example has the issueFieldMatch() function that allow you to do that.
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.