Expand description

Issue Relations Rest API Endpoint definitions

Redmine Documentation

  • 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

The endpoint to delete an issue relation

The endpoint for a specific issue relation

a type for issue relations to use as an API return type

The endpoint for all issue relations in a Redmine issue

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