CI: find user from FogBugz event

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

CI: find user from FogBugz event

Tommaso Dal Sasso-2
Hi guys,

I was looking at the Continuous Integration services code at http://smalltalkhub.com/#!/~Pharo/ci to extract information from the FogBugz tracker.
I noticed that the FogBugzCase and FogBugzEvent classes do not contain the user that performed the action, except for some plain text inside the "description" field.
Is there a way to extract the FogBugz user associated with an event?

Thank you
Tommaso Dal Sasso
Reply | Threaded
Open this post in threaded view
|

Re: CI: find user from FogBugz event

Benjamin Van Ryseghem (Pharo)
Have a look at fogbugz api.

I can't help more than that
Ben

On Apr 24, 2013, at 4:04 PM, Tommaso Dal Sasso <[hidden email]> wrote:

Hi guys,

I was looking at the Continuous Integration services code at http://smalltalkhub.com/#!/~Pharo/ci to extract information from the FogBugz tracker.
I noticed that the FogBugzCase and FogBugzEvent classes do not contain the user that performed the action, except for some plain text inside the "description" field.
Is there a way to extract the FogBugz user associated with an event?

Thank you
Tommaso Dal Sasso