Hi, I'm trying to do a get via webhook but I need to filter the fields.
I'm following this page:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get
The URL I'm calling via API would be this:
https://corporation.atlassian.net/rest/api/3/search?jql=project%20%3D%20%22HP%22%20and%20updated%20%3E%3D%20%2D1h%20order%20BY% 20created%20DESC"
Where I'm running a JQL to filter the last minute ticket, but the query returns all the fields linked to the ticket.
How would it be to filter the fields together in this URL?
Hi, you can use the `fields` query parameter to only get the fields you are interested in. For e.g: `fields=summary,comment`
Check the documentation for `fields` parameter for the complete usage.
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.