Force save WorkItemWorkingCopy ??
Can we force save WorkItemWorkingCopy? We have developed a Java code which updates WI's with attachments. However, for some requests we get following status:
We imported these records using CSV importer to RTC and will not be able to the value for "Planned For"(ideal way) because it is not known and will be filled by end user. Therefore, can we do something like force save or can bypass this check?? Relevant code snippet is: String projectAreaName = "AMT IDC Project Area"; //Give project area name |
2 answers
Thanks a lot for the reply Geoff. Right now this is seems to be the only good approach. However, we are still analyzing it's feasibility as we have many custom fields which are mandatory at one status or other.
We were thinking of a force save kind of thing because we are able to import these records by using CSV importer and importer must also have to do a save. But as you said "It would be a pretty poor check" if we are able to by pass it :). -Regards, Achal As far as I know, you cannot bypass the check (it would be a pretty poor |
Geoffrey Clemm (30.1k●3●30●35)
| answered Sep 08 '11, 1:36 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As far as I know, you cannot bypass the check (it would be a pretty poor
check, if you could . What you could do is temporarily turn off that check in your project area (manually), run your import, and then turn the check back on (manually). Cheers, Geoff On 9/7/2011 9:23 AM, achal wrote: Can we force save WorkItemWorkingCopy? We have developed a Java code |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.