RTC 6.0.3: How can I set Filed Against using java OSLC using QName
Hello,
I have a java client OSCL,and I want to set Field Against to specific iteration, the id is com.ibm.team.workitem.attribute.category but it has custom string
so I tried this way but it didn't
new QName("http://jazz.net/xmlns/prod/jazz/rtc/ext/1.0/", "com.ibm.team.workitem.attribute.category", "rtc_ext"), new String ("text"))
also I tried
com.ibm.team.workitem.attribute.category", "oslc_cmx"), serverURI +"/oslc/categories..
but I don't know how to get the id of the specific iteration and I can't see it in the process configuration source
any ideas ?