The ruby code I'm using (in conjunction with https://github.com/firmafon/ruby-fogbugz ):
ticket = fogbugz.command(:search, :q => number, :cols => 'sTitle,sTags')
sTitle is returned as expected. sTags is not returned.
|
0
|
The ruby code I'm using (in conjunction with https://github.com/firmafon/ruby-fogbugz ): ticket = fogbugz.command(:search, :q => number, :cols => 'sTitle,sTags') sTitle is returned as expected. sTags is not returned. |
||
|
|
|
1
|
The column name for the tags field is just
There is a summary of available XML API columns here as well. |
||
|
|