Skip to content

Commit

Permalink
Update users stream of Jira source to use correct endpoint and query …
Browse files Browse the repository at this point in the history
…param (#4113)
  • Loading branch information
cjwooo authored Jun 15, 2021
1 parent 143a34d commit 9e260fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def path(self, **kwargs) -> str:

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


class Workflows(JiraStream):
Expand Down

0 comments on commit 9e260fe

Please sign in to comment.