•  
      request #9034 tv5->tv5 migration: FormElement binded to a user group should only verify at import time if the user exist in the platform
    Infos
    #9034
    Sandra Echinard (sechinard)
    2016-06-07 09:44
    2016-04-05 16:46
    9139
    Details
    tv5->tv5 migration: FormElement binded to a user group should only verify at import time if the user exist in the platform
    When you using the export process to import tracker data on another server, assigned_to field is not filled if assigned_to user is no longer member of project.

    Here is the guilty fix : request #8464
    Trackers
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2016-06-07
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Merged into Tuleap 8.15.99.44

    • Status changed from Under implementation to Closed
    • Close date set to 2016-06-07
    User avatar
    • Summary
      -tv5->tv5 migration: empty assigned_to value 
      +tv5->tv5 migration: FormElement binded to a user group should only verify at import time if the user exist in the platform 
    User avatar
    Thomas Gerbet (tgerbet)2016-04-15 14:45
    • Status changed from Verified to Under implementation
    • Assigned to changed from None to Thomas Gerbet (tgerbet)
    User avatar
    Nouha Terzi (terzino)2016-04-05 16:56
    Hello Sandra,

    In our case, the users still belongs to the project at the source. As said in the sla ##26278, when the export is done, there is no project_member ugroup section at all in the project.xml.

    In the sources we can read, also: at LINe 78 in the class ProjectXMLExporter::exportProjectUgroups$ugroups = $this->ugroup_manager->getStaticUGroups($project);
    It seems to be 'intended' to just export static ugroups.