Table | cm_co_jira_provisioner_targets |
---|---|
Description | Per-CO Jira provisioning target configurations |
Plugin |
Column | Format | Description | Definition | Comments |
---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | |
co_provisioning_target_id | integer, foreign key | CO Provisioning Target ID | ||
server_id | integer, foreign key | Server ID | cm_servers:id | |
username_type | varchar(64) | Type of identifier to use as Jira person name | cm_identifiers:type | |
query_by_username | boolean | Query Jira using both key and username |
| |
provision_co_group_id | integer, foreign key | If set, the ID for the CO Group to which a person must belong to be provisioned to Jira | cm_co_groups:id | |
deactivate | boolean | Whether users in Jira are deleted or set to inactive |
| |
group_type | varchar(64) | If set, only CO Groups with this Identifier type will be provisioned | cm_identifiers:type | |
group_name | boolean | Whether to use the value of the group_type identifier as the name of the group in Jira |
| |
remove_unknown | boolean | Whether to remove unknown users from groups in Jira |
|