`jira issue create` not interactive by default
JosXa opened this issue · 2 comments
JosXa commented
Describe the bug
On Windows PowerShell:
.\jira.exe issues create
✗ Params `--summary` and `--type` is mandatory when using a non-interactive mode
I was expecting to see an interactive CLI when not using any parameters as indicated by the README.
Please provide following details
- JiraCLI Version:
(Version="1.5.1", GitCommit="0e0f82d52ef5a775d2cc662fbe38d9732b9b5c59", CommitDate="2024-01-20T10:48:06+00:00", GoVersion="go1.21.5", Compiler="gc", Platform="windows/amd64")
- Are you using Jira cloud or on-premise jira server?
SERVER INFO
-----------
Version: 1001.0.0-SNAPSHOT
Build Number: 100251
Deployment Type: Cloud
Default Locale: en_US
- What operating system are you using? Also mention version.
Windows 10, Version 10.0.19045 Build 19045
- What terminal are you using? Also mention version.
Windows Terminal
To Reproduce
Steps to reproduce the behavior:
- Download release
- Open powershell in bin folder
- Execute
.\jira.exe issue create
Expected behavior
An interactive CLI
beatbrot commented