go-jira / jira

simple jira command line client in Go
Apache License 2.0
2.66k stars 323 forks source link

config.yml case sensitivity #470

Open Comradin opened 1 year ago

Comradin commented 1 year ago

Hello,

my ./.jira.d/config.yml contains a project: line and by accident I wrote the project name in lower case letters.

While lower case letters work with "jira list" it failes when I issue a "jira create" command with the following error message:

ERROR Invalid Usage: project abc and IssueType Task not found

After correcting the lower case letters to uppper case letters the command works.