# Changelog

## 3.0.31 - 2019-09-01

#### Improvements

* Customer support chat available in the bottom right-hand corner
* Coupon Limiter
  * Ability to create a coupon with a **max amount off** or **max percent off**
  * Examples&#x20;
    * $50 off up to 25%&#x20;
    * 50% off up to $25&#x20;
* **Work Request Title** using a RYNO formula&#x20;
  * From within the Legend builder you can now configure whether or not to create a custom Job Title, and how to compute it.
  * Will only apply to once the current legends are updated with the configuration formula
  * Example
    * Add a question to a Legend which asks the client what they would like to name the request.&#x20;
    * Add formula which returns the value input for that question
* **Deadline** added to the workspace Job table

**Bug Fixes**

* Work Requests (with deadlines enabled) created from HQ defaulted the deadline to January 1, 1970, if no start date was selected
* Work Requests in the UNDER\_CONSTRUCTION status could not be partially modified (only answer some of the questions) using the **Update Job** feature.&#x20;

## 3.0.18 - 2019-08-08

#### Improvements

* Admin users with the permission **Manage Job Champion Provider** can assign and view qualified Pros in the work request detail page for Unclaimed requests
* When a work request is closed from HQ, there is an optional to designate the resolution status of the request.&#x20;
  * Done or Canceled&#x20;
* Work request can be cloned
  * From the work request detail section you can now clone any exiting job that has yet to be submitted. Must be in the Under Construction status
* Admins can now add messages to a work request chats without being part of the work request

## 3.0.1 - 2019-07-22

#### Improvements

* Admin users with the permission **Manage User Documents** can now view and manage a user's documents from the user profile view
* Admin users with the permission **Create User Profile** can create users from HQ.&#x20;
  * Users will not a receive an email at the moment. In order for the new user to be able to log in they must reset their password from the authentication modal.
* Admin users with the permission **Create a Job for a User** can create and submit jobs for a specified user&#x20;
  * If a job a submitted from HQ it will default to using External Billing

**Bug Fixes**

* Skills within the Legend Builder were being cached when switching workspaces


---

# 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://hq-changelog.worklayer.com/master.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.
