Skip to content

Instantly share code, notes, and snippets.

@DineshSolanki
Created June 6, 2021 14:55
Show Gist options
  • Save DineshSolanki/c5c436dbf2a1a8ce48f9a26ca978263e to your computer and use it in GitHub Desktop.
Save DineshSolanki/c5c436dbf2a1a8ce48f9a26ca978263e to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ $# -eq 0 ]; then
echo "No jira id provided"
exit 1
fi
nohup xdg-open http://jira.yourdomain.com/browse/${1}
#usage - openJira.sh jiraid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment