File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1- .TH ROUNDUP-MAILGW 1 "07 October 2019 "
1+ > .TH ROUNDUP-MAILGW 1 "27 October 2022 "
22.SH NAME
33roundup-mailgw \- mail gateway for roundup
44.SH SYNOPSIS
@@ -158,6 +158,21 @@ different workflows based on the messagetype.
158158Both examples use the default class specified in the tracker's
159159config.ini (usually the issue class).
160160
161+ You can also set properties directly on the issue class. If
162+ your tracker's issue has a "private" property that limits
163+ who can view an issue and its messages:
164+
165+ security: |/tools/roundup/bin/roundup-mailgw
166+ -S "issue.private=true" -S "issue.keyword+=security"
167+ /var/roundup/sysadmin
168+
169+ would set the private property on a issue to restrict
170+ visiblity and mark the issue as a security topic using a
171+ keyword.
172+
173+ Both examples use the default class specified in the tracker's
174+ config.ini (usually the issue class).
175+
161176.SH AUTHOR
162177This manpage was written by Bastian Kleineidam
163178<
[email protected] > for the Debian distribution of roundup.
You can’t perform that action at this time.
0 commit comments