While working with Jira Server I'm having an issue with a webhook when attempting to complete a search. With the query /rest/api/2/search?jql=Parent+Link={{issue.key}} or /rest/api/2/search?jql=Parent%20Link={{issue.key}} I'm getting the response.
{ "errorMessages": [ "Error in the JQL Query: Expecting operator but got 'Link'. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'. (line 1, character 8)" ], "errors": {} }:
Any help formatting my request would be really appreciated.
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.