Skip to content

Commit

Permalink
Merge d9eaa46 into ce6c2b6
Browse files Browse the repository at this point in the history
  • Loading branch information
geoghegan committed Jun 17, 2015
2 parents ce6c2b6 + d9eaa46 commit 97832e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,8 @@ def create_project(self, key, name=None, assignee=None):

def add_user(self, username, email, directoryId=1, password=None, fullname=None, sendEmail=False, active=True):

fullname = username
if not fullname:
fullname = username
# TODO: default the directoryID to the first directory in jira instead
# of 1 which is the internal one.
url = self._options['server'] + '/rest/api/latest/user'
Expand Down

0 comments on commit 97832e1

Please sign in to comment.