Actions
Feature #8424
closedAdd private issue option to receiving emails
Start date:
2011-05-23
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Allowing to force a issue private when receiving emails would be useful in a helpdesk utilization.
ex:
rdm-mailhandler --url https://domain.foo/redmine --key secret --private yes
thank you
Related issues
Updated by Aleksander Vines almost 10 years ago
No changes on this? I tried to change the mailhandler-script, but seems like the API does not support it, does it not use the regular API?
diff test-rdm-mailhandler.rb rdm-mailhandler.rb
90d89
< opts.on("--is_private" "Private flag") {|v| self.issue_attributes['is_private'] = v}
We really need this feature.
Updated by Daniel Feliciano Branco almost 10 years ago
+1
(I hope is not too bad to "plus one" my own feature request ;)
Updated by Go MAEDA over 9 years ago
- Has duplicate Feature #19674: Support private issue creation from mail handlers added
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
--private
option (without arguments) added in r14262.
Updated by Go MAEDA over 5 years ago
- Related to Patch #31324: Allow to set is_private flag through a keyword in emails added
Actions