ProjectComponents
Columns
Name | Type | ReadOnly | References | SupportedOperators | Platform | Description |
Id [KEY] | Integer | True | = | Common | The Id of the component. | |
ProjectId | Integer | True | Projects.Id | =,IN | Common | The selected project's id. |
ProjectKey | String | False | =,IN | Common | The selected project's key. | |
Name | String | False | Common | The name of the component. | ||
Description | String | False | Common | The description of the component. | ||
LeadDisplayName | String | True | Common | The display name of the component's lead. | ||
LeadKey | String | False | Common | The key of the component's lead. | ||
AssigneeType | String | False | Common | The type of the component's default assignee. The allowed values are PROJECT_DEFAULT, COMPONENT_LEAD, PROJECT_LEAD, UNASSIGNED. | ||
AssigneeDisplayName | String | True | Common | The display name of the component's default assignee. | ||
AssigneeKey | String | True | Common | The key of the component's default assignee. | ||
IsAssigneeTypeValid | Boolean | True | Common | Whether the assignee type is valid. |
Last updated