what my category whould be like?? the exact value??
String[] args = {"https://localhost:9443/jazz","wang","wang","project001","requirement","suibian","defect"};
if (args.length != 7) {
System.out.println("Usage: CreateWorkItem <repositoryURI> <userId> <password> <projectArea> <workItemType> <summary> <category>");
return false;
}
can someone tell me what the <category>" value???