Oracle Fusion Middleware Tag Reference for Oracle Team Productivity Center Connectors 12c (12.1.2) E23195-01 |
Tag name: <WorkItem>
The WorkItem tag defines a work item.
<WorkItem data-source="rpthead" id-def="RPTNO" id-label="${res.BUG_NO}" label-def="RPTNO" name="${res.BUG_NAME}" type="Bug" subject-def="SUBJECT" webURLHandler="oracle.alm.bugdb.model.BugFieldFeaturesImpl" operatorHandler="oracle.alm.bugdb.model.BugFieldFeaturesImpl" supportSearchByID = "true" xmlns="http://www.oracle.com/alm" version="1.1.1.1"/>
Name | Type | Default value | Required? | Supports EL? | Description | |
---|---|---|---|---|---|---|
name | String | Y | Y | Specifies the work item name. The name should be unique in the repositoryModule scope. | ||
id-def | String | Y | Y | Specifies the field name that uniquely identifies a work item in the back end repository. | ||
id-label | String | Y | Specifies the string that can be used to summrize the work item content. It is an UI property that is used as a display name for the work item. For example The tab text shows the value of this attribute when the work item is opened in an IDE editor window. | |||
subject-def | String | Y | This attribute specifies the field that provides a summary or subject of the work item. | |||
type | String | Y | The type attribute is used to differentiate different work item in same repository. One repositoryModule can define multiple work item types. For example: In JIRA repository module there are types of task bug improvement. | |||
type-label | String | Y | The label for the type attribute which can be used to show type as translatable value in corresponding UI UI. | |||
webURLHandler | String | Y | This attribute specifies a java implementation of oracle.alm.common.model.WorkItemFieldFeature interface. | |||
supportSearchByID | boolean | true | Y | Indicates whether search by work item id will be enabled or not on the client. Valid values are true and false. A menu item is added when right mouse click the repository node inside the work item accordion if the value is set to true. | ||
supportWorkItemCreation | boolean | true | Y | Indicates whether creating workimte will be enabled or not on client (note: this attribute is to be revisited in the future). | ||
queryConjunctions | String | true | Y | Define the supported query conjunctions for the query of workitems in current connector repository. By default we should both AND and OR. Value can be AND or OR or both(separated by comma) | ||
data-source | String | Y | Y | Specifies the name of a data source defined in the work item model definition file. It is used to retrieve work item details. | ||
operatorHandler | String | Y | Y | Specifies a implementation java class of WorkItemFieldFeature interface. |