Details

    • Type: New Feature
    • Status: Done
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: Integration with CBAT
    • Labels:
      None

      Description

      API for getting the document history

      API Library

        Attachments

          Issue Links

            Activity

            shashikant.mishra ShashiKant Mishra (Inactive) created issue -
            shashikant.mishra ShashiKant Mishra (Inactive) made changes -
            Field Original Value New Value
            Epic Link DMS-473 [ 75966 ]
            swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
            Summary Getting Document History API Getting Document statuses API
            swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
            Summary Getting Document statuses API Getting Document status API
            samir Samir made changes -
            Description API for getting the document history API for getting the document history

            [link title|https://careerbuilder.atlassian.net/wiki/spaces/HCM/pages/369033632/DMS+API+Library]
            samir Samir made changes -
            Description API for getting the document history

            [link title|https://careerbuilder.atlassian.net/wiki/spaces/HCM/pages/369033632/DMS+API+Library]
            API for getting the document history

            [API Library|https://careerbuilder.atlassian.net/wiki/spaces/HCM/pages/369033632/DMS+API+Library]
            shashikant.mishra ShashiKant Mishra (Inactive) made changes -
            Sprint DMS - Sprint 2 [ 150 ]
            shashikant.mishra ShashiKant Mishra (Inactive) made changes -
            Assignee Samir [ samir ] Rohan J Khandave [ rohan.khandave ]
            shashikant.mishra ShashiKant Mishra (Inactive) made changes -
            Remaining Estimate 40h [ 144000 ] 32h [ 115200 ]
            Original Estimate 40h [ 144000 ] 32h [ 115200 ]
            rohan.khandave Rohan J Khandave (Inactive) made changes -
            Status To Do [ 10000 ] In Progress [ 3 ]
            rohan.khandave Rohan J Khandave (Inactive) logged work - 04/Feb/19 11:38 PM
            • Time Spent:
              6h
               

              Analysis , Coding

            rohan.khandave Rohan J Khandave (Inactive) logged work - 05/Feb/19 11:39 PM
            • Time Spent:
              6h
               

              Coding

            rohan.khandave Rohan J Khandave (Inactive) logged work - 06/Feb/19 11:39 PM
            • Time Spent:
              6h
               

              Coding

            rohan.khandave Rohan J Khandave (Inactive) logged work - 07/Feb/19 11:39 AM
            • Time Spent:
              6h
               

              Coding

            rohan.khandave Rohan J Khandave (Inactive) made changes -
            Remaining Estimate 32h [ 115200 ] 26h [ 93600 ]
            Time Spent 6h [ 21600 ]
            Worklog Id 159824 [ 159824 ]
            rohan.khandave Rohan J Khandave (Inactive) made changes -
            Remaining Estimate 26h [ 93600 ] 20h [ 72000 ]
            Time Spent 6h [ 21600 ] 12h [ 43200 ]
            Worklog Id 159825 [ 159825 ]
            rohan.khandave Rohan J Khandave (Inactive) made changes -
            Remaining Estimate 20h [ 72000 ] 14h [ 50400 ]
            Time Spent 12h [ 43200 ] 18h [ 64800 ]
            Worklog Id 159826 [ 159826 ]
            rohan.khandave Rohan J Khandave (Inactive) made changes -
            Remaining Estimate 14h [ 50400 ] 8h [ 28800 ]
            Time Spent 18h [ 64800 ] 24h [ 86400 ]
            Worklog Id 159827 [ 159827 ]
            rohan.khandave Rohan J Khandave (Inactive) made changes -
            Remaining Estimate 8h [ 28800 ] 2h [ 7200 ]
            Time Spent 24h [ 86400 ] 30h [ 108000 ]
            Worklog Id 159828 [ 159828 ]
            rohan.khandave Rohan J Khandave (Inactive) made changes -
            Status In Progress [ 3 ] Code Review [ 11801 ]
            rohan.khandave Rohan J Khandave (Inactive) logged work - 08/Feb/19 11:40 AM
            • Time Spent:
              6h
               

              Coding ,Unit testing

            samir Samir made changes -
            Sprint DMS - Sprint 2 [ 150 ] DMS - Sprint 2, DMS - Sprint 3 [ 150, 152 ]
            Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
            Status Code Review [ 11801 ] In QA Testing [ 11901 ]
            Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
            Assignee Rohan J Khandave [ rohan.khandave ] Jayshree Nagpure [ jayshree.nagpure ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Link This issue relates to DMS-770 [ DMS-770 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 12/Feb/19 04:00 AM - edited
            • Time Spent:
              2h
               

              Testing in Preproduction

            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            Verified below API request on swagger.

            Refer below mentioned status :

            /api/documents/

            {sourceProductId}/{documentId}/{personId}/LatestStatus - Pass
            /api/documents/{sourceProductId}

            /document/

            {id}/LatestStatus - Fail
            /api/documents/{sourceProductId}/person/{id}

            /LatestStatus - Pass
            /api/documents/sourceProduct/

            {id}/LatestStatus - Fail
            /api/documents/{sourceProductId}/person/{id}

            /statusHistory - Pass
            /api/documents/

            {sourceProductId}/document/{id}/statusHistory - Fail
            /api/documents/{sourceProductId}

            /person/

            {id}/statusHistory - PAss
            /api/documents/sourceProduct/{id}

            /statusHistory - Fail

            For Failed status : refer DMS-770

            Thanks,
            Jayshree

            Priya Dhamande Swapnil Pandhare Samir Sachin Hingole Hrishikesh Deshpande

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Verified below API request on swagger. Refer below mentioned status : /api/documents/ {sourceProductId}/{documentId}/{personId}/LatestStatus - Pass /api/documents/{sourceProductId} /document/ {id}/LatestStatus - Fail /api/documents/{sourceProductId}/person/{id} /LatestStatus - Pass /api/documents/sourceProduct/ {id}/LatestStatus - Fail /api/documents/{sourceProductId}/person/{id} /statusHistory - Pass /api/documents/ {sourceProductId}/document/{id}/statusHistory - Fail /api/documents/{sourceProductId} /person/ {id}/statusHistory - PAss /api/documents/sourceProduct/{id} /statusHistory - Fail For Failed status : refer DMS-770 Thanks, Jayshree Priya Dhamande Swapnil Pandhare Samir Sachin Hingole Hrishikesh Deshpande
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Remaining Estimate 2h [ 7200 ] 0h [ 0 ]
            Time Spent 30h [ 108000 ] 33.5h [ 120600 ]
            Worklog Id 160462 [ 160462 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Assignee Jayshree Nagpure [ jayshree.nagpure ] Rohan J Khandave [ rohan.khandave ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Status In QA Testing [ 11901 ] In Progress [ 3 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Remaining Estimate 0h [ 0 ] 0.5h [ 1800 ]
            Time Spent 33.5h [ 120600 ] 33h [ 118800 ]
            Worklog Id 160462 [ 160462 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Remaining Estimate 0.5h [ 1800 ] 1.5h [ 5400 ]
            Time Spent 33h [ 118800 ] 32h [ 115200 ]
            Worklog Id 160462 [ 160462 ]
            rohan.khandave Rohan J Khandave (Inactive) made changes -
            Assignee Rohan J Khandave [ rohan.khandave ] Jayshree Nagpure [ jayshree.nagpure ]
            rohan.khandave Rohan J Khandave (Inactive) made changes -
            Status In Progress [ 3 ] In QA Testing [ 11901 ]
            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            Hi Rohan J Khandave,

            While fetching status and history status details, its difficult to compare source product id with document id.
            Can you please change logic as per our current discussion.
            Assigning this ticket to you as discussed

            Thanks,
            Jayshree

            Priya Dhamande Swapnil Pandhare Samir Hrishikesh Deshpande Sachin Hingole

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Hi Rohan J Khandave , While fetching status and history status details, its difficult to compare source product id with document id. Can you please change logic as per our current discussion. Assigning this ticket to you as discussed Thanks, Jayshree Priya Dhamande Swapnil Pandhare Samir Hrishikesh Deshpande Sachin Hingole
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Status In QA Testing [ 11901 ] In Progress [ 3 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Assignee Jayshree Nagpure [ jayshree.nagpure ] Rohan J Khandave [ rohan.khandave ]
            rohan.khandave Rohan J Khandave (Inactive) made changes -
            Status In Progress [ 3 ] Code Review [ 11801 ]
            Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
            Status Code Review [ 11801 ] In QA Testing [ 11901 ]
            Raj.Hawaldar Raj Hawaldar (Inactive) made changes -
            Assignee Rohan J Khandave [ rohan.khandave ] Jayshree Nagpure [ jayshree.nagpure ]
            swapnil.pandhare Swapnil Pandhare (Inactive) made changes -
            Sprint DMS - Sprint 2, DMS - Sprint 3 [ 150, 152 ] DMS - Sprint 2, DMS - Sprint 3, DMS - Sprint 4 [ 150, 152, 153 ]
            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - - edited

            Verified on preproduction

            Verified below API for document status.
            All are working fine

            1. /api/documents/

            {sourceProduct}/{documentId}/{personId}/LatestStatus
            2. /api/documents/{sourceProduct}

            /document/

            {id}/LatestStatus
            3. /api/documents/{sourceProduct}/person/{id}

            /LatestStatus
            4. /api/documents/sourceProduct/

            {id}/LatestStatus
            5. /api/documents/{sourceProduct}/{documentId}/{personId}/statusHistory
            6. /api/documents/{sourceProduct}/document/{id}

            /statusHistory
            7. /api/documents/

            {sourceProduct}

            /person/

            {id}/statusHistory
            8. /api/documents/sourceProduct/{id}

            /statusHistory

            Closing this ticket

            Thanks,
            Jayshree

            Priya Dhamande Swapnil Pandhare Sachin Hingole Hrishikesh Deshpande Satya Samir

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - - edited Verified on preproduction Verified below API for document status. All are working fine 1. /api/documents/ {sourceProduct}/{documentId}/{personId}/LatestStatus 2. /api/documents/{sourceProduct} /document/ {id}/LatestStatus 3. /api/documents/{sourceProduct}/person/{id} /LatestStatus 4. /api/documents/sourceProduct/ {id}/LatestStatus 5. /api/documents/{sourceProduct}/{documentId}/{personId}/statusHistory 6. /api/documents/{sourceProduct}/document/{id} /statusHistory 7. /api/documents/ {sourceProduct} /person/ {id}/statusHistory 8. /api/documents/sourceProduct/{id} /statusHistory Closing this ticket Thanks, Jayshree Priya Dhamande Swapnil Pandhare Sachin Hingole Hrishikesh Deshpande Satya Samir
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 25/Feb/19 03:55 AM
            • Time Spent:
              2h
               
              <No comment>
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status In QA Testing [ 11901 ] Done [ 10001 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Remaining Estimate 1.5h [ 5400 ] 0h [ 0 ]
            Time Spent 32h [ 115200 ] 34h [ 122400 ]
            Worklog Id 163053 [ 163053 ]
            priya.dhamande Priya Dhamande (Inactive) made changes -
            Assignee Jayshree Nagpure [ jayshree.nagpure ] Rohan J Khandave [ rohan.khandave ]
            Transition Time In Source Status Execution Times
            Rohan J Khandave (Inactive) made transition -
            To Do In Progress
            24d 20h 51m 1
            Rohan J Khandave (Inactive) made transition -
            In Progress In QA Testing
            1d 18h 22m 1
            Jayshree Nagpure (Inactive) made transition -
            In QA Testing In Progress
            1d 4h 40m 2
            Rohan J Khandave (Inactive) made transition -
            In Progress Code Review
            7d 18h 45m 2
            Raj Hawaldar (Inactive) made transition -
            Code Review In QA Testing
            3d 1h 54m 2
            Jayshree Nagpure (Inactive) made transition -
            In QA Testing Done
            7d 2h 23m 1

              People

              Assignee:
              rohan.khandave Rohan J Khandave (Inactive)
              Reporter:
              shashikant.mishra ShashiKant Mishra (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 32h Original Estimate - 32h
                  32h
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 34h
                  34h