Project

General

Profile

Actions

Patch #31324

closed

Allow to set is_private flag through a keyword in emails

Added by Jens Krämer almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Email receiving
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Currently it is impossible to set the is_private flag of an issue with an email keyword. The attached patch developed for Planio changes that.

The code will recognize yes/no values according to the users' and the default locale, as well as 0/1.


Files


Related issues

Related to Redmine - Feature #8424: Add private issue option to receiving emailsClosedJean-Philippe Lang2011-05-23

Actions
Actions #1

Updated by Go MAEDA almost 5 years ago

  • Status changed from New to Needs feedback
  • Assignee set to Jens Krämer

Thank you for posting the patch. But the test fails.

Failure:
MailHandlerTest#test_add_issue_with_private_keyword [test/unit/mail_handler_test.rb:507]:
Expected false to be truthy.

bin/rails test test/unit/mail_handler_test.rb:499

I found the following line in log/test.log.

MailHandler: missing information from John Smith: Unable to determine target project
Actions #2

Updated by Jens Krämer almost 5 years ago

My bad I admit I just ran the test against 3.4 (where it passed). I'll fix that tomorrow.

Actions #3

Updated by Jens Krämer almost 5 years ago

here's the fixed patch - the test email was still tailored to Planio's customized mail handler which is why it failed on vanilla Redmine.

Actions #4

Updated by Go MAEDA almost 5 years ago

  • Status changed from Needs feedback to New
  • Assignee deleted (Jens Krämer)
  • Target version set to Candidate for next major release

The patch passed the test. Thanks!

Actions #5

Updated by Go MAEDA almost 5 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Target version changed from Candidate for next major release to 4.1.0

Committed the patch. Thank you for your contribution.

Actions #6

Updated by Go MAEDA almost 5 years ago

  • Related to Feature #8424: Add private issue option to receiving emails added
Actions

Also available in: Atom PDF