]
Michael Anstis moved GUVNOR-1907 to DROOLS-1933:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1933 (was: GUVNOR-1907)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Template Editor
(was: Guided Rule Templates)
Support template keys in rule metadata inside rule templates
------------------------------------------------------------
Key: DROOLS-1933
URL:
https://issues.jboss.org/browse/DROOLS-1933
Project: Drools
Issue Type: Feature Request
Components: Guided Template Editor
Reporter: Jim van Dam
Priority: Minor
Labels: rule, templates
https://issues.jboss.org/browse/GUVNOR-1431 created support for the use of template keys
in LHS and RHS expressions, but to be able to do the same for metadata would be very
useful for us.
The rule template could look like this:
rule "xyz"
@Description(@{ruledesc})
when
...
then
...
On load template data users can create rules including metadata