Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion atlassian/jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,8 @@ def assign_issue(self, issue, account_id=None):
"""Assign an issue to a user. None will set it to unassigned. -1 will set it to Automatic.
:param issue: the issue ID or key to assign
:type issue: int or str
:param account_id: the account ID of the user to assign the issue to
:param account_id: the account ID of the user to assign the issue to;
for jira server the value for account_id should be a valid jira username
:type account_id: str
:rtype: bool
"""
Expand Down