You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prefill group as Cc on group summary quick ticket creation
The group summary "Quick ticket creation" portlet passed the group via
a hidden AddGroupCc field, which only added the group as a Cc watcher
after the ticket was created (in Display.html) and never prefilled the
visible Cc field on the create form. So clicking Create landed on a
create form with an empty Cc field.
The ticket create Cc field now accepts groups directly via group:NAME
tokens, so prefill it with the group like the user summary portlet does
with Requestors. This makes the group visible in the Cc field and flows
it through the normal watcher processing, so the special AddGroupCc
handling in Create.html and Display.html is no longer needed.
0 commit comments