From fb7924320a6623a4dfb81577bd09d9edfbb4de1a Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Fri, 20 Sep 2024 11:47:35 +0200 Subject: [PATCH] Fix report link mtaAnalysisResultURL Signed-off-by: gabriel-farache --- mta-v7.x/mta.sw.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mta-v7.x/mta.sw.yaml b/mta-v7.x/mta.sw.yaml index bb7eecd8..7a3470f9 100644 --- a/mta-v7.x/mta.sw.yaml +++ b/mta-v7.x/mta.sw.yaml @@ -414,7 +414,7 @@ states: - name: report type: operation stateDataFilter: - output: '{recipients: .recipients, mtaAnalysisResultURL: ($SECRET.mta.url + "/hub/applications/" + (.application.id|tostring) + "/bucket/windup/report/"), migrationWaveJiraTicketURL: .migrationWaveJiraTicket.link, repositoryURL: .repositoryURL, workflowOptions: {migrationOptions: [{id: "m2k", name: "Move2Kube workflow"}]}}' + output: '{recipients: .recipients, mtaAnalysisResultURL: ($SECRET.mta.url + "/hub/applications/" + (.application.id|tostring) + "/analysis/report"), migrationWaveJiraTicketURL: .migrationWaveJiraTicket.link, repositoryURL: .repositoryURL, workflowOptions: {migrationOptions: [{id: "m2k", name: "Move2Kube workflow"}]}}' end: true - name: NotifyMandatoriesIncidentsInApplication type: operation