mirror of
https://github.com/open-webui/oikb.git
synced 2026-07-09 16:00:53 +00:00
Change JIRA API endpoint to use JQL
/rest/api/3/search was deprecated, changes to the current /rest/api/3/search/jql
This commit is contained in:
parent
dcf241da7f
commit
fb7c13ec6a
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class JiraConnector(BaseConnector):
|
|||
break
|
||||
|
||||
resp = self._http.get(
|
||||
"/rest/api/3/search",
|
||||
"/rest/api/3/search/jql",
|
||||
params={"jql": self._jql, "startAt": start, "maxResults": max_results,
|
||||
"fields": ",".join(api_fields)},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue