I need to filter all tasks/issues belonging to a specific group of projects, filtering them through project's name prefix.
EX:
Project 1 : "PRE1_namefirst"
Project 2 : "PRE1_namesecond"
Project 3 : "PRE2_namethird"
RESULT : all tasks belonging to project1 and 2, but NOT the project3
Community moderators have prevented the ability to post new answers.
If you happen to have the ScriptRunner app installed, it has a handy projectMatch function that can be used for this purpose.
e.g. project in projectMatch("^PRJ.*")
You cannot do fuzzy searches on project names. As a workaround, you might consider using the project category (which you can set on each Project via project settings > details. It then allows you to search on category = PRE1 (just continuing from your example here).
Project categories can be defined by your Jira Administrator.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Project Category is already taken for other clustering activities
No way to solution
Thank you anyway
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.