Skip to content

Commit

Permalink
Add example of setting a Pool Tem
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaarreell committed Oct 10, 2024
1 parent f4c4ebf commit e6758aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion newa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,9 @@ def create_issue(self,
fields={
"labels": [
*jira_issue.fields.labels,
IssueHandler.newa_label]})
IssueHandler.newa_label],
#IssueHandler.field_map["Pool Team"].id_: [{"value": "sst_security_special_projects"}],
})
return Issue(jira_issue.key,
group=self.group,
summary=summary,
Expand Down

0 comments on commit e6758aa

Please sign in to comment.