# 2024.06.06: Remove ticket

A minor release today to resolve an issue with deleted work items in Azure DevOps.

Previously, if a work item was deleted in Azure DevOps, the ticket would continue to appear in TicketLog.

With this release, we have added the option to remove tickets from your list, and everyone's list if you are an Administrator.

## Remove Ticket via My Tickets section

To remove a ticket from My Tickets section, perform the following steps:

* In My Tickets section, find the ticket you would like to remove
* Click the context menu and select Archive Ticket
* Click Show Archived Tickets

<figure><img src="/files/VHMIJODJMfLy0MkzRutV" alt=""><figcaption></figcaption></figure>

* Find the ticket again, open the context menu and select Remove Ticket

<figure><img src="/files/zyoNK4kFF91ObUXDHfN0" alt=""><figcaption></figcaption></figure>

* Click Remove in the confirmation box

This procedure only removes the ticket from your personal My Tickets list. If the ticket exists in the list of other users, it will remain there.

## Remove Ticket via Missing Ticket screen

As an Administrator, you can remove a ticket for all users with this approach.

If you visit the Ticket Details screen and it has been removed from Azure DevOps, you will face the following error message:

<figure><img src="/files/BkRNA6EG9TLTb6Bt8dgX" alt=""><figcaption></figcaption></figure>

* Click Remove ticket from TicketLog button. This will open a confirmation box.&#x20;

<figure><img src="/files/YsTn2iF82YCI4cHR4WR6" alt=""><figcaption></figcaption></figure>

* If you are an Administrator, you will have an additional option to remove the ticket for all TicketLog users.
  * If you select this option, then the ticket will be removed from My Tickets list for all TicketLog users.&#x20;
  * If you do not select this option, or you are not an Administrator, then this process will remove the ticket only from your My Tickets list.
* Click Remove in the confirmation box.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ticket-log.com/release-notes/2024.06.06-remove-ticket.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
