# Setting tag when creating Tickets

**URL:** https://community.sendbird.com/t/setting-tag-when-creating-tickets/1915
**Category:** iOS
**Tags:** desk, desk-sdk
**Created:** [March 18, 2021, 4:41pm UTC](https://community.sendbird.com/t/setting-tag-when-creating-tickets/1915 "2021-03-18T16:41:36Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![simonb](https://avatars.discourse-cdn.com/v4/letter/s/e19b73/32.png) [@simonb](https://community.sendbird.com/u/simonb)
#### Post date: [March 18, 2021, 4:41pm UTC](https://community.sendbird.com/t/setting-tag-when-creating-tickets/1915/1 "2021-03-18T16:41:37Z")

</div>

Hi,

How can we set tags on the Tickets the users create in the App?

We currently have several categories of tickets users can create and a couple is very important and tag is the only custom sortable attribute in the Desk UI. So it is important we can set the Tag when the ticket is created.

Best,  
/Simon

---

<div class="post-metadata">

### Author: ![Tyler](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/tyler/32/810_2.png) [@Tyler](https://community.sendbird.com/u/Tyler)
#### Post date: [March 18, 2021, 4:50pm UTC](https://community.sendbird.com/t/setting-tag-when-creating-tickets/1915/2 "2021-03-18T16:50:33Z")

</div>

@simonb,

It looks like the API does not currently support adding tags to the ticket. They can only be added via the dashboard. That being said Desk is still a new product, I’ll put in a feature request for this.

In the mean time, you could potentially utilize the Ticket Fields to house custom data, which can be updated via the API:

> **[Ticket | Desk Platform API | Sendbird Docs](https://sendbird.com/docs/desk/v1/platform-api/guides/ticket#2-update-custom-fields-of-a-ticket)**
>
> View and manage ticket attributes with Desk Platform API.

---

<div class="post-metadata">

### Author: ![simonb](https://avatars.discourse-cdn.com/v4/letter/s/e19b73/32.png) [@simonb](https://community.sendbird.com/u/simonb)
#### Post date: [March 18, 2021, 5:08pm UTC](https://community.sendbird.com/t/setting-tag-when-creating-tickets/1915/3 "2021-03-18T17:08:27Z")

</div>

@Tyler First, You are a super-star getting back so swiftly! I’m amazed and highly appreciative of your responsiveness! Well done.

I get the point with the custom fields and that is valuable, you just can’t filter on those.  
We’ll look to find another way…

Should be easy to add though, decompiled source code shows this:

```
    List<String> tags = null
...
    createZendeskChatInfo(ticketTitle, userName, userId, groupId, (String)comment, (List)tags)

```

Seems to be prepared for it…

Thanks!

/Simon

---

<div class="post-metadata">

### Author: ![Tyler](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/tyler/32/810_2.png) [@Tyler](https://community.sendbird.com/u/Tyler)
#### Post date: [March 18, 2021, 5:43pm UTC](https://community.sendbird.com/t/setting-tag-when-creating-tickets/1915/4 "2021-03-18T17:43:14Z")

</div>

@simonb,

Let me see if I can see if this is already on the roadmap and what that timeline may look like.

-Tyler

---

<div class="post-metadata">

### Author: ![simonb](https://avatars.discourse-cdn.com/v4/letter/s/e19b73/32.png) [@simonb](https://community.sendbird.com/u/simonb)
#### Post date: [March 18, 2021, 5:54pm UTC](https://community.sendbird.com/t/setting-tag-when-creating-tickets/1915/5 "2021-03-18T17:54:22Z")

</div>

Thx 🦾

---

<div class="post-metadata">

### Author: ![franciscomerdot-luna](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/franciscomerdot-luna/32/4676_2.png) [@franciscomerdot-luna](https://community.sendbird.com/u/franciscomerdot-luna)
#### Post date: [November 6, 2023, 9:02pm UTC](https://community.sendbird.com/t/setting-tag-when-creating-tickets/1915/6 "2023-11-06T21:02:13Z")

</div>

Hi @Tyler.

How much time we need for this feature? Adding tags to tickets using the API should be fundamental since it will allow users to filter and expand their Sendbird solution without having to wait on roadmap development.

Any update on this?
