File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727if [ " $DRY_RUN " = " true" ]; then
2828 echo " === DRY RUN MODE ==="
2929 echo " Would create Jira ticket with:"
30- echo " Summary: Warning-level IPA violations found - $WARNING_COUNT violations "
30+ echo " Summary: Warning-level IPA violations found"
3131 echo " Description:"
3232 echo " Warning-level violations were found during IPA validation. Please review and add exceptions if valid, or address false positives.
3333
@@ -71,7 +71,7 @@ TICKET_RESPONSE=$(curl -s -X POST -H "Authorization: Bearer $JIRA_API_TOKEN" \
7171 -d " {
7272 \" fields\" : {
7373 \" project\" : {\" key\" : \" CLOUDP\" },
74- \" summary\" : \" Warning-level IPA violations found - $WARNING_COUNT violations \" ,
74+ \" summary\" : \" Warning-level IPA violations found\" ,
7575 \" description\" : \" $DESCRIPTION \" ,
7676 \" issuetype\" : {\" name\" : \" Task\" },
7777 \" assignee\" : {\" id\" : \" $TEAM_ID \" }
You can’t perform that action at this time.
0 commit comments