Versions Compared

Key

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

...

The add-in opens a local port to show it’s UI in a webview. In case this is restricted in your environment, you’ll need to allow users to open a port, like described in this article: COM Add-in error on startup

...

To update the add-in to a new version, you’ll need to download the new version from Jira. Please make sure to use the correct one (per-machine). You can either uninstall the old version first or just run the new installer directly - it will take care of removing the old files. In any case, the user data (login, preferences) will be kept, so after a restart of Outlook, everything will continue to work as before!

Default Configurations

It is possible to add a default configuration for the COM add-in. Most importantly it can be used to default the Jira url to make it easier for the users. It requires a dataStore.json file in the Installation folder. This configuration file will get copied into the user-specific AppData folder on first-use.

  1. Create the configuration file

You can download an example file here and adjust to your needs. The example contains all settings to adjust and a server system configured.

Default Configurations

It is possible to add a default configuration for the COM add-in. Most importantly it can be used to default the Jira url to make it easier for the users. It requires a dataStore.json file in the Installation folder. This configuration file will get copied into the user-specific AppData folder on first-use.

Create the configuration file

You can download an example file here and adjust to your needs. The example contains all settings to adjust and a server system configured.

View file
namedataStore.json

Info

Please make sure the Jira base url is correctly encoded.

Copy the file into the Installation folder.

The file needs to be placed in. (data folder needs to be created manually)

Code Block
%Program Files%/Outlook Email for Jira/data

...