-
Type:
New Feature
-
Status: Done
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: CBAT Offer Letter - Fall
-
Labels:None
-
Company:All Clients/Multiple Clients
-
Epic Link:
Create API to Sync CBATS Fields with DMS Fields
Sync company custom fields into DMS Custom fields (Insert / Update / Delete)
- relates to
-
DMS-1543 CBAT: Custom Fields on Create Template
-
- Done
-
-
DMS-1544 CBAT: API Create document API (CBAT Id Changes for Fields)
-
- Done
-
-
DMS-1545 CBAT: Show custom fields data on document preview
-
- Done
-
-
DMS-1624 DMS | Preprod | Custom Field Mapping HTML
-
- Done
-
-
DMS-1375 CBATS : ATS Custom Fields in DMS
-
- Done
-
-
DMS-1534 CBAT Pre Seeding - Standard and Custom Fields
-
- Done
-
Field | Original Value | New Value |
---|---|---|
Fix Version/s | CBAT Offer Letter - Fall [ 10607 ] |
Sprint | DMS - Fall Sprint 6 [ 165 ] |
Remaining Estimate | 24h [ 86400 ] | |
Original Estimate | 24h [ 86400 ] |
Assignee | Samir [ samir ] | Rohan J Khandave [ rohan.khandave ] |
Remaining Estimate | 24h [ 86400 ] | 0h [ 0 ] |
Original Estimate | 24h [ 86400 ] | 40h [ 144000 ] |
Time Spent | 3h [ 10800 ] | |
Worklog Id | 184880 [ 184880 ] |
Status | To Do [ 10000 ] | In Progress [ 3 ] |
-
- Time Spent:
- 5.5h
-
Analysis & Code changes
Time Spent | 3h [ 10800 ] | 8.5h [ 30600 ] |
Worklog Id | 185094 [ 185094 ] |
Time Spent | 8.5h [ 30600 ] | 12.5h [ 45000 ] |
Worklog Id | 185327 [ 185327 ] |
Time Spent | 12.5h [ 45000 ] | 16.5h [ 59400 ] |
Worklog Id | 186091 [ 186091 ] |
Time Spent | 16.5h [ 59400 ] | 20.5h [ 73800 ] |
Worklog Id | 186092 [ 186092 ] |
-
- Time Spent:
- 3h
-
Custom fields : analysis , coding.
Time Spent | 20.5h [ 73800 ] | 23.5h [ 84600 ] |
Worklog Id | 186095 [ 186095 ] |
-
- Time Spent:
- 5h
-
Coding & Testing
Time Spent | 23.5h [ 84600 ] | 27.5h [ 99000 ] |
Worklog Id | 186283 [ 186283 ] |
Time Spent | 27.5h [ 99000 ] | 28.5h [ 102600 ] |
Worklog Id | 186283 [ 186283 ] |
-
- Time Spent:
- 7h
-
Integration
Script creation
Validation
Unit testing
-
- Time Spent:
- 3h
-
Integration
Script checking
Time Spent | 28.5h [ 102600 ] | 35.5h [ 127800 ] |
Worklog Id | 186742 [ 186742 ] |
Time Spent | 35.5h [ 127800 ] | 38.5h [ 138600 ] |
Worklog Id | 186745 [ 186745 ] |
Status | In Progress [ 3 ] | Code Review [ 11801 ] |
Status | Code Review [ 11801 ] | In QA Testing [ 11901 ] |
Assignee | Rohan J Khandave [ rohan.khandave ] | Samir [ samir ] |
Sprint | DMS - Fall Sprint 6 [ 165 ] | DMS - Fall Sprint 6, DMS - Fall Sprint 7 [ 165, 166 ] |
-
- Time Spent:
- 5h
-
APi testing and test case writing
Attachment | Candidate Fields Data.txt [ 112047 ] |
Attachment | requisition.json [ 112048 ] |
Assignee | Samir [ samir ] | Priya Dhamande [ priya.dhamande ] |
Resolution | Done [ 10000 ] | |
Status | In QA Testing [ 11901 ] | Done [ 10001 ] |
Assignee | Priya Dhamande [ priya.dhamande ] | Robert Malony [ robert.malony ] |
Attachment | Testcases -DMS-1542.xls [ 112157 ] |
Time Spent | 38.5h [ 138600 ] | 41.5h [ 149400 ] |
Worklog Id | 187438 [ 187438 ] |
Time Spent | 41.5h [ 149400 ] | 43.5h [ 156600 ] |
Worklog Id | 187438 [ 187438 ] |
Transition | Time In Source Status | Execution Times |
---|
|
3d 21h 17m | 1 |
|
13d 1h 7m | 1 |
|
1h 14m | 1 |
|
2d 1h 44m | 1 |
POST URL : POST URL : /api/manageCustomFields/
{SourceProduct}Payload :
{
{ "id": "string", "type": "string", "custom": true, "label": "string", "mandatory": true, "section": "string", "multiple": true }"candidateFields": [
],
{ "id": "string", "type": "string", "custom": true, "label": "string", "mandatory": true, "section": "string", "multiple": true }"assignmentFields": [
]
}
Out Put :
{ "notAddedCandidateFields": [ ], "notAddedAssignmentFields": [ ], "message": "Rest of fields are sync up in dms system." }