Programatic updates not reflected in defect
I'm updating a defect, programmatically, and no errors or exceptions are taking place. The updates are not showing up in the defect. The same exact logic works on most all other defects in that repository and on other repositories. I'm trying to figure out what may be happening.
I had noticed this problem a few weeks ago and the problem just magically went away. Now it is showing up again. I do not have access to the server side logs but can engage the RTC server admin if necessary. I'm wondering if anyone has run into something similar or can speculate on what may be happening. PS - I'm able to update the defect, via the web interface, using that same set of credentials. |
Be the first one to answer this question!
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.
Comments
What are you using to update the defect? Is it REST API? Plain Java Client? You may want to share exactly what you are doing, so we can understand the situation better
using our Plain Java client, we see occasional updates indicating success, but the data is not saved. retrying succeeds (altho it takes from 1-3 retries)