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
Name | Short | Description | Required |
---|---|---|---|
--project-id | -p | The project ID | Yes |
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
Name | Short | Description | Required |
---|---|---|---|
--project-id | -p | The project ID | Yes |
--title | -t | The issue title | Yes |
--description | -d | The issue description | Yes |
--category | -c | The category of the issue | Yes |
--screenshot | -s | The path to the screenshot | Yes |