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

ACA: If continuous enrollment of last year without any user interaction which came on the Jan Full file in this case event date should be as 01/01/2017 in OFFR element.

    Details

    • Type: Bug
    • Status: Closed
    • Priority: High
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: ACA
    • Labels:
      None
    • Environment:
      Production
    • Bug Type:
      Functional
    • Bug Severity:
      Medium
    • Module:
      ACA
    • Reported by:
      Harbinger
    • Item State:
      Production Complete - Closed
    • Issue Importance:
      Must Have

      Description

      Employeee enrollment effective date -01/01/2016
      Enrollment TerminationDate -null

      Explicitly user didn't raise any event in this case which populated the events data under OFFR element with old year (2016) event date
      which should be considered as of New Year (2017)

        Attachments

        1. 3Cs.doc
          166 kB
        2. 9231.png
          9231.png
          157 kB
        3. 9231.png
          9231.png
          26 kB
        4. After deleting run rate maintenance.png
          After deleting run rate maintenance.png
          160 kB
        5. WT-9231.png
          WT-9231.png
          160 kB

          Activity

          revansiddha.gaur Revansiddha Gaur (Inactive) created issue -
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Field Original Value New Value
          Assignee Nandkumar [ satyap ] Revansiddha Gaur [ revansiddha.gaur ]
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Summary If continuous enrollment of last year without any user interaction which came on the Jan Full file in this case event date should be as 01/01/2017 in OFFR element. ACA: If continuous enrollment of last year without any user interaction which came on the Jan Full file in this case event date should be as 01/01/2017 in OFFR element.
          revansiddha.gaur Revansiddha Gaur (Inactive) logged work - 18/Apr/17 09:00 PM
          • Time Spent:
            2h
             

            Code changes,review,jira creation.

          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Remaining Estimate 16h [ 57600 ] 14h [ 50400 ]
          Time Spent 2h [ 7200 ]
          Worklog Id 39176 [ 39176 ]
          revansiddha.gaur Revansiddha Gaur (Inactive) logged work - 19/Apr/17 09:00 PM
          • Time Spent:
            4h
             

            Testing...

          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Remaining Estimate 14h [ 50400 ] 10h [ 36000 ]
          Time Spent 2h [ 7200 ] 6h [ 21600 ]
          Worklog Id 39532 [ 39532 ]
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Status Open [ 1 ] In Development [ 10007 ]
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Item State Parent values: Development(10200)Level 1 values: In Progress(10206)
          revansiddha.gaur Revansiddha Gaur (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)
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Code Review Date 20/Apr/2017
          Code Reviewed By Nandkumar Karlekar [ 11904 ]
          revansiddha.gaur Revansiddha Gaur (Inactive) logged work - 20/Apr/17 09:00 PM
          • Time Spent:
            6h
             

            Indexing,Unit Testing, Resent for review.

          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Remaining Estimate 10h [ 36000 ] 4h [ 14400 ]
          Time Spent 6h [ 21600 ] 12h [ 43200 ]
          Worklog Id 39755 [ 39755 ]
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Code Review Date 20/Apr/2017 24/Apr/2017
          Hide
          revansiddha.gaur Revansiddha Gaur (Inactive) added a comment - - edited

          Point-1

          CONCERN :
          If continuous enrollment of last year without any user interaction which came on the Jan Full file in this case event date should be as 01/01/2017 in OFFR element.

          CAUSE :
          Explicitly user didn't raise any event in this case which populated the events data under OFFR element with old year (2016) event date which should be considered as of New Year (2017).

          CORRECTION :
          Updated event date with New Year

          Point-2

          CONCERN :
          On deletion rundatemaintenance,waived employees are not pulling on the file.

          CAUSE :
          Once the file is exported the records will not be pulled out on subsequent exporting files.There is functionality that if exported files rundatemaintenace deleted , previous sent coverage details is reset the flag to sent again on the file but this functionality is not implemented for newly introduced waive entries table for ACA.

          CORRECTION :
          Functionality is implemented to reset for the coverage presents in the ACA_WaivedEmployeeData table, so that employee records can be pulled out whenever export the files.

          AFFECTED FILES :

          • \LB\Database Objects\MasterCompanyDB\01_DDL\533_WT-9231_WTB_ACA_NewIndex_ACA_EligibilityForExport.sql
          • \LB\Database Objects\MasterCompanyDB\04_Stored Procedures\dbo.OES_SP_ACA_ExportProcessedEventData.StoredProcedure.sql
          • \LB\Database Objects\MasterCompanyDB\01_DDL\532_WT-9231_WTB_ACA_NewIndex_ACA_ExportProcessedEventData.sql
          • \LB\Database Objects\MasterCompanyDB\05_Triggers\trgDelImportExportRunDateMaintenance.Trigger.sql
          • \LB\Database Objects\MasterCompanyDB\01_DDL\531_WT-9231_WTB_ACA_NewIndex_ACA_ExportWaivedEmployeeData.sql
          Show
          revansiddha.gaur Revansiddha Gaur (Inactive) added a comment - - edited Point-1 CONCERN : If continuous enrollment of last year without any user interaction which came on the Jan Full file in this case event date should be as 01/01/2017 in OFFR element. CAUSE : Explicitly user didn't raise any event in this case which populated the events data under OFFR element with old year (2016) event date which should be considered as of New Year (2017). CORRECTION : Updated event date with New Year Point-2 CONCERN : On deletion rundatemaintenance,waived employees are not pulling on the file. CAUSE : Once the file is exported the records will not be pulled out on subsequent exporting files.There is functionality that if exported files rundatemaintenace deleted , previous sent coverage details is reset the flag to sent again on the file but this functionality is not implemented for newly introduced waive entries table for ACA. CORRECTION : Functionality is implemented to reset for the coverage presents in the ACA_WaivedEmployeeData table, so that employee records can be pulled out whenever export the files. AFFECTED FILES : \LB\Database Objects\MasterCompanyDB\01_DDL\533_ WT-9231 _WTB_ACA_NewIndex_ACA_EligibilityForExport.sql \LB\Database Objects\MasterCompanyDB\04_Stored Procedures\dbo.OES_SP_ACA_ExportProcessedEventData.StoredProcedure.sql \LB\Database Objects\MasterCompanyDB\01_DDL\532_ WT-9231 _WTB_ACA_NewIndex_ACA_ExportProcessedEventData.sql \LB\Database Objects\MasterCompanyDB\05_Triggers\trgDelImportExportRunDateMaintenance.Trigger.sql \LB\Database Objects\MasterCompanyDB\01_DDL\531_ WT-9231 _WTB_ACA_NewIndex_ACA_ExportWaivedEmployeeData.sql
          khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
          Item State Parent values: Development(10200)Level 1 values: Ready for Review(10208) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Assignee Revansiddha Gaur [ revansiddha.gaur ] Smita Pawar [ smita.pawar ]
          revansiddha.gaur Revansiddha Gaur (Inactive) logged work - 24/Apr/17 09:00 PM
          • Time Spent:
            3h
             

            checkins,code review.

          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Remaining Estimate 4h [ 14400 ] 1h [ 3600 ]
          Time Spent 12h [ 43200 ] 15h [ 54000 ]
          Worklog Id 40525 [ 40525 ]
          smita.pawar Smita Pawar (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)
          smita.pawar Smita Pawar (Inactive) made changes -
          Status In Development [ 10007 ] Local Testing [ 10200 ]
          Hide
          smita.pawar Smita Pawar (Inactive) added a comment -

          Hi Revansiddha Gaur,

          Getting server error after exporting feed.
          PFA screen shot for additional information.

          Error log is as follows,
          ErrorID : 0
          ErrorSource : ControllerAppTier.Save->WORKTERRAControllerAppTier.Save->ExecuteExportDTS.ExportData_Isolated->WTIsolatedRoutines.Main->ExecuteExportDTS.ExportData->ACAExportProcessRowwise.ExportData->ACAExportProcessRowwise.FillDataIntoDataTable
          ErrorMessage: The multi-part identifier "OES_VIEW_ACA_MinimumCostPlan.PlanDesignID" could not be bound.
          The multi-part identifier "OES_VIEW_ACA_MinimumCostPlan.PlanDesignID" could not be bound.

          Let us know if you need any additional information.

          Thanks

          Show
          smita.pawar Smita Pawar (Inactive) added a comment - Hi Revansiddha Gaur , Getting server error after exporting feed. PFA screen shot for additional information. Error log is as follows, ErrorID : 0 ErrorSource : ControllerAppTier.Save->WORKTERRAControllerAppTier.Save->ExecuteExportDTS.ExportData_Isolated->WTIsolatedRoutines.Main->ExecuteExportDTS.ExportData->ACAExportProcessRowwise.ExportData->ACAExportProcessRowwise.FillDataIntoDataTable ErrorMessage: The multi-part identifier "OES_VIEW_ACA_MinimumCostPlan.PlanDesignID" could not be bound. The multi-part identifier "OES_VIEW_ACA_MinimumCostPlan.PlanDesignID" could not be bound. Let us know if you need any additional information. Thanks
          smita.pawar Smita Pawar (Inactive) made changes -
          Attachment WT-9231.png [ 46433 ]
          smita.pawar Smita Pawar (Inactive) made changes -
          Status Local Testing [ 10200 ] Reopen in Local [ 10018 ]
          smita.pawar Smita Pawar (Inactive) made changes -
          Assignee Smita Pawar [ smita.pawar ] Revansiddha Gaur [ revansiddha.gaur ]
          Hide
          revansiddha.gaur Revansiddha Gaur (Inactive) added a comment -

          Hi Smita Pawar,

          Reported error is not relevant to this bug. Please open new JIRA for this with details - Template Name,Company Name.

          Thanks,
          Revan

          Nandkumar Prabhakar Karlekar Sachin Hingole

          Show
          revansiddha.gaur Revansiddha Gaur (Inactive) added a comment - Hi Smita Pawar , Reported error is not relevant to this bug. Please open new JIRA for this with details - Template Name,Company Name. Thanks, Revan Nandkumar Prabhakar Karlekar Sachin Hingole
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Assignee Revansiddha Gaur [ revansiddha.gaur ] Smita Pawar [ smita.pawar ]
          smita.pawar Smita Pawar (Inactive) logged work - 04/May/17 12:17 PM - edited
          • Time Spent:
            2h
             

            LB testing

          smita.pawar Smita Pawar (Inactive) made changes -
          Remaining Estimate 1h [ 3600 ] 0h [ 0 ]
          Time Spent 15h [ 54000 ] 16.5h [ 59400 ]
          Worklog Id 43152 [ 43152 ]
          Hide
          smita.pawar Smita Pawar (Inactive) added a comment - - edited

          We have verified above mentioned issue on LB [ACA Automation Company].
          I

          Tested scenario for 1st issue as follows
          1.Added test employee with continuous enrollment from 01/01/2016 & exported file for 01/01/2017 to 01/31/2017
          and checked whether employee is coming on file.

          But getting object reference error while testing 2nd issue.
          Error log is as follows

          Exception : Object reference not set to an instance of an object.
          App Error Log : -
          Employee ID : 0
          Action Name : ManualImportExport
          Model : System.Web.Mvc.HandleErrorInfo
          Controller : Customization
          Web Error Log : at WORKTERRA.Shared.Areas.Customization.Models.ManualImportExportModel.OnExportClick() in d:\WT\branches\LB\Web\Web Projects\WORKTERRA\Areas\Customization\Models\EDI\ManualImportExportModel.cs:line 1136
          at WORKTERRA.Shared.Areas.Customization.Controllers.CustomizationController.ManualImportExport(ManualImportExportModel objManualImportExportModel) in d:\WT\branches\LB\Web\Web Projects\WORKTERRA\Areas\Customization\Controllers\EDI\ImportExportBaseController.cs:line 1498
          at lambda_method(Closure , ControllerBase , Object[] )
          at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
          at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
          at System.Web.Mvc.ControllerActionInvoker.<>c_DisplayClass15.<InvokeActionMethodWithFilters>b_12()
          at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
          at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
          at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
          at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)

          Show
          smita.pawar Smita Pawar (Inactive) added a comment - - edited We have verified above mentioned issue on LB [ACA Automation Company] . I Tested scenario for 1st issue as follows 1.Added test employee with continuous enrollment from 01/01/2016 & exported file for 01/01/2017 to 01/31/2017 and checked whether employee is coming on file. But getting object reference error while testing 2nd issue. Error log is as follows Exception : Object reference not set to an instance of an object. App Error Log : - Employee ID : 0 Action Name : ManualImportExport Model : System.Web.Mvc.HandleErrorInfo Controller : Customization Web Error Log : at WORKTERRA.Shared.Areas.Customization.Models.ManualImportExportModel.OnExportClick() in d:\WT\branches\LB\Web\Web Projects\WORKTERRA\Areas\Customization\Models\EDI\ManualImportExportModel.cs:line 1136 at WORKTERRA.Shared.Areas.Customization.Controllers.CustomizationController.ManualImportExport(ManualImportExportModel objManualImportExportModel) in d:\WT\branches\LB\Web\Web Projects\WORKTERRA\Areas\Customization\Controllers\EDI\ImportExportBaseController.cs:line 1498 at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.<>c_ DisplayClass15.<InvokeActionMethodWithFilters>b _12() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
          Hide
          revansiddha.gaur Revansiddha Gaur (Inactive) added a comment -

          Hi Smita Pawar,

          Please let me know the template name, steps which you followed for causing the above issue.

          Thanks,
          Revan

          Show
          revansiddha.gaur Revansiddha Gaur (Inactive) added a comment - Hi Smita Pawar , Please let me know the template name, steps which you followed for causing the above issue. Thanks, Revan
          Hide
          smita.pawar Smita Pawar (Inactive) added a comment -

          Revansiddha Gaur,

          Its very clear that 2nd scenarios is for waive record means its template for which has waive sub template is there. On LB ACA automation which is used by Dev n QA team.

          Template name: Sachin BSG including waive template.

          Please and export that template and check

          Note: Same has been communicated to you earlier via mail with subject line: Re: Getting error while exporting template manually on ACA Automation company

          FYI Sachin Hingole

          Show
          smita.pawar Smita Pawar (Inactive) added a comment - Revansiddha Gaur , Its very clear that 2nd scenarios is for waive record means its template for which has waive sub template is there. On LB ACA automation which is used by Dev n QA team. Template name: Sachin BSG including waive template. Please and export that template and check Note: Same has been communicated to you earlier via mail with subject line: Re: Getting error while exporting template manually on ACA Automation company FYI Sachin Hingole
          revansiddha.gaur Revansiddha Gaur (Inactive) logged work - 12/May/17 09:00 PM
          • Time Spent:
            1h
             

            Internal discussion.

          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Time Spent 16.5h [ 59400 ] 17.5h [ 63000 ]
          Worklog Id 45543 [ 45543 ]
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Assignee Smita Pawar [ smita.pawar ] Revansiddha Gaur [ revansiddha.gaur ]
          Hide
          smita.pawar Smita Pawar (Inactive) added a comment -

          We have verified above mentioned issue on LB (ACA Automation company).
          Its working fine,

          Fix is ready for stage.

          Show
          smita.pawar Smita Pawar (Inactive) added a comment - We have verified above mentioned issue on LB (ACA Automation company). Its working fine, Fix is ready for stage.
          smita.pawar Smita Pawar (Inactive) made changes -
          Status Reopen in Local [ 10018 ] In Development [ 10007 ]
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Attachment 3Cs.doc [ 48128 ]
          Hide
          revansiddha.gaur Revansiddha Gaur (Inactive) added a comment -

          Smita Pawar,

          I shown to you in person customization issue to you on receiving your mail for "Getting error while exporting template manually on ACA Automation Company" was for Sachin BSG customization.

          Same issue was found with above mentioned template - Sachin BSG including waive template.

          Please find the 3cs 3Cs.doc

          FYI Sachin Hingole Nandkumar Prabhakar Karlekar

          Show
          revansiddha.gaur Revansiddha Gaur (Inactive) added a comment - Smita Pawar , I shown to you in person customization issue to you on receiving your mail for "Getting error while exporting template manually on ACA Automation Company" was for Sachin BSG customization. Same issue was found with above mentioned template - Sachin BSG including waive template. Please find the 3cs 3Cs.doc FYI Sachin Hingole Nandkumar Prabhakar Karlekar
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Assignee Revansiddha Gaur [ revansiddha.gaur ] Smita Pawar [ smita.pawar ]
          smita.pawar Smita Pawar (Inactive) made changes -
          Status In Development [ 10007 ] Local Testing [ 10200 ]
          smita.pawar Smita Pawar (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)
          revansiddha.gaur Revansiddha Gaur (Inactive) logged work - 15/May/17 09:00 PM
          • Time Spent:
            5h
             

            Issue troubleshooting.

          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Time Spent 17.5h [ 63000 ] 22.5h [ 81000 ]
          Worklog Id 45987 [ 45987 ]
          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)
          revansiddha.gaur Revansiddha Gaur (Inactive) logged work - 17/May/17 09:00 PM
          • Time Spent:
            0.5h
             

            Stage checkins.

          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Time Spent 22.5h [ 81000 ] 23h [ 82800 ]
          Worklog Id 46582 [ 46582 ]
          Hide
          smita.pawar Smita Pawar (Inactive) added a comment -

          We have verified above mentioned issue on Stage [ACA Automation] Company.
          Its working fine.
          PFA screen shots for verified scenarios.

          Show
          smita.pawar Smita Pawar (Inactive) added a comment - We have verified above mentioned issue on Stage [ACA Automation] Company. Its working fine. PFA screen shots for verified scenarios.
          smita.pawar Smita Pawar (Inactive) logged work - 18/May/17 01:30 PM
          • Time Spent:
            0.75h
             

            Stage testing

          smita.pawar Smita Pawar (Inactive) made changes -
          Attachment 9231.png [ 48531 ]
          Attachment After deleting run rate maintenance.png [ 48532 ]
          smita.pawar Smita Pawar (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)
          smita.pawar Smita Pawar (Inactive) made changes -
          Status Local Testing [ 10200 ] Stage Testing [ 10201 ]
          smita.pawar Smita Pawar (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)
          smita.pawar Smita Pawar (Inactive) made changes -
          Time Spent 23h [ 82800 ] 23.75h [ 85500 ]
          Worklog Id 46788 [ 46788 ]
          revansiddha.gaur Revansiddha Gaur (Inactive) made changes -
          Time Spent 23.75h [ 85500 ] 24.25h [ 87300 ]
          Worklog Id 47816 [ 47816 ]
          ashwin.wankhede Ashwin Wankhede (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)
          smita.pawar Smita Pawar (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)
          Hide
          smita.pawar Smita Pawar (Inactive) added a comment -

          We have verified above mentioned issue on Production on below mentioned companies such as Wacker Neuson for Hspl
          and Metso for Hspl.

          Verified if continuous enrollment in year 2016, then in offer segment event date reflected as 01/01/2017.
          Verified Record count which remained same after deleting run rate maintenance i.e waive record entry got pulled out in next ecport.
          PFA screen shot of verified screen.

          Show
          smita.pawar Smita Pawar (Inactive) added a comment - We have verified above mentioned issue on Production on below mentioned companies such as Wacker Neuson for Hspl and Metso for Hspl. Verified if continuous enrollment in year 2016, then in offer segment event date reflected as 01/01/2017. Verified Record count which remained same after deleting run rate maintenance i.e waive record entry got pulled out in next ecport. PFA screen shot of verified screen.
          smita.pawar Smita Pawar (Inactive) logged work - 23/May/17 12:47 PM
          • Time Spent:
            0.5h
             
            <No comment>
          smita.pawar Smita Pawar (Inactive) made changes -
          Attachment 9231.png [ 48938 ]
          smita.pawar Smita Pawar (Inactive) made changes -
          Item State Parent values: Production QA(10203)Level 1 values: In Testing(10218) Parent values: Production Complete(10222)
          smita.pawar Smita Pawar (Inactive) made changes -
          Time Spent 24.25h [ 87300 ] 24.75h [ 89100 ]
          Worklog Id 48031 [ 48031 ]
          smita.pawar Smita Pawar (Inactive) made changes -
          Status Stage Testing [ 10201 ] Production Testing [ 10202 ]
          smita.pawar Smita Pawar (Inactive) made changes -
          Resolution Fixed [ 1 ]
          Status Production Testing [ 10202 ] Production Complete [ 10028 ]
          revansiddha.gaur Revansiddha Gaur (Inactive) logged work - 23/May/17 09:00 PM
          • Time Spent:
            0.5h
             

            Production checkins

          smita.pawar Smita Pawar (Inactive) made changes -
          Time Spent 24.75h [ 89100 ] 25.25h [ 90900 ]
          Worklog Id 43152 [ 43152 ]
          ashwin.wankhede Ashwin Wankhede (Inactive) made changes -
          Item State Parent values: Production Complete(10222) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
          rakeshr Rakesh Roy (Inactive) made changes -
          Bug Severity Medium [ 16702 ]
          sachin.hingole Sachin Hingole (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)
          sachin.hingole Sachin Hingole (Inactive) made changes -
          Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217)
          sachin.hingole Sachin Hingole (Inactive) made changes -
          Item State Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217) Parent values: Production Complete(10222)
          sachin.hingole Sachin Hingole (Inactive) made changes -
          Item State Parent values: Production Complete(10222) Parent values: Production Complete(10222)Level 1 values: Closed(10223)
          sachin.hingole Sachin Hingole (Inactive) made changes -
          Status Production Complete [ 10028 ] Closed [ 6 ]
          satyap Satya made changes -
          Environment_New Production [ 18442 ]
          Transition Time In Source Status Execution Times
          Revansiddha Gaur (Inactive) made transition -
          Open In Development
          1d 17h 30m 1
          Smita Pawar (Inactive) made transition -
          In LB Testing Reopen in Local
          6m 44s 1
          Smita Pawar (Inactive) made transition -
          Reopen in Local In Development
          17d 20h 14m 1
          Smita Pawar (Inactive) made transition -
          In Development In LB Testing
          7d 7h 39m 2
          Smita Pawar (Inactive) made transition -
          In LB Testing Stage Testing
          3d 4h 20m 1
          Smita Pawar (Inactive) made transition -
          Stage Testing In Production Testing
          4d 23h 17m 1
          Smita Pawar (Inactive) made transition -
          In Production Testing Production Complete
          9s 1
          Sachin Hingole (Inactive) made transition -
          Production Complete Closed
          114d 3m 1

            People

            Assignee:
            smita.pawar Smita Pawar (Inactive)
            Reporter:
            revansiddha.gaur Revansiddha Gaur (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:
              Code Review Date:

                Time Tracking

                Estimated:
                Original Estimate - 16h Original Estimate - 16h
                16h
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 25.25h
                25.25h