d4j-bids -- Lists all bug IDs for a project
d4j-bids -p project_id [-D|-A]
This script is a high level shortcut intended to give developers access to a list of bug IDs for a chosen project. By default, the list of available active bug IDs is returned.
project_id
The ID of the project for which the list of bug IDs is requested. A project ID must be provided to use this utility script.
Include only deprecated bugs. By default, only IDs of active bugs are listed. Cannot be used in conjunction with "all bugs" (-A).
Include both active and deprecated bugs. By default, only IDs of active bugs are listed. Cannot be used in conjunction with "only deprecated bugs" (-D).