Module issue_categories

Source
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§

CreateIssueCategory
The endpoint to create a Redmine issue category
CreateIssueCategoryBuilder
Builder for CreateIssueCategory.
DeleteIssueCategory
The endpoint to delete a Redmine issue category
DeleteIssueCategoryBuilder
Builder for DeleteIssueCategory.
GetIssueCategory
The endpoint for a specific issue category
GetIssueCategoryBuilder
Builder for GetIssueCategory.
IssueCategoriesWrapper
helper struct for outer layers with a issue_categories field holding the inner data
IssueCategory
a type for issue categories to use as an API return type
IssueCategoryEssentials
a minimal type for Redmine issue categories used in other Redmine objects (e.g. issue)
IssueCategoryWrapper
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
ListIssueCategories
The endpoint for all issue categories in a Redmine project
ListIssueCategoriesBuilder
Builder for ListIssueCategories.
UpdateIssueCategory
The endpoint to update an existing Redmine issue category
UpdateIssueCategoryBuilder
Builder for UpdateIssueCategory.

Enums§

CreateIssueCategoryBuilderError
Error type for CreateIssueCategoryBuilder
DeleteIssueCategoryBuilderError
Error type for DeleteIssueCategoryBuilder
GetIssueCategoryBuilderError
Error type for GetIssueCategoryBuilder
ListIssueCategoriesBuilderError
Error type for ListIssueCategoriesBuilder
UpdateIssueCategoryBuilderError
Error type for UpdateIssueCategoryBuilder