Skip to main content

Issues

Commands for managing issues.

Getting Help

For global help on issue commands:

imerit issue --help

For specific help on an issue command:

imerit issue [command] --help

List Issues

imerit issue list --project-id <id-of-project>

Lists issues in a project

Options

NameShortDescriptionRequired
--project-id-pThe project IDYes

Create an Issue

imerit issue create --project-id <id-of-project> --title <title-of-issue> --description <description-of-issue> --category <category-of-issue> --screenshot <path-to-screenshot>

Creates an issue in a project

Options

NameShortDescriptionRequired
--project-id-pThe project IDYes
--title-tThe issue titleYes
--description-dThe issue descriptionYes
--category-cThe category of the issueYes
--screenshot-sThe path to the screenshotYes