@bragduck/cli 2.14.0 → 2.14.1

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.
@@ -3509,7 +3509,7 @@ var JiraService = class {
3509
3509
  );
3510
3510
  break;
3511
3511
  }
3512
- const endpoint = `/rest/api/3/search?jql=${encodeURIComponent(jql)}&startAt=${startAt}&maxResults=${maxResults}&fields=${fields.join(",")}`;
3512
+ const endpoint = `/rest/api/3/search/jql?jql=${encodeURIComponent(jql)}&startAt=${startAt}&maxResults=${maxResults}&fields=${fields.join(",")}`;
3513
3513
  try {
3514
3514
  const response = await this.request(endpoint);
3515
3515
  if (response.issues.length === 0) {