The Notify users and the Excluded text areas expect expressions, respecting an Expected syntax.
You cannot specify the users to discard (Excluded) without specifying the users to notify (Notify users).
You are able to insert the allowed tags on the text areas performing a drag and drop of a tag inside the area on the point you want add it or just starting to type a text identifying the tag (e.g. <u)
Notice that, in order to avoid performance issue, there is a limit on the max number of users that will be returned by the two statements.
Case of the Notify users or the Excluded statements returns more then 100 users, only the first 100 will be considered.
You are able to select the values to insert inside the tags just starting to type a text.
You are able to test an expression in order to check if the list of users returned for an issue, on evaluating the Notify users or the Excluded statements, matches the expectations.
In order to test your expressions, you can specify an issue key, click on Run Test and review the list of users that are returned.
A valid expression requires that you respect the expected syntax.
The following diagram illustrates the expected syntax for valid expressions that you can specify in the Notify users and the Excluded text areas:
The syntax that allows to specify the Notify users and the Excluded statements expects the following start end tag:
The admissible values for a tag consists in the following:
This setting maintain the Component Name and not the Component Id in order to allow reusing the Approval across Approval mapping for different Projects.
You are able to specify one or more values for each tag.
The syntax that allows to specify a condition enabling a set of users to receive the Approval reply notification (Users to Notify) or excluding a set of users from the recipients of the Approval reply notification (Excluded) expect one of the following start end tag:
The admissible names include all Conditional Rule names that you have created via the Conditional Rules administration screen.
An expression can include zero, one or multiple conditions enabling or excluding users from the email notification.
Example: <conditional-rule name="Priority High"><groups>Managers</groups> </conditional-rule> <conditional-rule name="Priority High" is-false><users>Tom Black</users></conditional-rule>
In this section