最近の検索


最近の検索はありません

Request api on behalf of end user - cannot make comment as internal

回答済み


投稿日時:2023年10月25日

Hello,

I am currently working on a use case where I use the requests api to create a ticket on behalf of a customer.

This works fine but i'd like to be able to have them add comments from the requests api as internal. I can't seem to get this to work. The comment will add as public no matter what i do it seems, what am i doing wrong? is it even possible to add a comment on behalf of an end user, as internal?

(python )

body = {
    "request": {
        "comment": {
            "public": False, ( i have tried "is_public" as well)
            "body": "new ticket comment."
            
        }
    }
}

thanks


0

1

1件のコメント

Hi Ahmed.

I had suspected this was the case but wanted to double check. Tickets API will work for my use case.

Thank you for your assistance.

0


サインインしてコメントを残してください。

お探しのものが見つかりませんか?

新規投稿