mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-13 17:32:53 +00:00
fix: severity on incident POST creation (#20881)
This commit is contained in:
parent
49cbcfb73b
commit
94728cb689
@ -23,6 +23,7 @@ public class TestCaseResolutionStatusMapper
|
|||||||
.withTestCaseResolutionStatusDetails(create.getTestCaseResolutionStatusDetails())
|
.withTestCaseResolutionStatusDetails(create.getTestCaseResolutionStatusDetails())
|
||||||
.withUpdatedBy(userEntity.getEntityReference())
|
.withUpdatedBy(userEntity.getEntityReference())
|
||||||
.withUpdatedAt(System.currentTimeMillis())
|
.withUpdatedAt(System.currentTimeMillis())
|
||||||
.withTestCaseReference(testCaseEntity.getEntityReference());
|
.withTestCaseReference(testCaseEntity.getEntityReference())
|
||||||
|
.withSeverity(create.getSeverity());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user