Showing the associated projects, baseline, folders, tasks, or objects for a project grouping

You can show the associated projects, baseline, folders, tasks, or objects for the specified project groupings.

About this task

ccm pg|project_grouping -s|-sh|-show ((proj|projects) | (bl|baseline) | 
       (fo|folders) | (at|added_tasks) | (rt|removed_tasks)
       (tob|tasks_on_top_of_baseline) | | all_tasks | 
       (obj|objs|objects) | automatic_tasks) [-f|-format format] [-nf|-noformat] 
       ([-ch|-column_header] | [-nch|-nocolumn_header]) 
       [-sep|-separator separator] ([-sby|-sortby sortspec] | 
       [-ns|-nosort|-no_sort]) [-gby|-groupby groupformat] [-u|-unnumbered] 
       project_grouping_spec...
-ch|-column_header
Specifies to use a column header in the output format. See -ch|-column_header for details.
-f|-format format
Specifies to use a column header in the output format. See -f|-format for details.

A keyword can be built in (%fullname, %displayname, %objectname) or the name of any existing attribute such as %modify_time or %status.

See Built-in keywords for a list of keywords.

-gby|-groupby groupformat
Specifies how to group the command output. See -gby|-groupby for details.
-nch|-nocolumn_header
Specifies not to use a column header in the output format. See -nch|-nocolumn_header for details.
-nf|-noformat
Specifies not to use column alignment. See -nf|-noformat for details.
-ns|-nosort|-no_sort
Specifies not to sort the command output. See -ns|-nosort for details.
project_grouping_spec
Specifies the project grouping to show. For more information, see Project grouping specification.
-sby|-sortby sortspec
Specifies how to sort the command output. See -sby|-sortby for details.
-sep|-separator separator
Used only with the -f|-format option. Specifies a different separator character. See -sep|-separator for details.
-s|-sh|-show
These keywords are supported with -show:
  • all_tasks

    If specified, shows the set of tasks used by the update operation

  • at|added_tasks

    If specified, all tasks that are in Added Tasks for the project grouping are displayed.

  • automatic_tasks

    If specified, shows the automatic tasks in the project grouping. An automatic task is automatically created by Rational Synergy and related to a nonstatic project or nonstatic product.

  • bl|baseline

    If specified, the baseline name is displayed.

  • fo|folders

    If specified, the folder name is displayed.

  • obj|objs|objects

    If specified, all objects that are included in all projects in the project grouping are displayed.

  • proj|projects

    If specified, all projects that are included in the project grouping are displayed.

  • rt|removed_tasks

    If specified, all tasks that are in Removed Tasks for the project grouping are displayed.

  • tob|tasks_on_top_of_baseline

    If specified, displays the tasks that are in the project grouping but are not in the baseline.

-u|-unnumbered
Suppresses automatic numbering of the command output. See -u|-unnumbered for details.

Example

Show all tasks in the project grouping:
ccm pg -s all_tasks "All Base/1.0 Integration Testing Projects from Database G"
Project Grouping All Base/1.0 Integration Testing Projects from Database G:
1) G#123 Base/1.0 dev3 7/4/08 12:46 PM

Feedback