component values: process/process1name, process/process2name, service/service1name, service/service2name
What is the Query to get the count of components = process* and service*
With the above component values, expected counts for process* = 2 and service*=2
Hi @Richard Gladstone ,
welcome to the Atlassian community!
Wild card searching is not supported by default for components. You can try using componentMatches() JQL function provided by https://marketplace.atlassian.com/apps/1218367/jql-booster-pack?hosting=server&tab=overview
• Find issues in components that their name start with 'Database':
|
• Find issues in components that their name contais 'screen':
|
• Find issues in components that their name end with 'Core':
Hope this helps,
Fabio
|
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.