@anura-gate/watcher-jira 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -305,7 +305,7 @@ class GateJiraWatcher extends EventEmitter {
305
305
  expand: "changelog",
306
306
  });
307
307
 
308
- const res = await this._jiraGet(`/rest/api/3/search?${params.toString()}`);
308
+ const res = await this._jiraGet(`/rest/api/3/search/jql?${params.toString()}`);
309
309
  if (!res.ok) {
310
310
  this.emit("jira_error", { path: "search", error: `JQL search failed (${res.status}): ${JSON.stringify(res.data?.errorMessages || res.data)}` });
311
311
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anura-gate/watcher-jira",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "GATE Watcher — Self-hosted Jira event monitor with OAuth 2.0. Credentials never leave your machine.",
5
5
  "main": "index.js",
6
6
  "bin": {