It's all about the answers!

Ask a question

what my category whould be like?? the exact value??


Ali tech (211610) | asked Jun 22 '10, 4:59 a.m.
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???

Be the first one to answer this question!


Register or to post your answer.