Skip to content

Commit

Permalink
Merge pull request #47 from newscorp-ghfb/bug/PE-8122_fixc_nca_jira
Browse files Browse the repository at this point in the history
PE-8122: Update jira_delivery.py to make default issue type Story
  • Loading branch information
morganschoen authored Dec 3, 2024
2 parents 08c33fd + a65eaf9 commit 7c34bbf
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 7c34bbf

Please sign in to comment.