Skip to content

Commit

Permalink
Merge pull request #291 from newscorp-ghfb/bug/PE-8122
Browse files Browse the repository at this point in the history
PE-8122: Set default Jira ticket to Story
  • Loading branch information
morganschoen authored Dec 3, 2024
2 parents 7d24ade + 64428dc commit 4d825ae
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 4d825ae

Please sign in to comment.