Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
1e991686
Commit
1e991686
authored
Jul 07, 2015
by
Patryk Małek
Browse files
Changing indents to be more consistent (2 spaces)
parent
88a30a3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/jira/jira.plugin.zsh
View file @
1e991686
...
...
@@ -76,24 +76,24 @@ jira_name () {
}
jira_query
()
{
verb
=
"
$1
"
if
[[
"
${
verb
}
"
=
"reported"
]]
;
then
lookup
=
reporter
preposition
=
by
elif
[[
"
${
verb
}
"
=
"assigned"
]]
;
then
lookup
=
assignee
preposition
=
to
else
echo
"not a valid lookup
$verb
"
return
1
fi
shift
1
jira_name
$@
if
[[
$?
=
1
]]
;
then
return
1
fi
echo
"Browsing issues
${
verb
}
${
preposition
}
${
jira_name
}
"
$open_cmd
"
${
jira_url
}
/secure/IssueNavigator.jspa?reset=true&jqlQuery=
${
lookup
}
+%3D+%22
${
jira_name
}
%22+AND+resolution+%3D+unresolved+ORDER+BY+priority+DESC%2C+created+ASC"
verb
=
"
$1
"
if
[[
"
${
verb
}
"
=
"reported"
]]
;
then
lookup
=
reporter
preposition
=
by
elif
[[
"
${
verb
}
"
=
"assigned"
]]
;
then
lookup
=
assignee
preposition
=
to
else
echo
"not a valid lookup
$verb
"
return
1
fi
shift
1
jira_name
$@
if
[[
$?
=
1
]]
;
then
return
1
fi
echo
"Browsing issues
${
verb
}
${
preposition
}
${
jira_name
}
"
$open_cmd
"
${
jira_url
}
/secure/IssueNavigator.jspa?reset=true&jqlQuery=
${
lookup
}
+%3D+%22
${
jira_name
}
%22+AND+resolution+%3D+unresolved+ORDER+BY+priority+DESC%2C+created+ASC"
}
alias
jira
=
'open_jira_issue'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment