Feature #8424
Add private issue option to receiving emails
Status: | Closed | Start date: | 2011-05-23 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email receiving | |||
Target version: | 3.1.0 | |||
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
Associated revisions
Adds private issue option to receiving emails (#8424).
History
#1
Updated by Aleksander Vines almost 8 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.
#2
Updated by Daniel Feliciano Branco almost 8 years ago
+1
(I hope is not too bad to "plus one" my own feature request ;)
#3
Updated by Jean-Philippe Lang almost 8 years ago
- Target version set to 3.1.0
#4
Updated by Go MAEDA almost 8 years ago
- Duplicated by Feature #19674: Support private issue creation from mail handlers added
#5
Updated by Jean-Philippe Lang over 7 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.
#6
Updated by Go MAEDA over 3 years ago
- Related to Patch #31324: Allow to set is_private flag through a keyword in emails added