Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
customfield_11100 32624
-
EPAM BatchLoader Sprint 34
-
0.5
-
Folijet
Description
The root cause of this is JSON structure.
Currently server accepts:
{ addedRelations: [{ masterProfileId: "MASTER UUID", masterProfileType: "MASTER_PROFILE_TYPE", detailProfileId: "DETAIL UUID", detailProfileType: "DETAIL_PROFILE_TYPE", reactTo: "NON-MATCH" }] }
But we need:
{ addedRelations: [{ masterProfileId: "MASTER UUID", masterProfileType: "MASTER_PROFILE_TYPE", detailProfileId: "DETAIL UUID", detailProfileType: "DETAIL_PROFILE_TYPE", reactTo: "NON_MATCH" }] }
TestRail: Results
Attachments
Issue Links
- defines
-
UIDATIMP-342 Create complete Job Profiles creation/save process
-
- Closed
-
-
UXPROD-2208 Remaining Job and Match profile work, part 3
-
- Closed
-