Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleDevelopment plans...
  • (Smart) multi row field - new field type to help with "inline" creation of master-details structures
  • "ConfiQuery" field type to help you to link other form's data and associate it with a particular field/row in your current form
  • New ConfiForms IFTTT action Rename attachment 

Version 2.11.3 (development)

  • Jira issue fields discovery service to help with ConfiForms to Jira mappings to create Jira issues


For web service connection

Code Block
/ajax/confiforms/rest/jira-issue-mapping.action?webServiceId=a4c253e1cc9d7534f136279e03de444d&projectKey=JTEST&issueType=Story

For applink

Code Block
/ajax/confiforms/rest/jira-issue-mapping.action?applinkName=MyJira&projectKey=JTEST&issueType=Task
  • Extending ConfiForms REST API to create/update the record to accept field values as a JSON payload
Code Block
"fields": {
   "field1":"field value",
   "field2": "2020-04-25"
}
  • Fixed issue with comment field tracking the user when the form is set to capture input in anonymous mode
  • Support for "code" macro in IFTTT that create/update Jira issue or make web service requests or requests through the applink service (in addition to "no format" macro you can have your JSON/XML payload in "code" macro)
  • Support for "sort" Virtual functions to sort the collections if necessary
  • Fixed issue with paged view in TableViewMerger when data is also aggregated (the feature was working only when the data was aggregated, not merged)

Version 2.11.2

  • Improved performance of ConfiForms content extractor even further to skip faster pages that dont have ConfiForms data to index
  • Improved logging to reduce false "error" level logging when a log entry is supposed to be a "warning" or even a "debug"
  • Fixed concurrent modification error in content extractor (Confluence search for ConfiForms)

...