andrewsomething / bug2trello

A Chrome extension to add bugs/issues to a Trello board
Other
22 stars 9 forks source link

Bugzilla cards don't have the bug description #2

Closed andrewsomething closed 7 years ago

andrewsomething commented 11 years ago

Cards created from Bugzilla bugs only have the title and link. This is because the json for the bug doesn't include the description. It is just the first comment. So we need to go a level deeper and get the comments.

andrewsomething commented 11 years ago

Hmm... Comments don't seem to be available via the api. Maybe we'd be better off just scrapping the html.