ComponentFlagTypes
Get information about the flag types of a component.
Columns
Name | Type | Description |
Id [KEY] | Int | The ID of the flagtype. |
FlagName | String | The name of the flagtype. |
Description | String | The description of the flagtype. |
CcList | String | The concatenated CC list for the flagtype, as a single string. |
SortKey | Int | The sortkey of the flagtype. |
IsActive | Boolean | Whether the flagtype is active or disabled. Flags being in a disabled flagtype are not deleted. It only prevents you from adding new flags to it. |
IsRequestable | Boolean | Whether you can request for the given flagtype (i.e. whether the '?' flag is available or not). |
IsRequesteeble | Boolean | Whether you can ask someone specifically or not. |
IsMultiplicable | Boolean | Whether you can have more than one flag for the given flagtype in a given bug/attachment. |
GrantGroup | Int | The group ID that is allowed to grant/deny flags of this type. If the item is not included all users are allowed to grant/deny this flagtype. |
RequestGroup | Int | The group ID that is allowed to request the flag if the flag is of the type requestable. If the item is not included all users are allowed request this flagtype. |
ProductName | String | The product that contains the component these flagtypes are in. |
ComponentName | String | The component these flagtypes are in. |
Type | String | Whether this flag type belongs to a 'bug' or an 'attachment' |