Table of Contents | ||||
---|---|---|---|---|
|
Summary
Users can be placed into groups and these groups have different levels of permissions and access. With group project mappings it will redirect issues depending on the group that the user is placed in.
Example Profile
This Profile uses a group mapping rule that checks if the user is in a group called Group-Redirect and if the user is it in that group it will then place the issue in Example_Project.
...
View file | ||
---|---|---|
|
Example Test Case
This Test Case example will redirect the issue to the Group Redirect project as the user is part of the group that is determined to be redirected in the project mapping.
Code Block |
---|
MIME-Version: 1.0 Received: by 10.223.112.12 with HTTP; Sat, 18 Jun 2011 22:42:26 -0700 (PDT) Date: Sun, 19 Jun 2011 17:42:26 +1200 Message-ID: <BANLkTinB1mfSh+GwOXGNWoL4SyDvOpdBoQ@mail.gmail.com> Subject: Using Group Rule to redirect group email From: groupmember@localhost.com To: mailbox@localhost Content-Type: text/plain; charset=UTF-8 This will redirect to Example_Project if the reporter is part of the a group. |
Issue created by email
The issue was redirected to Group Redirect as the user is part of the determined group and if the user was not then it will send the issue to Example_Project.
...