Skip to content

Commit 6cd6dd0

Browse files
authored
Added parameters to projects get request (#859)
1 parent f55c75b commit 6cd6dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ def projects(self, included_archived=None, expand=None):
16181618
if expand:
16191619
params["expand"] = expand
16201620
url = self.resource_url("project")
1621-
return self.get(url)
1621+
return self.get(url, params=params)
16221622

16231623
def create_project_from_raw_json(self, json):
16241624
"""

0 commit comments

Comments
 (0)