This commit is contained in:
Serghei Mihai 2016-06-21 14:13:25 +02:00
parent 541f6c65d0
commit 5e6d87a1c2
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ def create_ticket(mail):
'description': body,
'uploads': attachments}
if tech_manager:
issue['assigned_to_id'] = tech_manager.id
issue_data['assigned_to_id'] = tech_manager.id
issue = r.issue.create(**issue_data)