Skip to content

Instantly share code, notes, and snippets.

@palashkulsh
Last active August 13, 2019 08:13
Show Gist options
  • Save palashkulsh/92f799afe2b2c6410d8e0086fd3cce22 to your computer and use it in GitHub Desktop.
Save palashkulsh/92f799afe2b2c6410d8e0086fd3cce22 to your computer and use it in GitHub Desktop.
make jira jql in csv
jira jql 1300 -j 1 | jq '.[]| "\(.key),\(.fields.summary),\(.fields.status.name)"' | sed 's/"//' | csvlook -H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment