add "blockerType" config param, for issueLinkType use for "blocks" command

This commit is contained in:
Cory Bennett
2016-08-09 23:09:31 -07:00
parent a823c59af1
commit 30fd301a61
+1 -1
View File
@@ -391,7 +391,7 @@ func (c *Cli) CmdBlocks(blocker string, issue string) error {
json, err := jsonEncode(map[string]interface{}{
"type": map[string]string{
"name": "Depends", // TODO This is probably not constant across Jira installs
"name": c.GetOptString("blockerType", "Blocks"),
},
"inwardIssue": map[string]string{
"key": issue,