We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cb5dc commit 57ef8d2Copy full SHA for 57ef8d2
.functions
@@ -435,7 +435,7 @@ broxy-grab() {
435
436
# via https://crates.io/crates/jira-terminal
437
jira-set() {
438
- jira-terminal list -p ENOPS -S "In Progress" -a "Eirik Albrigtsen" -J \
+ jira-terminal list -p ENOPS -S "In Progress" -a "clux" -J \
439
| jq '.[] | .key + " :: " + .summary' -r \
440
| fzf --header="Enter:set, F3:open, F4:risk" \
441
--bind="f4:execute(jira-terminal update -f risk -v Low {1})" \
0 commit comments