Hi, I added additional fields to Organizations in JSM. I am trying to use these additional fields in JQL for searching. This is does not seem to work. Is there a way i can use the additional fields to filter issues using JQL.
Hi @Prem Kumar S
Unfortunately, JQL doesn't support searching directly on custom fields added to organizations in Jira Service Management. You can use automation rules to copy these custom field values to issue fields, which can then be searched using JQL. Alternatively, consider using a plugin like ScriptRunner to extend JQL capabilities.
You can use e.g. customerDetail() and organizationDetail() in JQL. Please refer to this documentation https://support.atlassian.com/jira-service-management-cloud/docs/jql-functions/ for more info
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.