I have been working on some Javascript which parses Confiforms form data to generate Jira content to insert into the Jira description field inside an IFTTT 'On Created'macro. Currently I have the JS code to format the content working fine using a local variable, but now I am hitting a blocker
I have created a hidden field "JiraContent" - how do I update the field? i.e [entry.JiraContent] = MyLocalVar ?
Is this even possible?
I know I can use an IFTTT macro to update the current form entry but that would be an extremely cumbersome solution
You can use REST APIs from ConfiForms, to update ConfiForms entries - see https://wiki.vertuna.com/display/CONFIFORMS/REST+API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.