-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
I'm trying to create ticket, but getting the following error
Error returned from Client Central:
{
"errors": {
"ticket": {
"customer_user": [
"Owner must have the same account as the ticket"
]
}
}
}
============================
the code used is below.
ticket = cc.create_ticket(subject="Test ticket - python" ,
description="this is an test ticket created by python for automation",
project_id=281,
priority=113,
workspace_id=653,
custom_fields_attributes=[{
"id": 24029,
"values": 1
}])
===========================
can you please let me know how to fix it?
Metadata
Metadata
Assignees
Labels
No labels