This Polarion extension provides possibility to update (or create) WorkItems using xlsx-file. Column-to-Field mapping is manageable using mapping settings.
Important
Starting from version 3.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.excel-importer/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.
This extension can be produced using maven:
mvn clean packageTo install the extension to Polarion, file ch.sbb.polarion.extension.excel-importer-<version>.jar
should be copied to <polarion_home>/polarion/extensions/ch.sbb.polarion.extension.excel-importer/eclipse/plugins
It can be done manually or automated using maven build:
mvn clean install -P install-to-local-polarionFor automated installation with maven env variable POLARION_HOME should be defined and point to folder where Polarion is installed.
Changes only take effect after restart of Polarion.
- Open a project where you wish Excel Importer's navigation element to be available
- On the top of the project's navigation pane click ⚙ (Actions) ➙ 🔧 Administration. Project's administration page will be opened.
- On the administration's navigation pane select Portal âž™ Topics and click on Edit button of desired View.
- In opened Topics Configuration editor insert following new topic:
… <topic id="excel-importer"/> …
- Save changes by clicking 💾 Save
This extension provides REST API. OpenAPI Specification can be obtained here.
All good so far.