Integer

An integer attribute (or field) can be used to store a unique value in the application, such as Parent ID, Resource User ID, or Team Owner. Or it can be used to capture a required value from a list of values, such as Priority.

Adding an integer attribute

Add a new attribute. From the Type drop-down, select integer.

To add an integer attribute
  1. From the application toolbar, click Setup, and then select Customization.
  2. Select the Attributes Setup tab.
  3. Select the Attributes tab.
  4. Click New.
  5. Name the new attribute. The system name will be generated automatically.
  6. From the Type drop-down, select integer.
  7. From the Rollup Type drop-down, select none (default, no roll-up), min (selects the lowest value or earliest date from an attribute's direct descendent values), max (selects the highest value or latest date from an attribute's direct descendent values), sum (to add all of this attribute's direct descendent values). General attributes that use the sum roll-up type do not require a dependency. An attribute with a rollup type other than none will be saved as a global attribute.
  8. Select Global to make the attribute a global attribute. A global attribute is required for all work item types and optional for any work type.
  9. Select Searchable to allow users to search for the attribute in the Projects and Reports modules.
  10. Under List Attributes, choose an attribute list to which the attribute will be associated.
  11. Under Calculation, select Calculated and then click Calculation to open the Calculation Editor dialog box.
  12. Calculated attributes can be associated with dimensions (except when using Serena Agile On Demand). Under Dimensions, select Dimensioned and then choose the dimensions to which the attribute is associated. If you want to use a MathML calculation with the calculated timephased attribute, select Calculated and then click Calculation to open the Calculation Editor dialog box. Add the MathML calculation and click OK.
  13. Click Save.