@@ -627,17 +627,18 @@ func (f *TargetFactory) CreateJiraTarget(config, parent *targetconfig.Config[v1a
627627 ResultFilter : f .createResultFilter (config .Filter , config .MinimumSeverity , config .Sources ),
628628 ReportFilter : createReportFilter (config .Filter ),
629629 },
630- Host : config .Config .Host ,
631- Username : config .Config .Username ,
632- Password : config .Config .Password ,
633- APIToken : config .Config .APIToken ,
634- ProjectKey : config .Config .ProjectKey ,
635- IssueType : config .Config .IssueType ,
636- Components : config .Config .Components ,
637- SkipTLS : config .Config .SkipTLS ,
638- Certificate : config .Config .Certificate ,
639- CustomFields : config .CustomFields ,
640- HTTPClient : http .NewClient (config .Config .Certificate , config .Config .SkipTLS ),
630+ Host : config .Config .Host ,
631+ Username : config .Config .Username ,
632+ Password : config .Config .Password ,
633+ APIToken : config .Config .APIToken ,
634+ ProjectKey : config .Config .ProjectKey ,
635+ IssueType : config .Config .IssueType ,
636+ Components : config .Config .Components ,
637+ SummaryTemplate : config .Config .SummaryTemplate ,
638+ SkipTLS : config .Config .SkipTLS ,
639+ Certificate : config .Config .Certificate ,
640+ CustomFields : config .CustomFields ,
641+ HTTPClient : http .NewClient (config .Config .Certificate , config .Config .SkipTLS ),
641642 })
642643 if err != nil {
643644 zap .S ().Errorf ("failed to create Jira client: %v" , err )
0 commit comments