Expand description

Issue Categories Rest API Endpoint definitions

Redmine Documentation

  • project specific issue categories endpoint
  • specific issue category endpoint
  • create issue category endpoint
  • update issue category endpoint
  • delete issue category endpoint

Structs

The endpoint to create a Redmine issue category

The endpoint to delete a Redmine issue category

The endpoint for a specific issue category

helper struct for outer layers with a issue_categories field holding the inner data

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

a minimal type for Redmine issue categories used in other Redmine objects (e.g. issue)

A lot of APIs in Redmine wrap their data in an extra layer, this is a helper struct for outer layers with a issue_category field holding the inner data

The endpoint for all issue categories in a Redmine project

The endpoint to update an existing Redmine issue category

Enums

Error type for CreateIssueCategoryBuilder

Error type for DeleteIssueCategoryBuilder

Error type for GetIssueCategoryBuilder

Error type for ListIssueCategoriesBuilder

Error type for UpdateIssueCategoryBuilder