Refresh cache in Desktop client

Submitted by timecl on 2011-01-06

Hi,

I'm trying to create ticket from an external script (recurrent ticket). I would like to know how can I refresh the cache of the desktop client because it's displaying well the new ticket in the web client but not in the desktop unless I manually remove the cache files. The button 'Update Project' does not seem to have an effect on it.

Thank you
Vincent

How does your script add the issue? It should work if you use System_Api_IssueManager::addIssue().

Regards,
Michał

Actually I'm doing it with a trigger in the SQL database
It was working with inserting a new issue but not when updating an issue with the trigger.
I simply forgot to update both stamp_id for the folder and the issues updated.
It's working pretty well now, thank you :)