How can I create defect and attach it to defect suite via Rally API (java)? Can you add an example?
Thanks Eyal
How can I create defect and attach it to defect suite via Rally API (java)? Can you add an example?
Thanks Eyal
Copyright © 2021 Jogjafile Inc.
Here is a java example that queries on an existing defect suite, creates a new defects, adds the defect suite to the new defect's DefectSuites collection and updates the defect:
Code is available in this github repo.