Module redmine_api::api::issue_categories
source · [−]Expand description
Issue Categories Rest API Endpoint definitions
- 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
Builder for
CreateIssueCategory.The endpoint to delete a Redmine issue category
Builder for
DeleteIssueCategory.The endpoint for a specific issue category
Builder for
GetIssueCategory.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
Builder for
ListIssueCategories.The endpoint to update an existing Redmine issue category
Builder for
UpdateIssueCategory.Enums
Error type for CreateIssueCategoryBuilder
Error type for DeleteIssueCategoryBuilder
Error type for GetIssueCategoryBuilder
Error type for ListIssueCategoriesBuilder
Error type for UpdateIssueCategoryBuilder