Types
Abstract superclass for multiple type changed events
Event representing that an entity is affected by an Issue. READ is granted if READ is granted on `issue`.
Event representing that an Artefact was added to an Issue. READ is granted if READ is granted on `issue`.
Event representing that a Label was added to an Issue. READ is granted if READ is granted on `issue`.
Event representing that an Issue was pinned on a Trackable. READ is granted if READ is granted on `issue`.
Event representing that the Issue was added to a Trackable. READ is granted if READ is granted on `issue`.
Event representing that a User is assigned to an Issue. An Assignment is only active if it is still in `assignments` on Issue. READ is granted if READ is granted on `issue`.
Event representing that the type of an Assignment changed. READ is granted if READ is granted on `issue`.
Main Body of an Issue. Each Issue has exactly one Body. Keeps track when it was last edited and by who, but does not keep track of the change history. READ is granted if READ is granted on `issue`.
Supertype for IssueComment and Body. Represents a text block in the Timeline. Keeps track when it was last edited and by who, but does not keep track of the change history. READ is granted if READ is granted on `issue`.
Event representing that the type of an incoming IssueRelation changed. READ is granted if READ is granted on `issueRelation`.
Comment on an Issue. Can reference Artefacts. Can be deleted, if deleted, the body is set to an empty String and the referencedComments are cleared. Keeps track when it was last edited and by who, but does not keep track of the change history. READ is granted if READ is granted on `issue`.
Event representing that a relation between two Issues has been created. An IssueRelation is only active if it is still in `outgoingRelations` on the `issue`, respectively in incomingRelations on the `relatedIssue`. Caution: This is **not** a subtype of Relation. READ is granted if READ is granted on `issue`.
Event representing that the type of an incoming IssueRelation changed. READ is granted if READ is granted on `issue`.
TimelineItem which can aggregate other TimelineItems. READ is granted if READ is granted on `issue`.
Event representing that the priority of an Issue changed. READ is granted if READ is granted on `issue`.
TimelineItem which grants READ if READ is granted on the issue
Event representing that the Issue was used in an IssueRelation as related issue. The IssueRelation may not be active any more. READ is granted if READ is granted on `relation`.
Event representing that the type of an IssueRelation changed.
Event representing that an entity is no longer affected by an Issue. READ is granted if READ is granted on `issue`.
Event representing that an Artefact was removed from an Issue. READ is granted if READ is granted on `issue`.
Event representing that a User was unassigned from an Issue, meaning an Assignment was removed from an Issue. READ is granted if READ is granted on `issue`.
Event representing that an Issue was unpinned on a Trackable. READ is granted if READ is granted on `issue`.
Event representing that an Issue was removed from a Trackable. READ is granted if READ is granted on `issue`.
Event representing that an incoming IssueRelation was removed. READ is granted if READ is granted on `removedRelation`.
Event representing that a Label was removed from an Issue. READ is granted if READ is granted on `issue`.
Event representing that an outgoing IssueRelation was removed. READ is granted if READ is granted on `issue`.
Event representing that an outgoing IssueRelation was removed.
Event representing that a templated field was removed. READ is granted if READ is granted on `issue`.
Event representing that the state of an Issue changed. READ is granted if READ is granted on `issue`.
Event representing the template of an Issue changed. READ is granted if READ is granted on `issue`.
Event representing that the value of a templated field changed. READ is granted if READ is granted on `issue`.
Supertype of all timeline items. Always part of an Issue.
Event representing that the title of an Issue changed. READ is granted if READ is granted on `issue`.
Event representing that the type of an Issue changed. READ is granted if READ is granted on `issue`.