Uploaded image for project: 'WORKTERRA'
  1. WORKTERRA
  2. WT-7604

Server Error while exporting Group Template Name CAISO_CEREDIAN

    Details

    • Type: Change Request
    • Status: Closed
    • Priority: High
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: BenAdmin
    • Labels:
      None
    • Module:
      BenAdmin - Export
    • Reported by:
      Harbinger
    • Company:
      CAISO
    • Item State:
      Production Complete - Closed

      Description

      Error Log:
      Dear User,
      Following Are Error Logged While Exporting Data.
      Group Template Name: CAISO_CEREDIAN
      Company Name: CAISO
      Company Level Template Name: New_CAISO EDeduct Payroll Flex Pre Tax Employee Limit_UPDATED
      ErrorMessage: Error converting data type varchar to bigint.

        Attachments

          Issue Links

            Activity

            rakesh.shahane Rakesh Shahane (Inactive) created issue -
            rakesh.shahane Rakesh Shahane (Inactive) made changes -
            Field Original Value New Value
            Assignee Vijay Siddha [ vijays ] Rakesh Shahane [ rakesh.shahane ]
            rakesh.shahane Rakesh Shahane (Inactive) made changes -
            Status Open [ 1 ] In Progress [ 3 ]
            rakesh.shahane Rakesh Shahane (Inactive) logged work - 06/Jan/17 02:28 PM
            • Time Spent:
              7h
               
              <No comment>
            rakesh.shahane Rakesh Shahane (Inactive) made changes -
            Remaining Estimate 7h [ 25200 ]
            Original Estimate 7h [ 25200 ]
            rakesh.shahane Rakesh Shahane (Inactive) made changes -
            Remaining Estimate 7h [ 25200 ] 0h [ 0 ]
            Time Spent 7h [ 25200 ]
            Worklog Id 17916 [ 17916 ]
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) logged work - 10/Jan/17 01:12 PM
            • Time Spent:
              1h
               
              <No comment>
            rakesh.shahane Rakesh Shahane (Inactive) logged work - 10/Jan/17 03:01 PM
            • Time Spent:
              1.5h
               
              <No comment>
            rakesh.shahane Rakesh Shahane (Inactive) made changes -
            Time Spent 7h [ 25200 ] 8.5h [ 30600 ]
            Worklog Id 18334 [ 18334 ]
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) made changes -
            Time Spent 8.5h [ 30600 ] 9.5h [ 34200 ]
            Worklog Id 18562 [ 18562 ]
            rakesh.shahane Rakesh Shahane (Inactive) made changes -
            Assignee Rakesh Shahane [ rakesh.shahane ] Vinayak Kulkarni [ vinayak.kulkarni ]
            Hide
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) added a comment -

            Hi Rajendra, Please check this.

            Show
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) added a comment - Hi Rajendra, Please check this.
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) made changes -
            Assignee Vinayak Kulkarni [ vinayak.kulkarni ] Rajendra Pawar [ rajendra.pawar ]
            rajendra.pawar Rajendra Pawar (Inactive) logged work - 17/Jan/17 02:47 PM
            • Time Spent:
              2h
               
              <No comment>
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Time Spent 9.5h [ 34200 ] 11.5h [ 41400 ]
            Worklog Id 19607 [ 19607 ]
            Hide
            rajendra.pawar Rajendra Pawar (Inactive) added a comment -

            Checked this yesterday, But effective date service only inserting dead enrollments, not inserting new entry for coverage.

            Show
            rajendra.pawar Rajendra Pawar (Inactive) added a comment - Checked this yesterday, But effective date service only inserting dead enrollments, not inserting new entry for coverage.
            Hide
            rajendra.pawar Rajendra Pawar (Inactive) added a comment -

            Modified dead enrollment check and enrollment and coverage is moving to main table .. needs to check export file.

            Show
            rajendra.pawar Rajendra Pawar (Inactive) added a comment - Modified dead enrollment check and enrollment and coverage is moving to main table .. needs to check export file.
            rajendra.pawar Rajendra Pawar (Inactive) logged work - 20/Jan/17 01:49 PM
            • Time Spent:
              3h
               
              <No comment>
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Time Spent 11.5h [ 41400 ] 14.5h [ 52200 ]
            Worklog Id 20426 [ 20426 ]
            satyap Satya made changes -
            Component/s BenAdmin [ 10000 ]
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) logged work - 09/Feb/17 01:09 PM
            • Time Spent:
              1h
               
              <No comment>
            rajendra.pawar Rajendra Pawar (Inactive) logged work - 09/Feb/17 02:23 PM
            • Time Spent:
              6h
               

              Did analysis for valid dead enrollment ids udf OES_UDF_Export_GetExportedDeadEnrollmentIDs and identified the change to do.

            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Time Spent 14.5h [ 52200 ] 20.5h [ 73800 ]
            Worklog Id 24134 [ 24134 ]
            Hide
            rajendra.pawar Rajendra Pawar (Inactive) added a comment -

            Below are the 3C's.

            Concern : Error Logged While Exporting feed Data.

            Cause : The thing is, there was future election and that were sent on file as active previously. After that election got dead. When effective date service runs, then this is not considering dead enrollments for move operation. so dead enrollment remains in intermediate table. After that when feed runs, it checks that dead enrollment in main table. but it is actually in interminable. Export is looking in main table because effective date is less than current date. So this is causing failures in export.

            Correction : To handle such failures we need to move dead enrollments through effective date service. And there is one more change in export UDF (OES_UDF_Export_GetExportedDeadEnrollmentIDs) logic to consider such moved dead enrollments.

            Rohan J Khandave Vinayak Kulkarni Ganesh Sadawarte Rakesh Shahane

            Show
            rajendra.pawar Rajendra Pawar (Inactive) added a comment - Below are the 3C's. Concern : Error Logged While Exporting feed Data. Cause : The thing is, there was future election and that were sent on file as active previously. After that election got dead. When effective date service runs, then this is not considering dead enrollments for move operation. so dead enrollment remains in intermediate table. After that when feed runs, it checks that dead enrollment in main table. but it is actually in interminable. Export is looking in main table because effective date is less than current date. So this is causing failures in export. Correction : To handle such failures we need to move dead enrollments through effective date service. And there is one more change in export UDF (OES_UDF_Export_GetExportedDeadEnrollmentIDs) logic to consider such moved dead enrollments. Rohan J Khandave Vinayak Kulkarni Ganesh Sadawarte Rakesh Shahane
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status In Progress [ 3 ] Resolved [ 5 ]
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status Resolved [ 5 ] Reopened [ 4 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Time Spent 20.5h [ 73800 ] 21.6h [ 77760 ]
            Worklog Id 24202 [ 24202 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Status Reopened [ 4 ] In Progress [ 3 ]
            rajendra.pawar Rajendra Pawar (Inactive) logged work - 10/Feb/17 01:00 PM
            • Time Spent:
              1.1h
               
              <No comment>
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Link This issue relates to WT-8417 [ WT-8417 ]
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) logged work - 13/Feb/17 01:23 PM
            • Time Spent:
              0.5h
               
              <No comment>
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) made changes -
            Environment Production [ 10005 ]
            Issue Type Support Activity [ 10301 ] Change Request [ 10002 ]
            Status In Progress [ 3 ] New Request [ 10029 ]
            Support Task Type Data Correction [ 11203 ]
            Workflow WT_Support [ 30053 ] WT_Features [ 32586 ]
            Hide
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) added a comment -

            This change will be done after WT-8417 is completed.

            Show
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) added a comment - This change will be done after WT-8417 is completed.
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) made changes -
            Time Spent 21.6h [ 77760 ] 22.6h [ 81360 ]
            Worklog Id 24986 [ 24986 ]
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) made changes -
            Time Spent 22.6h [ 81360 ] 23.1h [ 83160 ]
            Worklog Id 25000 [ 25000 ]
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) made changes -
            Status New Request [ 10029 ] Pending for Approval [ 10002 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Status Pending for Approval [ 10002 ] Approved for Development [ 10003 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Status Approved for Development [ 10003 ] In Development [ 10007 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Item State Parent values: Development(10200)Level 1 values: In Progress(10206)
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Attachment Affected Files.txt [ 40226 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Item State Parent values: Development(10200)Level 1 values: In Progress(10206) Parent values: Development(10200)Level 1 values: Ready for Review(10208)
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Account Executive Vinayak Kulkarni [ vinayak.kulkarni ]
            Dev Estimates 20
            Developer Rajendra Pawar [ rajendra.pawar ]
            QA Aniruddha Dev [ aniruddha.dev ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Code Review Date 22/Feb/2017
            Code Reviewed By Vinalyak Kulkarni [ 12100 ]
            Resolution Fixed [ 1 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Item State Parent values: Development(10200)Level 1 values: Ready for Review(10208) Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209)
            Hide
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) added a comment -

            We are done with export changes and those are checked-into trunk. We can not move this without completing WT-8417.

            Show
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) added a comment - We are done with export changes and those are checked-into trunk. We can not move this without completing WT-8417 .
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Attachment Affected Files.txt [ 40226 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Attachment Affected Files.txt [ 41214 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Item State Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209) Parent values: Development(10200)Level 1 values: On Hold(10207)
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Item State Parent values: Development(10200)Level 1 values: On Hold(10207) Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209)
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Assignee Rajendra Pawar [ rajendra.pawar ] Aniruddha Dev [ aniruddha.dev ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Time Spent 23.1h [ 83160 ] 23h 26m [ 84360 ]
            Worklog Id 47883 [ 47883 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Status In Development [ 10007 ] Local Testing [ 10200 ]
            rajendra.pawar Rajendra Pawar (Inactive) logged work - 23/May/17 12:00 PM
            • Time Spent:
              20m
               

              LB And Uirefresh check in

            aniruddha.dev Aniruddha Dev (Inactive) logged work - 24/May/17 11:07 AM
            • Time Spent:
              0.75h
               

              Analaysis and Explaining this to Pallavi K and discussion

            Hide
            aniruddha.dev Aniruddha Dev (Inactive) added a comment -

            HI Pallavi Kulkarni,

            Can you please check this and take it forward. Please let me know in case of any help required from my side

            CC: Mandar Kulkarni Hrishikesh Deshpande

            Thanks & Regards,
            Aniruddha Dev

            Show
            aniruddha.dev Aniruddha Dev (Inactive) added a comment - HI Pallavi Kulkarni , Can you please check this and take it forward. Please let me know in case of any help required from my side CC: Mandar Kulkarni Hrishikesh Deshpande Thanks & Regards, Aniruddha Dev
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Assignee Aniruddha Dev [ aniruddha.dev ] Pallavi Kulkarni [ pallavi.kulkarni ]
            Pallavi.kulkarni Pallavi Kulkarni (Inactive) logged work - 25/May/17 12:55 PM
            • Time Spent:
              3h
               

              Discussion with Aniruddha
              Analysis of task.
              Creating template Template

            Pallavi.kulkarni Pallavi Kulkarni (Inactive) logged work - 26/May/17 12:56 PM
            • Time Spent:
              4h
               

              Trying find scenario with VSP plan.

            Hide
            Pallavi.kulkarni Pallavi Kulkarni (Inactive) added a comment - - edited

            Hi Aniruddha Dev,

            Verified on LB working as expected, following scenarios checked,

            1.Future Dead Enrollment
            2.Current Dead Enrollment
            3.Back Date Dead Enrollment
            4. Current and Future flag effect on respective enrollment.

            Details of template are as follows,

            Environment:LB
            Template name:New_CAISO EDeduct Payroll Flex Pre Tax Employee Limit_UPDATED
            Group Template name:A

            Can you please verify at you end.

            Thanks,
            Pallavi Kulkarni

            Show
            Pallavi.kulkarni Pallavi Kulkarni (Inactive) added a comment - - edited Hi Aniruddha Dev , Verified on LB working as expected, following scenarios checked, 1.Future Dead Enrollment 2.Current Dead Enrollment 3.Back Date Dead Enrollment 4. Current and Future flag effect on respective enrollment. Details of template are as follows, Environment:LB Template name:New_CAISO EDeduct Payroll Flex Pre Tax Employee Limit_UPDATED Group Template name:A Can you please verify at you end. Thanks, Pallavi Kulkarni
            Pallavi.kulkarni Pallavi Kulkarni (Inactive) made changes -
            Assignee Pallavi Kulkarni [ pallavi.kulkarni ] Aniruddha Dev [ aniruddha.dev ]
            Pallavi.kulkarni Pallavi Kulkarni (Inactive) logged work - 29/May/17 12:58 PM
            • Time Spent:
              4h
               

              Verifying backdate,current date and flag impact

            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Time Spent 23h 26m [ 84360 ] 24h 11m [ 87060 ]
            Worklog Id 50304 [ 50304 ]
            Pallavi.kulkarni Pallavi Kulkarni (Inactive) made changes -
            Time Spent 24h 11m [ 87060 ] 27h 11m [ 97860 ]
            Worklog Id 50578 [ 50578 ]
            Pallavi.kulkarni Pallavi Kulkarni (Inactive) made changes -
            Time Spent 27h 11m [ 97860 ] 31h 11m [ 112260 ]
            Worklog Id 50587 [ 50587 ]
            Pallavi.kulkarni Pallavi Kulkarni (Inactive) made changes -
            Time Spent 31h 11m [ 112260 ] 35h 11m [ 126660 ]
            Worklog Id 50590 [ 50590 ]
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213)
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Status Local Testing [ 10200 ] Pending for Stage Approval [ 10300 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Time Spent 35h 11m [ 126660 ] 35.35h [ 127260 ]
            Worklog Id 54745 [ 54745 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602)
            rajendra.pawar Rajendra Pawar (Inactive) logged work - 14/Jun/17 12:00 PM
            • Time Spent:
              10m
               
              <No comment>
            aniruddha.dev Aniruddha Dev (Inactive) logged work - 16/Jun/17 05:37 PM
            • Time Spent:
              1.5h
               

              Stage testing. (In Progress)

            Hide
            aniruddha.dev Aniruddha Dev (Inactive) added a comment -

            Verified this fix on Stage on CAISO for HSPL company . Working as expected. Ready for Production

            Show
            aniruddha.dev Aniruddha Dev (Inactive) added a comment - Verified this fix on Stage on CAISO for HSPL company . Working as expected. Ready for Production
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: Stage QA(10202)Level 1 values: In Testing(10214)
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Status Pending for Stage Approval [ 10300 ] Approved for Stage [ 10030 ]
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Status Approved for Stage [ 10030 ] Stage Testing [ 10201 ]
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: In Testing(10214) Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217)
            aniruddha.dev Aniruddha Dev (Inactive) logged work - 19/Jun/17 12:50 PM
            • Time Spent:
              1.5h
               

              Stage testing

            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Time Spent 35.35h [ 127260 ] 36.85h [ 132660 ]
            Worklog Id 56310 [ 56310 ]
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Time Spent 36.85h [ 132660 ] 38.35h [ 138060 ]
            Worklog Id 56477 [ 56477 ]
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217) Parent values: Stage QA(10202)Level 1 values: On Hold(10215)
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: On Hold(10215) Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217)
            rajendra.pawar Rajendra Pawar (Inactive) logged work - 17/Jul/17 01:18 PM
            • Time Spent:
              10m
               

              Production code check in

            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Time Spent 38.35h [ 138060 ] 38h 31m [ 138660 ]
            Worklog Id 64002 [ 64002 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217) Parent values: Production QA(10203)Level 1 values: Production Deployed(10221)
            rajendra.pawar Rajendra Pawar (Inactive) logged work - 18/Jul/17 08:55 AM
            • Time Spent:
              20m
               

              Production code check in

            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Time Spent 38h 31m [ 138660 ] 38.85h [ 139860 ]
            Worklog Id 64211 [ 64211 ]
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Status Stage Testing [ 10201 ] Pending for Production Approval [ 10301 ]
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Item State Parent values: Production QA(10203)Level 1 values: Production Deployed(10221) Parent values: Production QA(10203)Level 1 values: In Testing(10218)
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Status Pending for Production Approval [ 10301 ] Approved for production [ 10034 ]
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Status Approved for production [ 10034 ] Production Testing [ 10202 ]
            Hide
            aniruddha.dev Aniruddha Dev (Inactive) added a comment -

            Verified this change on ASML for HSPL company on production by creating this scenario and executing Effective Date service on company .

            It is working as expected. Closing this JIRA

            Show
            aniruddha.dev Aniruddha Dev (Inactive) added a comment - Verified this change on ASML for HSPL company on production by creating this scenario and executing Effective Date service on company . It is working as expected. Closing this JIRA
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Status Production Testing [ 10202 ] Production Complete [ 10028 ]
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Item State Parent values: Production QA(10203)Level 1 values: In Testing(10218) Parent values: Production Complete(10222)Level 1 values: Closed(10223)
            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Status Production Complete [ 10028 ] Closed [ 6 ]
            aniruddha.dev Aniruddha Dev (Inactive) logged work - 18/Jul/17 06:38 PM
            • Time Spent:
              3.5h
               

              Checking this fix on Production by running effective date service along with Enrollment team

            aniruddha.dev Aniruddha Dev (Inactive) made changes -
            Time Spent 38.85h [ 139860 ] 42.35h [ 152460 ]
            Worklog Id 67531 [ 67531 ]
            Transition Time In Source Status Execution Times
            Rakesh Shahane (Inactive) made transition -
            Open In Progress
            15s 1
            Rajendra Pawar (Inactive) made transition -
            In Progress Resolved
            34d 22h 52m 1
            Vinayak Kulkarni (Inactive) made transition -
            Resolved Reopen
            42s 1
            Rajendra Pawar (Inactive) made transition -
            Reopen In Progress
            17s 1
            Vinayak Kulkarni (Inactive) made transition -
            In Progress New Request
            3d 21h 49m 1
            Vinayak Kulkarni (Inactive) made transition -
            New Request Pending for Approval
            6d 2h 13m 1
            Rajendra Pawar (Inactive) made transition -
            Pending for Approval Approved for Development
            23h 49m 1
            Rajendra Pawar (Inactive) made transition -
            Approved for Development In Development
            5s 1
            Rajendra Pawar (Inactive) made transition -
            In Development In LB Testing
            91d 4h 32m 1
            Aniruddha Dev (Inactive) made transition -
            In LB Testing Pending for Stage Approval
            19d 18h 25m 1
            Aniruddha Dev (Inactive) made transition -
            Pending for Stage Approval Approved for Stage
            7d 5h 27m 1
            Aniruddha Dev (Inactive) made transition -
            Approved for Stage Stage Testing
            2s 1
            Aniruddha Dev (Inactive) made transition -
            Stage Testing Pending for Production Approval
            28d 22h 33m 1
            Aniruddha Dev (Inactive) made transition -
            Pending for Production Approval Approved for production
            7s 1
            Aniruddha Dev (Inactive) made transition -
            Approved for production In Production Testing
            2s 1
            Aniruddha Dev (Inactive) made transition -
            In Production Testing Production Complete
            1m 24s 1
            Aniruddha Dev (Inactive) made transition -
            Production Complete Closed
            8s 1

              People

              Assignee:
              aniruddha.dev Aniruddha Dev (Inactive)
              Reporter:
              rakesh.shahane Rakesh Shahane (Inactive)
              Account Executive:
              Vinayak Kulkarni (Inactive)
              Developer:
              Rajendra Pawar (Inactive)
              QA:
              Aniruddha Dev (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:
                Code Review Date:

                  Time Tracking

                  Estimated:
                  Original Estimate - 7h Original Estimate - 7h
                  7h
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 42.35h
                  42.35h