Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (295 - 297 of 332)

Ticket Resolution Summary Owner Reporter
#71 fixed Feature Request: Picture in body not as Attachment bas anonymous
Description

Hi,

Is it possible to have the feature to have picture in the body of the ticket, not as attachment.

The case is that emails will contain screenshots, and need it in the body of ticket, because there are explanations of the screenshot.

#88 fixed Ease of use bas anonymous
Description

Add monikers that can be placed within the body text of an email to set ticket properties.

e.g.:

STATUS:Closed or [STATUS:Closed]

#89 fixed Issue with 'blank' emails containing only attachments anonymous anonymous
Description

If a blank email is sent with just an attachment, a blank comment is appended to the comments.

Line 630@email2trac.py

I seem to have alleviated this issue by simply changing that line to:


if body_text.strip():
     tkt.save_changes(self.author, body_text, when)

Note: See TracQuery for help on using queries.