reidwooten99 / support-tools

Automatically exported from code.google.com/p/support-tools
Apache License 2.0
0 stars 0 forks source link

Wiki page documenting user_file_path #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to import issues in bitbucket. All users get replaced with the 
provided default username. I saw that there is an "user_file_path" option to 
give a mapping. But I found no documentation what syntax this file should have. 
Please provide a wiki page explaining this.

Original issue reported on code.google.com by crazy4ch...@gmail.com on 13 Mar 2015 at 9:17

GoogleCodeExporter commented 8 years ago

Original comment by jasonhall@google.com on 16 Mar 2015 at 8:51

GoogleCodeExporter commented 8 years ago
I found the following documentation in the program for exporting the issues to 
GitHub:

  4. (Optional) If this option is skipped all issues will be assigned to the
     owner of the repo.  Make a file that contains a mapping from the Google
     Code email address to the GitHub username for each user you wish to assign
     issues too.  The file should be newline seperated with one user per line.
     The email address and username should be colon (':') seperated. For example
     a file may look like this:
       <Google Code Email>:<GitHub Username>
       myemail@gmail.com:coolperson
       otheruser@gmail.com:userother

This information is also missing from the wiki.

Original comment by andres.s...@gmail.com on 26 Mar 2015 at 4:50