Index: Leahi/Jira/Jira_Create_Story.sh =================================================================== diff -u -r75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f -r586cbd6b839a35631dd6cc9acce6b3fd7217fd71 --- Leahi/Jira/Jira_Create_Story.sh (.../Jira_Create_Story.sh) (revision 75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f) +++ Leahi/Jira/Jira_Create_Story.sh (.../Jira_Create_Story.sh) (revision 586cbd6b839a35631dd6cc9acce6b3fd7217fd71) @@ -408,7 +408,7 @@ -u "$JIRA_USER:$JIRA_API_TOKEN" \ -H "Content-Type: application/json" \ "$JIRA_BASE_URL/rest/api/3/project/$1" \ - | jq -r '.issueTypes[] | "\(.id) : \(.name)"' \ + | jq -r '.issueTypes[]' \ )" local RESULT=$? echo "$RESPONSE"