I have created a Custom Issue Collector and added and set up a hidden field. (customField_application1)
fieldValues:
{
summary: '<Include SiteName Here>',
description: 'Test Description',
customField_application1: 'test Custom Widget Application'
}
In HTML i have this as field as : <input type="hidden" id="application">
Now, when i create an issue from the web page, an issue is created and in the issue i do not see the label of value for the hiden field.
How can i access this hidden field in the Issue created?