What is mandatory fields for Create Issue/record(ChangeRequest/Defect) in Clearquest ? HELP.
![](http://jazz.net/_images/myphoto/272d361c722f9eacb30161ce7f3f837e.jpg)
Hi all,
For create issue I have using below Fields, to create a issue in Clear quest server. but my question is Project is mandatory field to create issue?, any one tell me.
Is it possible to create Issue without project?.
Help me out on this.
...........
<oslc_cm:ChangeRequest>
<dcterms:type>ALMRequest</dcterms:type>
<cq:Headline>new issue in CQ </cq:Headline>
<cq:Severity>Sev1 - Critical</cq:Severity>
<cq:Project>SAMPL00000001</cq:Project>
<cq:Type>General</cq:Type>
<cq:SecurityPolicy>Everyone</cq:SecurityPolicy>
<cq:Description>Test jar</cq:Description>
</oslc_cm:ChangeRequest>
.................
Thanks.