EditAttachPrintable
r7 - 2014-12-23 - 14:32:59 - Main.dmmckinnYou are here: TWiki >  Deployment Web > DeploymentIntegrating > DeploymentIntegratingReporting > ReportingOnCustomAttributesAndEnumerations

Report on custom attributes and enumerations uc.png

Authors: LuizSouza
Build basis: IBM Rational Reporting for Development Intelligence (RRDI), IBM Rational Team Concert (RTC)

Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph Introductory paragraph

Background

Before proceeding with the instructions below, review the following explanation of how custom attributes are set up:

In RRDI, when you open Report Studio, there are 2 main areas you have to look for:

  1. Requests
    This holds the work items you want to use in your report

  2. Request String Extension

    This holds the custom attributes. The column VALUE contains the custom attribute value, or in the case of the custom attribute being an ENUMERATION, then the column VALUE contains the key of the table of enumeration, represented in Report Studio by Request Enumeration.

So basically, what you have to do is create a couple of query joins in Report Studio to access your Custom Attributes.

IMPORTANT: You will find the package you are going to use in Report Studio under > Operational Data Store > Request Area > Request String Extension.
report-studio-package.jpg

Step by Step process to report on Custom Attributes with Enumeration:

  1. In the RTC interface where you define custom attributes, check the ID of the custom attribute you want. You are going to use this value later in the process.

  2. While in this interface, check the type of this custom attribute. This type will tell you what table it is stored in RRDI. There are several kinds of tables with names such as REQUEST_INT_EXT, REQUEST_STRING_EXT, and others. These tables are represented in the package in Report Studio with names such as Request String Extension, and others.

  3. In Report Studio, create three queries, one for Request (named Work_Item for this example), Request String Extension and another for Request Enumeration.

    three-queries.jpg

    Very Important: Using the value of the ID of the custom attribute from step #1, create a filter in the Request String Extension query associated with the Name column.

    In the example below [Name] = 'com.ibm.team.apt.attribute.complexity'


    request-string-extension.jpg

  4. Create a join with Work_Item and Request String Extension


    create-a-join.jpg


    join-relationships.jpg

    Double click the Relationship node join.jpg and set the relationship as illustrated above. Under Work_Item select the Request ID column name and again under Request String Extension you should also select the Request ID column name. Then click OK and the join relationship will be created.

    Do not forget to populate the query populate-query.jpg with the columns from the two queries of the join.

  5. Now, create another join with the query above and the Request Enumeration query:


    create-another-join.jpg
    For this join, create the following relationship:

    create-relationship.jpg

    Under Request_Req_String_Ext select the Value column name and under Request Enumeration select the External ID column name, then click OK and the join relationship will be created. These columns define the relationship of this join.

  6. Create your report

    Now, in Report Studio you might see something like this:

    report-studio.jpg

    What you have to do now is to use the REQ_ENUMERATION query above in your reports. Below is an example:

    example-table.jpg

  7. The column Literal Name has the value of your custom attribute enumeration.

Important: Make sure the person running the report has the appropriate access rights for the Project Area from which you want to extract work items.

Related topics: Deployment web home

External links:

Additional contributors: TWikiUser

Questions and comments:

Warning: Can't find topic Deployment.ReportingOnCustomAttributesAndEnumerationsComments

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r10 < r9 < r8 < r7 < r6 | More topic actions...
 
This site is powered by the TWiki collaboration platformCopyright © by IBM and non-IBM contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use. Please read the following disclaimer.
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.