Module redmine_api::api::issue_relations
source · Expand description
Issue Relations Rest API Endpoint definitions
- issue specific issue relations endpoint
-
create issue relation endpoint
- normal relations
- delay in precedes/follows
- specific issue relation endpoint
- delete issue relation endpoint
Structs§
- The endpoint to create an issue relation
- Builder for
CreateIssueRelation
. - The endpoint to delete an issue relation
- Builder for
DeleteIssueRelation
. - The endpoint for a specific issue relation
- Builder for
GetIssueRelation
. - a type for issue relations to use as an API return type
- The endpoint for all issue relations in a Redmine issue
- Builder for
ListIssueRelations
. - A lot of APIs in Redmine wrap their data in an extra layer, this is a helper struct for outer layers with a relation field holding the inner data
- helper struct for outer layers with a relations field holding the inner data
Enums§
- Error type for CreateIssueRelationBuilder
- Error type for DeleteIssueRelationBuilder
- Error type for GetIssueRelationBuilder
- Type of issue relation
- Error type for ListIssueRelationsBuilder