Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

🐥 Zammad <=> Jira | Web extension (unofficial)

License

Notifications You must be signed in to change notification settings

ridaamirini/zammad-jira-web

Repository files navigation

🐥 Zammad <=> Jira

This web extension lets you create a issue from the Zammad Helpdesk.

Installing

  1. Install Zammad/Jira Web from Chrome Web Store or Download the latest version
  2. Enable "Developer Mode" in your Browser ❗
  3. Unzip or Drag the release in to the Extensions page of your Browser
  4. Open the "Option Page" of Zammad/Jira Web 👈
    1. Enter required data ☝️
    2. Enjoy the web extension 🙌

Tested on...

  • Google Chrome
  • Mozilla Firfox

Deployment

npm run build

Build the extension into dist folder for production.

npm run build:dev

Build the extension into dist folder for development.

npm run watch

Watch for modifications then run npm run build.

npm run watch:dev

Watch for modifications then run npm run build:dev.

It also enable Hot Module Reloading, thanks to webpack-chrome-extension-reloader plugin.

⚠️ Keep in mind that HMR only works for your background entry.

npm run build-zip

Build a zip file following this format <name>-v<version>.zip, by reading name and version from manifest.json file. Zip file is located in dist-zip folder.

Built With

  • Vue - A JavaScript framework
  • VueWebExtension - A boilerplate for quickly starting a web extension with Vue, webpack 4, ESLint and more!

Authors

See also the list of contributors who participated in this project.

License

MIT © ridaamirini