> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2022.3-changes-overview/other-work-manager-changes.md).

# Other Work Manager Changes

## Ability to edit the title of a Case

We have added the option to edit the short description of a Case in Work Manager.

If the new ['Allow Title Change' option](https://docs.enate.net/enate-help/builder/builder-2021.1/case-configuration/info-section/case-info-section) has been set in the Case Info screen in Builder, it will be possible for Work Manager users to edit the short description of a Case.&#x20;

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FYae8rZxEMR641vG4Xq6v%2Fimage.png?alt=media\&token=6787e8c2-2a90-49c6-be18-c183864e15b7)

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FZjOUbwG4CHUCFRpCBbMY%2Fimage.png?alt=media\&token=01ba7d7d-befd-456f-8059-e6df8b559c52)

This is the title that will then appear at the top of the Case's tab.&#x20;

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2F1kTAXd4j7Z6sJZs3HHSb%2Fimage.png?alt=media\&token=9656a5b6-071c-4e8c-8911-fa9693bb62fc)

This is the title that will also appear in the 'Title' column of the homepage grid.

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FJf2wQ3jlBHbzh5aGRf9H%2Fimage.png?alt=media\&token=1d75fa74-84b1-4759-a99e-2fb73b91e9ad)

## Action Title Changes

In conjunction with this, if the short description of the Action's Case has been edited, the title of the Action that will appear at the top of the Action's tab will now be made up of the Case's short description and the Action's title.

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FmWOOOZebKMn9BPEEDGbT%2Fimage.png?alt=media\&token=b4078a77-5457-448a-aad2-ccf1568775b2)

This is also the title that will also appear in the 'Title' column of the homepage grid.

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FUCWTspmminGLn7Bmv9oi%2Fimage.png?alt=media\&token=b1d43fe7-ed80-49c0-a65f-473922408818)

## Ability to unassign work items in Resolved state

Users are now able to unassign work items in any state, including in Resolved (with the one exception to this being 'Closed').

## Option not to send any auto-generated Ticket emails

Users are now able to select not to send ANY auto-generated emails for Tickets out to a specific email address if it's included as a To, CC or BCC address. This can be done from the 'Blocked Email Addresses' tab by selecting the new 'Disable all auto-generated emails to this address' option. Previously, a feature to avoid sending such emails out to specific addresses was only available at the point of Ticket creation - this new option extends this capability to cover all scenarios within a Ticket.

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2F44GVIkTPCfsapd9zVVhN%2Fimage.png?alt=media\&token=54503cf9-058b-4233-ab08-23aa36173267)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2022.3-changes-overview/other-work-manager-changes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
