Why this script based default value on the description field has no effect?
Hi,
I have the following script:
dojo.provide("com.example.DefaultValueProvider");
(function() { dojo.declare("com.example.DefaultValueProvider", null, { getDefaultValue: function(attribute, workItem, configuration) { return "test"; } }); })();
I attached this script to the description field but nothing happens.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.