The "When a new issue is returned by a JQL query (V2)" trigger provided by the official Jira connector always results in an 400 error. The error message is as follows:
X-Request-JiraInstance is not provided
This is despite the fact that I've provided my instance:
A glance at the flow checker reveals that the URL does, in fact, get replaced by a 32-digit code, and is included in the request:
The only thing out of place, as far as I could tell, was that the header in the request is called "X-Request-Jirainstance", and not "X-Request-JiraInstance". Is this the problem? If so, where could I report this, and what would be the workaround?