This is a Tixit plugin that shows a status (or other choice field) as a color and lets the user pick the status via a dropdown.
For more information about Tixit plugins go here: http://docs.tixit.me/d/Plugin_API.
field- The name of thechoicefield that stores the status.states- An object where each key is the string status (one of the choices of thechoicefield), and each value is the color that will be used for that status.
Example configuration:
This plugin requires that the ticket's schema has a choice field with a number of specified choices. Here's an example based on the above configuration:
| Name | Type | List | Initial Value | Editable | Choices | Required |
|---|---|---|---|---|---|---|
| status | choice | X | Open,In Progress,Complete |
Released under the MIT license: https://opensource.org/licenses/MIT

