Specifies whether the automatic notifier system (if activated) should notify all authors of the project about changes of any project issue. Default is "on"
Identity constraints
QName
Type
Refer
Selector
Field(s)
issue-id-unique
unique
issue
@id
Source
<xs:element name="issues"><xs:complexType><xs:sequence><xs:element ref="labels" minOccurs="0" maxOccurs="1"/><xs:element ref="issue" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attribute name="notifier" type="NotifierOnOff" use="optional" default="on"><xs:annotation><xs:documentation xml:lang="en-US">Specifies whether the automatic notifier system (if activated) should notify all authors of the project about changes of any project issue. Default is "on"</xs:documentation></xs:annotation></xs:attribute></xs:complexType><xs:unique name="issue-id-unique"><xs:selector xpath="issue"/><xs:field xpath="@id"/></xs:unique></xs:element>
Specifies whether the automatic notifier system (if activated) should notify all authors of the project about changes of any project issue. Default is "on"
<xs:attribute name="notifier" type="NotifierOnOff" use="optional" default="on"><xs:annotation><xs:documentation xml:lang="en-US">Specifies whether the automatic notifier system (if activated) should notify all authors of the project about changes of any project issue. Default is "on"</xs:documentation></xs:annotation></xs:attribute>