RT::Extension::QuickUpdate feature request

Hello All,

I was wanting to create a feature request for
RT::Extension::QuickUpdate but there’s no project for it in CPAN or
way to create github issues so I’m posting it here instead.

I’d like to see QuickUpdate extended to support PriorityAsString’s if
that extension’s been enabled, or provide a configuration option to
enable it. The majority of the time when setting the priority it’s
done via QuickUpdate, users will try and type low|meduim|high into the
field, and it will unify the Priority display in the UI.

Later,
Darin

I was wanting to create a feature request for
RT::Extension::QuickUpdate but there’s no project for it in CPAN or
way to create github issues so I’m posting it here instead.

I’d like to see QuickUpdate extended to support PriorityAsString’s if
that extension’s been enabled, or provide a configuration option to
enable it. The majority of the time when setting the priority it’s
done via QuickUpdate, users will try and type low|meduim|high into the
field, and it will unify the Priority display in the UI.

Are you up to sending a GitHub pull request that replaces the line
which displays a text box for the Priority with a call to
SelectPriority? That’s all that should be required to make it work
with PriorityAsString.

-kevin