Skip to content

Commit

Permalink
Merge pull request #4 from spaceheroes/feature/missing-priority-severity
Browse files Browse the repository at this point in the history
Added missing fields to flow - severity and priority
  • Loading branch information
andrea-pellegatta authored Nov 15, 2022
2 parents 9ff1924 + 576aec3 commit 4473aa9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 187 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
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<assignToReference>BaseBranch</assignToReference>
<operator>Assign</operator>
<value>
<stringValue>feature/{!Get_User_Story.Name}</stringValue>
<elementReference>Get_User_Story.copado__View_in_Git__c</elementReference>
</value>
</assignmentItems>
</assignments>
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"path": "force-app",
"default": true,
"package": "Clayton for Copado",
"versionName": "Version 1.6.1",
"versionNumber": "1.6.1.NEXT",
"versionName": "Version 1.6.2",
"versionNumber": "1.6.2.NEXT",
"dependencies": [
{
"package": "Copado Deployer@17.8.0.0"
Expand Down

0 comments on commit 4473aa9

Please sign in to comment.