Skip to content

Commit

Permalink
included param expand in get_issue method decription
Browse files Browse the repository at this point in the history
  • Loading branch information
gkowalc committed Mar 22, 2024
1 parent 273401b commit b70f618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atlassian/jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,7 @@ def get_issue(self, issue_id_or_key, fields=None, properties=None, update_histor
:param fields: str
:param properties: str
:param update_history: bool
:param expand: str
:return: issue
"""
base_url = self.resource_url("issue")
Expand Down

0 comments on commit b70f618

Please sign in to comment.