mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +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())
|
||||
.withUpdatedBy(userEntity.getEntityReference())
|
||||
.withUpdatedAt(System.currentTimeMillis())
|
||||
.withTestCaseReference(testCaseEntity.getEntityReference());
|
||||
.withTestCaseReference(testCaseEntity.getEntityReference())
|
||||
.withSeverity(create.getSeverity());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user