Actions
Update Component
Updates a component. Any fields included in the request are overwritten. If is 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.
To learn more, visit the Jira documentation.
Parameters
Parameter | Description |
---|---|
Assignee Type | The nominal user type used to determine the assignee for issues created with this component. See realAssigneeType for details on how the type of the user, and hence the user, assigned to issues is determined. Can take the following values:- PROJECT_LEAD the assignee to any issues created with this component is nominally the lead for the project the component is in. |
COMPONENT_LEAD
the assignee to any issues created with this component is nominally the lead for the component.UNASSIGNED
an assignee is not set for issues created with this component.PROJECT_DEFAULT
the assignee to any issues created with this component is nominally the default assignee for the project that the component is in.Default value:PROJECT_DEFAULT
.Optional when creating or updating a component. | | Description | The description for the component. Optional when creating or updating a component. | | ID | The ID of the component.Can be obtained via theList Project Components
action. | | Lead Account ID | TheaccountId
of the component’s lead user.TheaccountId
uniquely identifies the user across all Atlassian products.For example,5b10ac8d82e05b22cc7d4ef5
. | | Name | The unique name for the component in the project. Required when creating a component. Optional when updating a component. The maximum length is 255 characters. |
Example Output
Workflow Library Example
Update Component with Jira and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?