DDTSACCESS(1)
NAME
ddtsaccess - determine if user can access a defect
SYNOPSIS
ddtsaccess [-a | -r | -s newstate] bugid
DESCRIPTION
Use ddtsaccess to determine if ddts will allow the user to
make the requested access to the specified defect.
OPTIONS
-a
Print a summary of all allowed accesses to this defect by
the current user.
-r
Check for read access.
-s newstate
Check for allowed access to transition to given state.
bugid
The defect id to be accessed.
Choosing no options means to check for modification permission.
The exit code of ddtsaccess is "success" (0) when the user is
granted the requested access. A non-zero exit code means that
access was denied.
SEE ALSO
The security chapter of the ClearDDTS Administrators Guide.