Skip to content

Commit

Permalink
fix: added missing fields to flow - severity and priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Pellegatta committed Nov 15, 2022
1 parent 9ff1924 commit 476db60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 184 deletions.
12 changes: 12 additions & 0 deletions force-app/main/default/flows/ClaytonDiffScan.flow-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -451,12 +451,24 @@
<elementReference>Create_Static_Code_Analysis_Violations.commentx5fbody</elementReference>
</value>
</inputAssignments>
<inputAssignments>
<field>copado__Priority__c</field>
<value>
<elementReference>IssuePriority</elementReference>
</value>
</inputAssignments>
<inputAssignments>
<field>copado__Rule__c</field>
<value>
<elementReference>Create_Static_Code_Analysis_Violations.name</elementReference>
</value>
</inputAssignments>
<inputAssignments>
<field>copado__Severity__c</field>
<value>
<elementReference>IssueSeverity</elementReference>
</value>
</inputAssignments>
<inputAssignments>
<field>copado__Static_Code_Analysis_Result__c</field>
<value>
Expand Down

This file was deleted.

0 comments on commit 476db60

Please sign in to comment.