From b6f5b06bb6c1241fddd2cd2fdbaec01b3ad06d7e Mon Sep 17 00:00:00 2001 From: gshepard Date: Mon, 24 Jan 2022 11:19:15 -0500 Subject: [PATCH] [Jira] document parameter usage for jira server jira server usage for assign_issue account_id parameter --- atlassian/jira.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atlassian/jira.py b/atlassian/jira.py index 0d2e6d44e..d0934ea8e 100644 --- a/atlassian/jira.py +++ b/atlassian/jira.py @@ -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 """