Format and Filter Options

Filtering is based on any combination of Change Set Id, Username, and ITS Issue ID. The following are filter options:

Use the following format for each unique identifier when applying a filter:

Change Set ID: csid

Displays AccuRev transaction IDs less than or equal to the request value within the current repository. Case insensitive.

Examples:
csid:<transaction_id>
csid:changeset ID
csid:3800
ITS Issue Id: its

Filters the query at the depot level as issues are related with depots. Case insensitive. For example:

its:<ITS_ID>
User Name: user

Filters the revisions by the user name and their committed changes. Case insensitive.

For example:

user:<user_name>
ITS Issue Id and User Name
its:<ITS_ID>:-:user:<user_name> or user:<user_name>:-:its:<ITS_ID>

It is important to pay attention to the formatting and values used for filtering as noted below:

  • The third-party ITS should be configured in AccuWork.
  • The delimiter character used between the filter unique identifier and its value is :.
  • There is NO Space between the identifier, : and the value.
  • The user name used to query the revisions are the AccuRev User names and not the Atlassian Crucible user names.
  • For multiple query fields, use the unique separator :-: . This cannot be changed.
  • For multiple query fields, similar to the one shown above, any combination of change set id, user name, and ITS Issue Id can be used with the unique separator.