Hi,
Is there a way to create a filter that will find all the projects that have a specific string in their name ?
For example get all the projects with "ABC" in the name.
I don't want to use project in (...) since this way have to know in advance all the projects names.
I'm looking for something like ABC* or ABC%
Thanks,
Alon
You can use projectMatch function from the script runner plugin.
project in projectMatch(
"ABC.*"
)
I tried it but got the following message:
"Unable to find JQL function 'projectMatch(ABC.*)'."
I'm using Jira version 5.0.7 and
2.0.7
All the functions look very useful.
Thanks,
Alon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to install the latest version, from 2.1-BETA-X... if you have jira 5.0 or prior you can't update to this plugin version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not supported in JIRA out of the box.
The "~" Operator doesn't work in conjunction with "project":
Cheers, Philipp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know that, this is why I'm looking for a different solution.
Thanks,
Alon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alon,
Please vote for JRACLOUD-61197 and JRASERVER-61197 and add your use case to the comments to add impact if you have not done so already so we can get this implemented in JIRA.
In addition, were you able to try the suggestion from Jamie to use ScriptRunner?
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.