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

Duplicate fields displayed on subtemplate with same sequence number.

    Details

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

      Description

      Due to the implementation of WT-9259, there was an issue on sub template if 2 Database fields are mapped to 1 field. Due to this on subtemplate 2 fields were visible with same sequence number. This was creating error while exporting the file.

        Attachments

          Issue Links

            Activity

            ankur.deshpande Ankur Deshpande (Inactive) created issue -
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Field Original Value New Value
            Link This issue duplicates WT-10081 [ WT-10081 ]
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Link This issue duplicates WT-9259 [ WT-9259 ]
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Status Open [ 1 ] In Development [ 10007 ]
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Summary Able to mark field as unique if the field is already mapped to effective date which should not be marked as unique Duplicate fields displayed on subtemplate
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Description The field which should not be marked as unique is allowed to be marked as unique on subtemplate on template management. Due to the implementation of WT-9259, there was an issue on sub template if 2 Database fields are mapped to 1 field. Due to this on subtemplate 2 fields were visible with same sequence number. This was creating error while exporting the file.
            Hide
            ankur.deshpande Ankur Deshpande (Inactive) added a comment -

            Concern : Duplicate fields visible on subtemplate if more than 1 fields are mapped. This caused server error while exporting the file.

            Cause : When more than 1 fields are mapped, 2 different rows are stored in the database. While fetching on to subtemplate page instead of getting displayed as comma separated, 2 separate rows were occurring. This happened due to WT-9259 where Id's of the fields were fetched from Database which was the main reason for displaying 2 separate rows.

            Correction : Fetched the Id's from database same as the text of the fields, which solved the issue and only 1 comma separated row is visible.

            Regards,
            Ankur

            Show
            ankur.deshpande Ankur Deshpande (Inactive) added a comment - Concern : Duplicate fields visible on subtemplate if more than 1 fields are mapped. This caused server error while exporting the file. Cause : When more than 1 fields are mapped, 2 different rows are stored in the database. While fetching on to subtemplate page instead of getting displayed as comma separated, 2 separate rows were occurring. This happened due to WT-9259 where Id's of the fields were fetched from Database which was the main reason for displaying 2 separate rows. Correction : Fetched the Id's from database same as the text of the fields, which solved the issue and only 1 comma separated row is visible. Regards, Ankur
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Summary Duplicate fields displayed on subtemplate Duplicate fields displayed on subtemplate with same sequence number.
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) logged work - 20/Jul/17 02:13 PM
            • Time Spent:
              1.5h
               
              <No comment>
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) made changes -
            Remaining Estimate 4h [ 14400 ]
            Original Estimate 4h [ 14400 ]
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) made changes -
            Remaining Estimate 4h [ 14400 ] 2.5h [ 9000 ]
            Time Spent 1.5h [ 5400 ]
            Worklog Id 65131 [ 65131 ]
            ankur.deshpande Ankur Deshpande (Inactive) logged work - 20/Jul/17 02:47 PM
            • Time Spent:
              8h
               
              <No comment>
            ashwin.wankhede Ashwin Wankhede (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Assignee Ankur Deshpande [ ankur.deshpande ] Jayshree Nagpure [ jayshree.nagpure ]
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Remaining Estimate 2.5h [ 9000 ] 0h [ 0 ]
            Time Spent 1.5h [ 5400 ] 9.5h [ 34200 ]
            Worklog Id 65824 [ 65824 ]
            jayshree.nagpure Jayshree Nagpure (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)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Status In Development [ 10007 ] Local Testing [ 10200 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 25/Jul/17 12:34 PM
            • Time Spent:
              3.5h
               

              Testing on LB and Issue discussion

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

            Hi Ankur Deshpande,

            Verified on company
            Company - QA ASML
            Login - Partner

            Verified below scenario through import :

            • When 1 sub-template field is mapped to 2 mapping field : It creates single row.and shows in comma separated row - Pass
            • Also verified all the unique scenario mentioned in WT-9259 - Pass
            • When Emp Effective date is mapped with Employee effective date and other field, its creates 2 rows in sub template and position on file is duplicated - This scenario is not working fine

            As last scenario is not working fine, hence re-opening this jira

            Thanks,
            Jayshree

            cc : Rakesh Roy Prasad Pise

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Hi Ankur Deshpande , Verified on company Company - QA ASML Login - Partner Verified below scenario through import : When 1 sub-template field is mapped to 2 mapping field : It creates single row.and shows in comma separated row - Pass Also verified all the unique scenario mentioned in WT-9259 - Pass When Emp Effective date is mapped with Employee effective date and other field, its creates 2 rows in sub template and position on file is duplicated - This scenario is not working fine As last scenario is not working fine, hence re-opening this jira Thanks, Jayshree cc : Rakesh Roy Prasad Pise
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: Re-open(10212)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Assignee Jayshree Nagpure [ jayshree.nagpure ] Ankur Deshpande [ ankur.deshpande ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Time Spent 9.5h [ 34200 ] 13h [ 46800 ]
            Worklog Id 66219 [ 66219 ]
            Hide
            ankur.deshpande Ankur Deshpande (Inactive) added a comment -

            Hi Rajendra Pawar,

            As per discussion can you please look into the issue.

            Regards,
            Ankur

            Show
            ankur.deshpande Ankur Deshpande (Inactive) added a comment - Hi Rajendra Pawar , As per discussion can you please look into the issue. Regards, Ankur
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Assignee Ankur Deshpande [ ankur.deshpande ] Rajendra Pawar [ rajendra.pawar ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Bug Type Functional [ 15402 ]
            Component/s BenAdmin [ 10000 ]
            Dev Due Date 26/Jul/2017
            Dev Estimates 16
            Developer Ankur Deshpande [ ankur.deshpande ] Rajendra Pawar [ rajendra.pawar ]
            Issue Importance Must Have [ 11800 ]
            Item State Parent values: LB QA(10201)Level 1 values: Re-open(10212) Parent values: Development(10200)Level 1 values: In Progress(10206)
            Module Parent values: BenAdmin(10100)Level 1 values: Import(10111) Parent values: BenAdmin(10100)Level 1 values: Export(10110)
            Priority Medium [ 3 ] High [ 2 ]
            QA Jayshree Nagpure [ jayshree.nagpure ] Aniruddha Dev [ aniruddha.dev ]
            Original Estimate 4h [ 14400 ] 16h [ 57600 ]
            rajendra.pawar Rajendra Pawar (Inactive) logged work - 25/Jul/17 01:46 PM
            • Time Spent:
              0.5h
               
              <No comment>
            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 -
            Time Spent 13h [ 46800 ] 13.5h [ 48600 ]
            Worklog Id 66267 [ 66267 ]
            Vinayak.Kulkarni Vinayak Kulkarni (Inactive) made changes -
            Sprint WT Sprint 33-Bugs [ 77 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Attachment WT-10240 Afftected files.txt [ 56748 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Code Review Date 26/Jul/2017
            Code Reviewed By Jaideep Vinchurkar [ 11908 ] Vinalyak Kulkarni [ 12100 ]
            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)
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Assignee Rajendra Pawar [ rajendra.pawar ] Aniruddha Dev [ aniruddha.dev ]
            amruta.lohiya Amruta Lohiya made changes -
            Assignee Aniruddha Dev [ aniruddha.dev ] Amruta Lohiya [ amruta.baheti ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Assignee Amruta Lohiya [ amruta.baheti ] Aniruddha Dev [ aniruddha.dev ]
            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)
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 26/Jul/17 01:17 PM
            • Time Spent:
              0.25h
               

              Scenario Explanation to Swapnil

            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Time Spent 13.5h [ 48600 ] 13.75h [ 49500 ]
            Worklog Id 66609 [ 66609 ]
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Assignee Aniruddha Dev [ aniruddha.dev ] Swapnil Eksambekar [ swapnil.eksambekar ]
            swapnil.eksambekar Swapnil Eksambekar (Inactive) logged work - 26/Jul/17 03:32 PM
            • Time Spent:
              2.5h
               
              <No comment>
            Hide
            swapnil.eksambekar Swapnil Eksambekar (Inactive) added a comment -

            It is giving server error while 2 fields are mapped.

            Error occurred as below:-
            -------------
            *ErrorID : 0
            ErrorSource : ControllerAppTier.Save->WORKTERRAControllerAppTier.Save->ImportExportSettings.Save->ImportExportSettings.AddUpdateMappingFields
            ErrorMessage: Error converting data type varchar to bigint.*
            ------------

            Aniruddha DevHrishikesh DeshpandeRakesh Roy

            Show
            swapnil.eksambekar Swapnil Eksambekar (Inactive) added a comment - It is giving server error while 2 fields are mapped. Error occurred as below:- ------------- *ErrorID : 0 ErrorSource : ControllerAppTier.Save->WORKTERRAControllerAppTier.Save->ImportExportSettings.Save->ImportExportSettings.AddUpdateMappingFields ErrorMessage: Error converting data type varchar to bigint.* ------------ Aniruddha Dev Hrishikesh Deshpande Rakesh Roy
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Status Local Testing [ 10200 ] Reopen in Local [ 10018 ]
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: Re-open(10212)
            nwalker Nathaniel Cornejo-Walker (Inactive) made changes -
            Link This issue relates to WT-10299 [ WT-10299 ]
            Hide
            rajendra.pawar Rajendra Pawar (Inactive) added a comment -

            Ankur Deshpande, Please see error.

            Show
            rajendra.pawar Rajendra Pawar (Inactive) added a comment - Ankur Deshpande , Please see error.
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Assignee Swapnil Eksambekar [ swapnil.eksambekar ] Ankur Deshpande [ ankur.deshpande ]
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Time Spent 13.75h [ 49500 ] 16.25h [ 58500 ]
            Worklog Id 67069 [ 67069 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: Re-open(10212) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Status Reopen in Local [ 10018 ] In Development [ 10007 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Status In Development [ 10007 ] Local Testing [ 10200 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Assignee Ankur Deshpande [ ankur.deshpande ] Rajendra Pawar [ rajendra.pawar ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Assignee Rajendra Pawar [ rajendra.pawar ] Swapnil Eksambekar [ swapnil.eksambekar ]
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213)
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Link This issue relates to WT-10294 [ WT-10294 ]
            swapnil.eksambekar Swapnil Eksambekar (Inactive) logged work - 28/Jul/17 01:35 PM
            • Time Spent:
              1.5h
               
              <No comment>
            Hide
            swapnil.eksambekar Swapnil Eksambekar (Inactive) added a comment -

            Verified this issue by Mapping Emp Effective date and Emp Cost,
            It is working as expected.
            Ready for stage.

            CC-Aniruddha DevRakesh RoyGaurav SodaniRajendra PawarHrishikesh Deshpande

            Show
            swapnil.eksambekar Swapnil Eksambekar (Inactive) added a comment - Verified this issue by Mapping Emp Effective date and Emp Cost , It is working as expected. Ready for stage. CC- Aniruddha Dev Rakesh Roy Gaurav Sodani Rajendra Pawar Hrishikesh Deshpande
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Time Spent 16.25h [ 58500 ] 17.75h [ 63900 ]
            Worklog Id 67779 [ 67779 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Time Spent 17.75h [ 63900 ] 18h 5m [ 65100 ]
            Worklog Id 67973 [ 67973 ]
            ashwin.wankhede Ashwin Wankhede (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)
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: Stage QA(10202)Level 1 values: On Hold(10215)
            swapnil.eksambekar Swapnil Eksambekar (Inactive) logged work - 31/Jul/17 11:41 AM
            • Time Spent:
              1h
               
              <No comment>
            Hide
            swapnil.eksambekar Swapnil Eksambekar (Inactive) added a comment -

            We are blocked to verify this JIRA due to it is related to wt-10294, hence changing status ON HOLD.
            We will verify this JIRA after WT-10294 is deployed on STAGE

            CC-Aniruddha DevHrishikesh DeshpandeGaurav SodaniRakesh Roy

            Show
            swapnil.eksambekar Swapnil Eksambekar (Inactive) added a comment - We are blocked to verify this JIRA due to it is related to wt-10294, hence changing status ON HOLD . We will verify this JIRA after WT-10294 is deployed on STAGE CC- Aniruddha Dev Hrishikesh Deshpande Gaurav Sodani Rakesh Roy
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Time Spent 18h 5m [ 65100 ] 19h 5m [ 68700 ]
            Worklog Id 68258 [ 68258 ]
            rajendra.pawar Rajendra Pawar (Inactive) logged work - 31/Jul/17 12:00 PM
            • Time Spent:
              20m
               

              Stage code check in

            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 31/Jul/17 12:10 PM
            • Time Spent:
              1.5h
               

              Verification on stage- Not working
              Discussion with dev team

            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Time Spent 19h 5m [ 68700 ] 20h 35m [ 74100 ]
            Worklog Id 68400 [ 68400 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: On Hold(10215) Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602)
            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            Hi Swapnil Eksambekar,

            I have verified this issue for import on stage

            • When 1 sub-template field is mapped to 2 mapping field : It creates single row.and shows in comma separated row - Pass
            • When Emp Effective date is mapped with Employee effective date and other field, its creates 1 rows and shows comma separated row - Pass

            CC :Prasad Pise Rakesh Roy

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Hi Swapnil Eksambekar , I have verified this issue for import on stage When 1 sub-template field is mapped to 2 mapping field : It creates single row.and shows in comma separated row - Pass When Emp Effective date is mapped with Employee effective date and other field, its creates 1 rows and shows comma separated row - Pass CC : Prasad Pise Rakesh Roy
            Hide
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) added a comment -

            What is final status of this? ready for stage?

            Show
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) added a comment - What is final status of this? ready for stage?
            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            Hi Swapnil Eksambekar,

            Check this issue for export and update the jira accordingly

            Thanks,
            Jayshree

            cc :Prasad Pise Rakesh Roy Jaideep Vinchurkar

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Hi Swapnil Eksambekar , Check this issue for export and update the jira accordingly Thanks, Jayshree cc : Prasad Pise Rakesh Roy Jaideep Vinchurkar
            swapnil.eksambekar Swapnil Eksambekar (Inactive) logged work - 03/Aug/17 07:02 AM - edited
            • Time Spent:
              1.5h
               
              <No comment>
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Time Spent 20h 35m [ 74100 ] 21h 35m [ 77700 ]
            Worklog Id 69137 [ 69137 ]
            Hide
            swapnil.eksambekar Swapnil Eksambekar (Inactive) added a comment -

            Verified this issue by Mapping Emp Effective date and Emp Cost,
            It is working as expected.
            Ready for Production.

            CC-Aniruddha DevHrishikesh DeshpandeRakesh RoyGaurav Sodani

            Show
            swapnil.eksambekar Swapnil Eksambekar (Inactive) added a comment - Verified this issue by Mapping Emp Effective date and Emp Cost, It is working as expected. Ready for Production. CC- Aniruddha Dev Hrishikesh Deshpande Rakesh Roy Gaurav Sodani
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217)
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Status Local Testing [ 10200 ] Stage Testing [ 10201 ]
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Time Spent 21h 35m [ 77700 ] 22h 5m [ 79500 ]
            Worklog Id 69137 [ 69137 ]
            rajendra.pawar Rajendra Pawar (Inactive) made changes -
            Time Spent 22h 5m [ 79500 ] 22.25h [ 80100 ]
            Worklog Id 69832 [ 69832 ]
            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 - 08/Aug/17 12:00 PM
            • Time Spent:
              10m
               

              Production code check in

            swapnil.eksambekar Swapnil Eksambekar (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)
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Status Stage Testing [ 10201 ] Production Testing [ 10202 ]
            swapnil.eksambekar Swapnil Eksambekar (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)
            swapnil.eksambekar Swapnil Eksambekar (Inactive) logged work - 08/Aug/17 12:06 PM
            • Time Spent:
              1.5h
               
              <No comment>
            Hide
            swapnil.eksambekar Swapnil Eksambekar (Inactive) added a comment -

            Verified this Issue on Production it is working as expected.

            CC-Aniruddha DevRakesh RoyHrishikesh Deshpande

            Show
            swapnil.eksambekar Swapnil Eksambekar (Inactive) added a comment - Verified this Issue on Production it is working as expected. CC- Aniruddha Dev Rakesh Roy Hrishikesh Deshpande
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Production Testing [ 10202 ] Production Complete [ 10028 ]
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Time Spent 22.25h [ 80100 ] 23.75h [ 85500 ]
            Worklog Id 70075 [ 70075 ]
            swapnil.eksambekar Swapnil Eksambekar (Inactive) made changes -
            Status Production Complete [ 10028 ] Closed [ 6 ]
            yogita.bhadane Yogita Bhadane (Inactive) made changes -
            Link This issue relates to WT-10081 [ WT-10081 ]
            Transition Time In Source Status Execution Times
            Ankur Deshpande (Inactive) made transition -
            Open In Development
            33s 1
            Swapnil Eksambekar (Inactive) made transition -
            In LB Testing Reopen in Local
            1d 11h 3m 1
            Rajendra Pawar (Inactive) made transition -
            Reopen in Local In Development
            20h 33m 1
            Rajendra Pawar (Inactive) made transition -
            In Development In LB Testing
            4d 21h 1m 2
            Swapnil Eksambekar (Inactive) made transition -
            In LB Testing Stage Testing
            6d 19h 7m 1
            Swapnil Eksambekar (Inactive) made transition -
            Stage Testing In Production Testing
            5d 4h 51m 1
            Swapnil Eksambekar (Inactive) made transition -
            In Production Testing Production Complete
            48s 1
            Swapnil Eksambekar (Inactive) made transition -
            Production Complete Closed
            26s 1

              People

              Assignee:
              swapnil.eksambekar Swapnil Eksambekar (Inactive)
              Reporter:
              ankur.deshpande Ankur Deshpande (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:
                Dev Due Date:
                Code Review Date:

                  Time Tracking

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