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

1


03 Oct, 2022
confluenceUser
1
confluenceUser

Hi, maybe you can try comparing to some of the tutorial plugins, for example How to develop a Download PDF Datalist Action. I noticed the letter case is different, perhaps you can try changing it.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print