Using form field in bean shell tool plugin

Confluence User - 04 Nov, 2015

Hello,

 

Is there a way to use form field in bean shell tool plugin ? In fact, I would like to do some operations on these fields and then export them to variables.

If it is not possible, can I use form hash variable (#form.table.field#) ?

Finally, if it is still not possible, is there a way to get the id of the form just sent ?

 

Thank you in advance

beanshell;hash;variable

1


04 Nov, 2015
confluenceUser
confluenceUser

Yes. you can use form hash variable. It will auto retrieve the data based on process instance.

If you want more control, you can use the FormService.loadFormData method to retrieve all data.

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print