Skip to content

Instantly share code, notes, and snippets.

@seletskiy
Created December 22, 2014 10:52
Show Gist options
  • Select an option

  • Save seletskiy/a21bd02451a917e79f86 to your computer and use it in GitHub Desktop.

Select an option

Save seletskiy/a21bd02451a917e79f86 to your computer and use it in GitHub Desktop.
jira-now
#!/bin/bash
http -a"$2:$3" http://jira.rn/rest/api/2/search\?jql\="labels in (jwh:$2:in-work)" \
| jq '.issues[0].key' \
| sed -res#^#$1browse/# \
| xargs -n1 xdg-open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment