This Polarion extension provides possibility to edit JSON files as WorkItem or Document attachments.
Important
Starting from version 2.0.0 only latest version of Polarion is supported. Right now it is Polarion 2606.
The latest version of the extension can be downloaded from the releases page and installed to Polarion instance without necessity to be compiled from the sources.
The extension should be copied to <polarion_home>/polarion/extensions/ch.sbb.polarion.extension.json-editor/eclipse/plugins and changes will take effect after Polarion restart.
Important
Don't forget to clear <polarion_home>/data/workspace/.config folder after extension installation/update to make it work properly.
…
<field id="description"/>
…
…
<extension id="json-editor" label="JSON Editor" validateOnSave="true"/>
…
Or following new line after it (without syntax validation on submit):
…
<extension id="json-editor" label="JSON Editor" validateOnSave="false"/>
…
sections-element:
…
<sections>
<section id="fields"/>
…
</sections>
…
…
<extension id="json-editor" label="JSON Editor" validateOnSave="true"/>
…
Or following new line after it (without syntax validation on submit):
…
<extension id="json-editor" label="JSON Editor" validateOnSave="false"/>
…
This extension provides REST API. OpenAPI Specification can be obtained here.