I'm using /rest/servicedeskapi/request api to return a list of requests that are logged. We have a custom field setup, and I'd like to filter the response to only contain the items that match the value in the custom field.
According to the documentation at https://docs.atlassian.com/jira-servicedesk/REST/cloud/#servicedeskapi/request-getMyCustomerRequests, the searchTerm parameter only searches the summary field.
Is there anyway to apply a search term to a custom field using the API?
Hey Nathan,
Not at present. Keep in mind that /request will only return the current user's requests anyway.
You could always use the JIRA API for this - although that won't be available to customer accounts.
Out of curiosity, what's your custom field ?
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.