Structs§
- Create
Component Params - struct for passing parameters to the method
create_component - Delete
Component Params - struct for passing parameters to the method
delete_component - GetComponent
Params - struct for passing parameters to the method
get_component - GetComponent
Related Issues Params - struct for passing parameters to the method
get_component_related_issues - GetProject
Components Paginated Params - struct for passing parameters to the method
get_project_components_paginated - GetProject
Components Params - struct for passing parameters to the method
get_project_components - Update
Component Params - struct for passing parameters to the method
update_component
Enums§
- Create
Component Error - struct for typed errors of method
create_component - Delete
Component Error - struct for typed errors of method
delete_component - GetComponent
Error - struct for typed errors of method
get_component - GetComponent
Related Issues Error - struct for typed errors of method
get_component_related_issues - GetProject
Components Error - struct for typed errors of method
get_project_components - GetProject
Components Paginated Error - struct for typed errors of method
get_project_components_paginated - Update
Component Error - struct for typed errors of method
update_component
Functions§
- create_
component - Creates a component. Use components to provide containers for issues within a project. This operation can be accessed anonymously. Permissions required: Administer projects project permission for the project in which the component is created or Administer Jira global permission.
- delete_
component - Deletes a component. This operation can be accessed anonymously. Permissions required: Administer projects project permission for the project containing the component or Administer Jira global permission.
- get_
component - Returns a component. This operation can be accessed anonymously. Permissions required: Browse projects project permission for project containing the component.
- get_
component_ related_ issues - Returns the counts of issues assigned to the component. This operation can be accessed anonymously. Permissions required: None.
- get_
project_ components - Returns all components in a project. See the Get project components paginated resource if you want to get a full list of components with pagination. This operation can be accessed anonymously. Permissions required: Browse Projects project permission for the project.
- get_
project_ components_ paginated - Returns a paginated list of all components in a project. See the Get project components resource if you want to get a full list of versions without pagination. This operation can be accessed anonymously. Permissions required: Browse Projects project permission for the project.
- update_
component - Updates a component. Any fields included in the request are overwritten. If
leadAccountIdis an empty string ("") the component lead is removed. This operation can be accessed anonymously. Permissions required: Administer projects project permission for the project containing the component or Administer Jira global permission.