vertec-ticket-extractor
v1.1.0
Published
Created vertec text entry containing ticket IDs
Readme
Vertec Ticket Extractor
Installation
Install using npm:
npm install -g vertec-ticket-extractorLocate your installation folder
npm list -gYou should find a node_modules/vertec-ticket-extractor folder.
Go to chrome://extensions or edge://extensions respectivly and enable to switch labelled Developer Mode. Then press the Load unpacked button and select the above mentioned folder.
Usage
To use the extension you need to create an atlassian API-Token. Enter this and your accounts E-Mail in the settings dialog that pops up once you click on the extension icon in your brownser.
Update
To update the extension, run the following:
npm upgrade -g vertec-ticket-extractorBuild locally
Install dependencies:
pnpm installCompile typescript & generate assets:
pnpm build