Skip to content

Commit

Permalink
Update create-jira-tickets.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jca27 authored Jan 13, 2025
1 parent a7fb1d7 commit f74b5ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create-jira-tickets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ fi

# # Iterate through each group and create a Jira ticket
jq -c '.[]' grouped_alerts.json | while read -r group; do
echo "$group" | jq -r '.severity'
echo "$group"
exit 1
# severity=$(echo "$group" | jq -r '.severity' | tr '[:lower:]' '[:upper:]')
# severity_alerts=$(echo "$group" | jq -c '.alerts')
# priority="None"
Expand Down

0 comments on commit f74b5ce

Please sign in to comment.