Skip to content

Commit

Permalink
PE-8122: Set default Jira ticket to Story
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgeef authored Dec 3, 2024
1 parent 7d24ade commit 64428dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/c7n_mailer/c7n_mailer/jira_delivery.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def process(self, message, jira_messages):
"slack_default",
self.config["templates_folders"],
),
"issuetype": {"name": jira_conf.get("issuetype", "Task")},
"issuetype": {"name": jira_conf.get("issuetype", "Story")},
"priority": {"name": jira_conf.get("priority", "Medium")},
}
)
Expand Down

0 comments on commit 64428dc

Please sign in to comment.