Plugin Properties Options values Attributes not working.
Confluence User - 27 Sep, 2022
I am currently working on a properties option for a process participant plugin. I was trying to set a default value to one of the properties based on below JSON data. However, the default value was not shown.
{
name : 'test',
label : 'Test',
type : 'TextField',
value : 'Property Value',
description : 'Property Description 123'
}
plugins