Skip to content

Commit

Permalink
Use validation result validation_url
Browse files Browse the repository at this point in the history
  • Loading branch information
tobigremmer-dt committed Oct 6, 2023
1 parent f050217 commit abdc183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"method": "POST",
"url": "{{ .gitlab_url }}/api/v4/projects/{{`{{`}} result(\"identify_ownership\").owners[0].contactDetails | selectattr('integrationType', 'equalto', 'JIRA') | map(attribute='jira.project') | first() {{`}}`}}/issues",
"payload": "{\n \"title\": \"Site Reliability Guardian validation failed\",\n \"description\": \"For the SRG validation details, go to {{ .dt_url }}/ui/apps/dynatrace.site.reliability.guardian/analysis/{{`{{`}} result(\"evaluate_srg\").guardian_id {{`}}`}}?validationId={{`{{`}} result(\"evaluate_srg\").validation_id {{`}}`}}\"\n}"
"payload": "{\n \"title\": \"Site Reliability Guardian validation failed\",\n \"description\": \"For the SRG validation details, go to {{`{{`}} result(\"evaluate_srg\").validation_url {{`}}`}}\"\n}"
},
"name": "create_gitlab_issue",
"position": {
Expand Down

0 comments on commit abdc183

Please sign in to comment.