Skip to content

Commit 30c98cd

Browse files
Garrison Shepardgonchik
authored andcommitted
[Jira] document parameter usage for jira server (#929)
jira server usage for assign_issue account_id parameter
1 parent 74f6821 commit 30c98cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

atlassian/jira.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,8 @@ def assign_issue(self, issue, account_id=None):
10991099
"""Assign an issue to a user. None will set it to unassigned. -1 will set it to Automatic.
11001100
:param issue: the issue ID or key to assign
11011101
:type issue: int or str
1102-
:param account_id: the account ID of the user to assign the issue to
1102+
:param account_id: the account ID of the user to assign the issue to;
1103+
for jira server the value for account_id should be a valid jira username
11031104
:type account_id: str
11041105
:rtype: bool
11051106
"""

0 commit comments

Comments
 (0)