@sdinteractive/connectwise-workplan
v2.0.0
Published
Synchronization app for workplans in ConnectWise.
Downloads
1
Keywords
Readme
ConnectWise Workplanning CLI Tools
A CLI node app for synchronizing JSON workplanning files to ConnectWise.
Commands
Note that the commands offer an CLI. 🤓
| Command | Purpose |
| :------------------- | :----------------- |
| yarn createjs [--project="Kravet"] [--phase="Sprint 2"] [--create-phase]
| Create Tickets or Phases
| yarn apply
| Apply Workplan to a Project
REST Configuration
- Copy
config.json.sample
toconfig.json
. - In ConnectWise, go to My Account (normally via your name in top right.)
- Select the API Keys tab. You may need to click the gear icon to make it visible.
- Add a new entry using the + or Add button, enter any Description, and save.
- Copy the generated public key and private key to the corresponding fields in
config.json
.