> ## Documentation Index
> Fetch the complete documentation index at: https://docs.serval.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Updating Ticket Properties

> Keep tickets organized by updating status, priority, assignee, and labels

Keep tickets organized by updating properties as you work. You can update properties from multiple places in Serval.

***

## From List View

Click directly on any column to update without opening the ticket:

<CardGroup cols={2}>
  <Card title="Status" icon="circle-check">
    Move tickets between workflow stages

    <Frame>
      <img src="https://mintcdn.com/serval/cWxM0yotrgIirqpk/images/serval-docs/ticketing/tickets/set-status-menu-closeup.png?fit=max&auto=format&n=cWxM0yotrgIirqpk&q=85&s=2a8a1dc0a969b0a143c95084734ef84b" alt="Status dropdown" width="884" height="486" data-path="images/serval-docs/ticketing/tickets/set-status-menu-closeup.png" />
    </Frame>
  </Card>

  <Card title="Priority" icon="flag">
    Adjust urgency level

    <Frame>
      <img src="https://mintcdn.com/serval/cWxM0yotrgIirqpk/images/serval-docs/ticketing/tickets/set-priority-menu-close-up.png?fit=max&auto=format&n=cWxM0yotrgIirqpk&q=85&s=4f814e5bc60ab4100299cc58d0a02fc5" alt="Priority dropdown" width="882" height="552" data-path="images/serval-docs/ticketing/tickets/set-priority-menu-close-up.png" />
    </Frame>
  </Card>

  <Card title="Assignee" icon="user">
    Reassign to a team member

    <Frame>
      <img src="https://mintcdn.com/serval/cWxM0yotrgIirqpk/images/serval-docs/ticketing/tickets/set-assignee-menu-closeup.png?fit=max&auto=format&n=cWxM0yotrgIirqpk&q=85&s=27518d0553b0116a9f3015481aa40dbc" alt="Assignee dropdown" width="646" height="810" data-path="images/serval-docs/ticketing/tickets/set-assignee-menu-closeup.png" />
    </Frame>
  </Card>

  <Card title="Labels" icon="tag">
    Add or remove labels

    <Frame>
      <img src="https://mintcdn.com/serval/cWxM0yotrgIirqpk/images/serval-docs/ticketing/tickets/set-tag-in-list-view.png?fit=max&auto=format&n=cWxM0yotrgIirqpk&q=85&s=b2f95b16f6dae586bf52839aa5fe7fe8" alt="Labels dropdown" width="956" height="776" data-path="images/serval-docs/ticketing/tickets/set-tag-in-list-view.png" />
    </Frame>
  </Card>

  <Card title="Due Date" icon="calendar">
    Set or change the target resolution date

    <Frame>
      <img src="https://mintcdn.com/serval/cWxM0yotrgIirqpk/images/serval-docs/ticketing/tickets/set-due-date-calendar.png?fit=max&auto=format&n=cWxM0yotrgIirqpk&q=85&s=8a50aa10283945411e5196103c0db2f7" alt="Due date calendar picker" width="1082" height="706" data-path="images/serval-docs/ticketing/tickets/set-due-date-calendar.png" />
    </Frame>
  </Card>
</CardGroup>

<Tip>
  Updating from list view is the fastest way to triage multiple tickets quickly.
</Tip>

***

## From Detail View

Open a ticket and use the properties panel on the right side to update any field:

* Click on any property to edit
* Changes save automatically
* View the activity tab to see a history of all changes

***

## From Chat

Use natural language or @ mentions directly in the ticket conversation:

**Change status:**

* "Mark as resolved"
* "Set status to in progress"

**Reassign:**

* "Assign this to @sarah"
* "@john can you take this?"

**Set priority:**

* "Set priority to high"
* "This is urgent"

**Add labels:**

* "Add the billing label"

<Frame caption="Reassigning via @ mention">
  <img src="https://mintcdn.com/serval/cWxM0yotrgIirqpk/images/serval-docs/ticketing/tickets/ticket-chat-mention-user.png?fit=max&auto=format&n=cWxM0yotrgIirqpk&q=85&s=eacaf70830b5eaf8cd36dc598853b502" alt="Using @ mention to reassign" width="1812" height="630" data-path="images/serval-docs/ticketing/tickets/ticket-chat-mention-user.png" />
</Frame>

<Note>
  Serval understands natural language, so you don't need to use exact commands. Just describe what you want to change.
</Note>

***

## Quick Reference

| Property    | List View | Detail View | Chat          |
| :---------- | :-------- | :---------- | :------------ |
| Status      | ✓         | ✓           | ✓             |
| Priority    | ✓         | ✓           | ✓             |
| Assignee    | ✓         | ✓           | ✓ (@ mention) |
| Labels      | ✓         | ✓           | ✓             |
| Due Date    | ✓         | ✓           | —             |
| SLA         | —         | ✓           | —             |
| Ticket Type | —         | ✓           | —             |

***

## Related

<CardGroup cols={2}>
  <Card title="The Serval Ticket" icon="ticket" href="/sections/documentation/ticketing/ticket-configuration/serval-ticket">
    Learn about all ticket properties
  </Card>

  <Card title="Resolving Tickets" icon="check-circle" href="/sections/documentation/ticketing/resolving-tickets">
    Guide to working through tickets
  </Card>
</CardGroup>
