Re: Advice for programmatic creation of tracker issues
Tonu Mikk <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <CABDFm8i2WffeT0Jkh7C20L5ZSdiXGX+bZ0GY=D-VUc+=T9sRXw@mail.gmail.com> |
I have a somewhat similar need. By accident I found a script called "import_sf.py" in roundup/scripts directory. The scripts imports Salesforce issues into Roundup. It has good documentation in the comments and helped me understand the process. Hope it helps you as well. On Mon, Nov 23, 2015 at 9:29 AM, R. David Murray <[email protected]> wrote: > On Sun, 22 Nov 2015 14:57:10 +0000, "Hancock, David (DHANCOCK)" < > [email protected]> wrote: > > I am working on a way to get SurveyMonkey survey data into Roundup > > programmatically. I am using SurveyMonkey's API to get the information > > out (using Python), and my next step is to create the new issues for > > each completed survey. > > For what you describe using the mail gateway may be the easiest. The > other thing to look at would be the xmlrpc interface. You can only use > roundup-admin if the script runs on the roundup machine and has > permission...it sounds like it could in your case, in which case that > would also be a fine way to go. Finally, if your python script is > running on the roundup server you *could* talk to roundup directly in > python It really just depends on what you are most interested in > writing, and whether or not you want the script to be *able* to work if > it can't have access to the roundup server (ie: if you are planning > on sharing it and want to support that mode of operation.) > > I don't think there's an obvious "best answer" here. > > --David > > > ------------------------------------------------------------------------------ > Go from Idea to Many App Stores Faster with Intel(R) XDK > Give your users amazing mobile app experiences with Intel(R) XDK. > Use one codebase in this all-in-one HTML5 development environment. > Design, debug & build mobile apps & 2D/3D high-impact games for multiple > OSs. > http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 > _______________________________________________ > Roundup-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/roundup-users > -- Tonu Mikk Adaptive Technologist | Disability Resource Center | diversity.umn.edu/disability University of Minnesota | umn.edu [email protected] | 612-625-3307 ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 _______________________________________________ Roundup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/roundup-users