I am currently trying to search for all issues that have breached the SLA within our project.
The documentation https://coresoftlabs.atlassian.net/wiki/display/SP/Using+the+searcher mentions the function searchJQLForQuery. However when I use this function (searchJQLForQuery("project = MyProject",'SLA Metric', 'BREACH', '=', 'Yes')) I get the following error:
Error in the JQL Query: Expecting operator but got '('. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'. (line 1, character 18)
Does anyone have an example how this function should work in detail?
Please use new search functions:
"SLA field" = slaBreached()
there is JQL Autocomplete available when you enter your SLA field name and = operator.
Hi,
I have the same issue and with the approach from Robert Dzido I receive an error message saying that the related field "is not searchable, it is only sortable."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
It looks like your SLA Metric field doesn;t have searcher enabled.
Please go to your JIRA Custom Fields list, find your SLA Metric field then click Edit option (Under Cog icon) and select SlaMetricSeacher.
Please reindex your JIRA after you change searcher. We recommend using Background re-index.
Regards,
Robert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robert,
SLAMetricSearcher was already selected and reindex was performed.
But the error message is still shown "Field 'XXX' is not searchable, it is only sortable."
Any other ideas?
Thanks
Robert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robert,
It's strange. Please raise support request to vendor (https://coresoftlabs.atlassian.net) or send email to support@coresoftlabs.com providing more details (logs, screenshot, plugin and JIRA version information)
Regards,
Robert
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.
I am also facing same issue, have you found any solution for this issue. Is there detailed documentation for this feature ?
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.