Skip to content

Error for creating ticket #5

@visakh-kk

Description

@visakh-kk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions