Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github importer UI should permit the user to choose what project the bugs will be attributed to #84

Open
ghost opened this issue Sep 3, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 3, 2014

Comment by paulproteus:

Right now, the bug importer for Github assumes the name of the tracker in our UI
(in
one case, "Etherpad Lite on Github"
<http://openhatch.org/customs/edit/github/Etherpad%20Lite%20on%20GitHub>
) == the project name for the project (in one case, "Etherpad Lite"
<http://openhatch.org/+projects/Etherpad%20Lite>).

In this case, they don't match, so then when it comes to be time to import the
bugs out of the JSON dump created

This needs the following actions:

Backend changes/checks:

in oh-mainline:

  • Make sure the GitHubTrackerModel is storing information about the project
    the bug is destined for
  • Make sure that flows out of the API

in oh-bugimporters:

  • Make sure we permit the project name to flow into the Github importer as
    configuration
  • Make sure that flows out properly into the JSON data emitted by Scrapy

Thanks to Mark Holmquist for noticing this isn't fully working yet.


Status: unread
Nosy List: paulproteus
Priority: bug
Imported from roundup ID: 785 (view archived page)
Last modified: 2012-11-15.00:22:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants