______ _       ___   _   _  _   _  _____ _____ 
| ___ \ |     / _ \ | \ | || \ | ||  ___|_   _|
| |_/ / |    / /_\ \|  \| ||  \| || |__   | |  
|  __/| |    |  _  || . ` || . ` ||  __|  | |  
| |   | |____| | | || |\  || |\  || |___  | |  
\_|   \_____/\_| |_/\_| \_/\_| \_/\____/  \_/  

Say goodbye to untracked side quests


Plannet is an open-source command line tool that helps you manage and create tickets in popular management tools such as Jira and Azure DevOps_


$ Features:

  • • Create and manage tickets directly from your terminal
  • • Seamless integration with Jira and Azure DevOps
  • • Simple and intuitive CLI commands
  • • Open source and community-driven

$ Installation:

npm install -g plannet-cli

Or clone from GitHub and install locally:

git clone https://github.com/plannet-ai/plannet.git cd plannet npm install npm link

$ Usage:

# Create a new ticket plannet new "Issue Title" --project=PROJECT_KEY --description="Issue description" # List tickets plannet list --project=PROJECT_KEY # Close a ticket plannet close ISSUE_ID

For detailed documentation and usage examples, visit theGitHub repository.


Start managing your tickets directly from the CLI with Plannet!