Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Can't attach files to work items via web interface in RTC

Unable to add new file attachments to project area . I normally use the web interface, after selecting the file it shows an "uploading" message then displays a browser popup saying "can't save work item". Logging on to the desktop client on my PC, I was able to attach a file to the same work item without error (so doesn't appear to be a problem with the permissions or project configuration). Logging on to the web interface, I found I couldn't attach a new file either. I don't think it's a browser cache problem, as it behaved the same on different PCs.

0 votes

Comments

@ankushfarkya: do you have access to the server logs? If so, do any errors appear in there? See here for help locating the server logs. Also, what version RTC is this?

Is this issue browser specific? Have you tried to attach files on different web browsers?



One answer

Permanent link
 Have you ever activated a customized plugin as precondition one to the RTC?
If so, please verify the code and try to modify it as below:

// save action
if (data instanceof ISaveParameter){
ISaveParameter saveParameter = (ISaveParameter) data;
IAuditable auditable = saveParameter.getNewState();
   
   // workitem object
if (auditable instanceof IWorkItem){
                                   .....
The point is to verify the saving action just for a workitem object, since WEB UI will deem that attaching action as a saving action.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,019

Question asked: Oct 03 '12, 11:11 a.m.

Question was seen: 4,975 times

Last updated: Jul 17 '13, 10:51 p.m.

Confirmation Cancel Confirm