Hi there!
We have a JQL query like this: project = "PROJ" AND "External ID[Short text]" is not EMPTY
. The JQL is valid, and we can successfully search Jira issues using this query without any issues. However, when we try to register the webhook, we get the following error:
[ { errors: [ 'Clause External ID[Short text] is unsupported' ] } ]
There is an endpoint in experimental mode that I tested the JQL with, and it confirmed that the JQL is valid. However, for some reason, it’s not working for webhooks.
Is there any documentation that explains the limitations of using webhooks regarding JQL, or is there an endpoint we can use to validate the JQL before registering the webhook?
Thanks in advance!