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

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

About this task

ccm pg|project_grouping -s|-sh|-show ((proj|projects) | (bl|baseline) | 
       (at|added_tasks) | (rt|removed_tasks)
       (tob|tasks_on_top_of_baseline) | | all_tasks | 
       (obj|objs|objects)) [-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_headers 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_headers for details.
-nf|-noformat
Specifies not to use column alignment. See -nf|-noformat for details.
-ns|-nosort|-no_sort
Specifies that the command's output will not be sorted. 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:
  • proj|projects

    If specified, all projects that are included in the project grouping are displayed. The default format is:

    %displayname %status %owner %release %create_time

    The default format may be overridden by using the -format option.

  • bl|baseline

    If specified, the baseline name is displayed. The default format is:

    %displayname: %description

  • at|added_tasks

    If specified, all tasks that are in the project grouping's Added Tasks are displayed. Added Tasks are the tasks that the user added manually.

    The default format is:

    %displayname %release %owner %create_time

    The default format may be overridden by using the -format option.

  • obj|objs|objects

    If specified, all objects that are included in all projects in the project grouping are displayed. The default format is:

    %displayname %status %owner %release %create_time

    The default format may be overridden by using the -format option.

  • rt|removed_tasks

    If specified, all tasks that are in the project grouping's Removed Tasks are displayed. These are the tasks that the user manually removed.

    The default format is:

    %displayname %release %owner %create_time

    The default format may be overridden by using the -format option.

  • tob|tasks_on_top_of_baseline

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

  • all_tasks

    If specified, shows the set of tasks used by the update operation The default format is:

    %displayname %release %owner %create_time

    The default format may be overridden by using the -format option.

-u|-unnumbered
Suppresses automatic numbering of the command's output (that is, the output is un-numbered). See -u|-unnumbered for details.

Example


Feedback