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
Oh My Zsh
Commits
1e991686
"fs/vscode:/vscode.git/clone" did not exist on "3d06348e971b08ffd81e58ad528e357d19cd1703"
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 () {
...
@@ -76,24 +76,24 @@ jira_name () {
}
}
jira_query
()
{
jira_query
()
{
verb
=
"
$1
"
verb
=
"
$1
"
if
[[
"
${
verb
}
"
=
"reported"
]]
;
then
if
[[
"
${
verb
}
"
=
"reported"
]]
;
then
lookup
=
reporter
lookup
=
reporter
preposition
=
by
preposition
=
by
elif
[[
"
${
verb
}
"
=
"assigned"
]]
;
then
elif
[[
"
${
verb
}
"
=
"assigned"
]]
;
then
lookup
=
assignee
lookup
=
assignee
preposition
=
to
preposition
=
to
else
else
echo
"not a valid lookup
$verb
"
echo
"not a valid lookup
$verb
"
return
1
return
1
fi
fi
shift
1
shift
1
jira_name
$@
jira_name
$@
if
[[
$?
=
1
]]
;
then
if
[[
$?
=
1
]]
;
then
return
1
return
1
fi
fi
echo
"Browsing issues
${
verb
}
${
preposition
}
${
jira_name
}
"
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"
$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'
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