Last active
August 13, 2019 08:13
-
-
Save palashkulsh/92f799afe2b2c6410d8e0086fd3cce22 to your computer and use it in GitHub Desktop.
make jira jql in csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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