Types
Template for Artefacts Defines templated fields with specific types (defined using JSON schema).
Type for an Assignment, like REVIEWER. Part of an IssueTemplate. READ is always granted.
Template for Components. Defines templated fields with specific types (defined using JSON schema). Defines SubTemplate for ComponentVersions.
SubTemplate for ComponentVersion. Part of a ComponentTemplate. Defines templated fields with specific types (defined using JSON schema).
SubTemplate for IMSIssue. Part of a IMSTemplate. Defines templated fields with specific types (defined using JSON schema).
SubTemplate for IMSProject. Part of a IMSTemplate. Defines templated fields with specific types (defined using JSON schema).
Template for imss Defines templated fields with specific types (defined using JSON schema).
SubTemplate for IMSUser. Part of an IMSTemplate. Defines templated fields with specific types (defined using JSON schema).
SubTemplate for InterfacePart. Part of a InterfaceSpecificationTemplate. Defines templated fields with specific types (defined using JSON schema).
Defines which InterfaceSpecifications are derived under which conditions by a Relation. Part of a RelationCondition, which is part of RelationTemplates. READ is always granted.
Template for InterfaceSpecifications. Defines templated fields with specific types (defined using JSON schema). Defines on which Components InterfaceSpecifications with this Template can be (in)visible on. Defines SubTemplates for Interfaces and InterfaceSpecificationVersions.
SubTemplate for InterfaceSpecificationVersion. Part of a InterfaceSpecificationTemplate. Defines templated fields with specific types (defined using JSON schema).
Type of an IntraComponentDependencySpecification like CALLS. Part of a ComponentTemplate. READ is always granted.
Type for an IssueRelation, like DUPLICATES or DEPENDS_ON. Part of an IssueTemplate. READ is always granted.
State of an Issue like BUG or FEATURE_REQUEST. Part of an IssueTemplate. READ is always granted.
Template for Issues. Defines templated fields with specific types (defined using JSON schema). Defines possible IssueTypes, IssueStates and IssuePriorities for Issues with this Template, possible AssignmentTypes for Assignments to Issues with this template, and possible RelationTypes for outgoing IssueRelations for Issues with this template. All those are derived, if this Template extends another IssueTemplate.
Interface for all types which support templates describing user writeable fields.
Condition which defines if a Relation can use a RelationTemplate. A relation can only use the Template, if the start of the Relation has a template in from, and the end of the Relation has a template in to. Also defines which InterfaceSpecifications are derived via the Relation. Part of a RelationTemplate. READ is always granted.
Template for RelationPartners.
Template for Relations. Defines templated fields with specific types (defined using JSON schema). Defines which Relations can use this Template. At least one RelationCondition has to match.
BaseTemplate which is part of a Template. Defines templated fields with specific types (defined using JSON schema). Does not provide any composition features, as composition is handled by the Template it is part of.
BaseTemplate with composition features. Can have SubTemplates. Defines templated fields with specific types (defined using JSON schema).
Interface for all types which support templates.