Remove not needed attribute
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
4a0a453236
commit
8c3b7a3c86
1 changed files with 0 additions and 3 deletions
|
@ -173,9 +173,6 @@ for ticket in tickets:
|
|||
"title": "{} [{}]".format(ticket["ticket"]["Subject"], label),
|
||||
"group": "Users",
|
||||
"state_id": STATUSMAP[ticket["ticket"]["Status"]],
|
||||
"customer_id": "guess:{}".format(
|
||||
users[ticket["ticket"]["Creator"]]["EmailAddress"]
|
||||
),
|
||||
"note": "RT-import:{}".format(ticket["ticket"]["id"]),
|
||||
"article": {
|
||||
"subject": ticket["ticket"]["Subject"],
|
||||
|
|
Loading…
Reference in a new issue