mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
dont default issuetype unless it is a require param, otherwise "ls" is restricted
This commit is contained in:
@@ -128,9 +128,6 @@ Command Options:
|
||||
if _, ok := opts["user"]; !ok {
|
||||
opts["user"] = user
|
||||
}
|
||||
if _, ok := opts["issuetype"]; !ok {
|
||||
opts["issuetype"] = "Bug"
|
||||
}
|
||||
if _, ok := opts["directory"]; !ok {
|
||||
opts["directory"] = fmt.Sprintf("%s/.jira.d/templates", home)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user