Skip to content

Acts as a default comment visibility setting for Jira. Only works for our company internal instance for now.

License

Notifications You must be signed in to change notification settings

Tim-Koertgen/jira-comment-visibility

 
 

Repository files navigation

Jira Comment Visibility

Purpose

This extension relieves the user of having to remember to change the visibility of jira comments.

State

The extension is in active development and can be considered unfinished, buggy and slow as of now. Use at your own (probably small) risk.

I'm a backend developer so my JS skills may not be up to par with best practices and conventions. Don't judge pls.

Contributing

Feature requests can be made by opening up an issue in this repository.

Any contribution that is closer to coding advice, please express via PR :)

There's probably TODOs scattered everywhere, feel free to take one up. Shoot me a message that you're doing it though, to prevent us from doing the same thing twice.

Installing

As I'm currently refusing to pay Google $$$ to be able to upload this to the Chrome Web Store you will have to install this manually.

Download the newest version here: https://github.com/b-boehne/jira-comment-visibility/releases/latest/download/dist.zip

Install this manually in chrome: https://webkul.com/blog/how-to-install-the-unpacked-extension-in-chrome/

Build locally

  1. Checkout the repository to your local machine e.g. with git clone https://github.com/b-boehne/jira-comment-visibility/
  2. Run npm install to install all required dependencies
  3. Run npm run build:chrome or npm run build:firefox && npm run package:firefox

The build step will create the build folder, this folder will contain the generated extensions.

You can now add the extension to Chrome using the build/chrome folder or to Firefox using the web-ext-artifacts/firefox.zip

About

Acts as a default comment visibility setting for Jira. Only works for our company internal instance for now.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.6%
  • CSS 7.5%
  • HTML 6.9%