Skip to content

Commit 9e260fe

Browse files
authored
Update users stream of Jira source to use correct endpoint and query param (#4113)
1 parent 143a34d commit 9e260fe

File tree

1 file changed

+1
-1
lines changed
  • airbyte-integrations/connectors/source-jira/source_jira

1 file changed

+1
-1
lines changed

airbyte-integrations/connectors/source-jira/source_jira/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def path(self, **kwargs) -> str:
535535

536536
class Users(JiraStream):
537537
def path(self, **kwargs) -> str:
538-
return "users/search"
538+
return "user/search?query="
539539

540540

541541
class Workflows(JiraStream):

0 commit comments

Comments
 (0)