Vote #69965
完了Add private issue option to receiving emails
0%
説明
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
journals
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.
--------------------------------------------------------------------------------
+1
(I hope is not too bad to "plus one" my own feature request ;)
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
@--private@ option (without arguments) added in r14262.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,7414,Private issues
relates,Closed,31324,Allow to set is_private flag through a keyword in emails
duplicates,Closed,19674,Support private issue creation from mail handlers