Hello everybody,
we update the description - column in our JIRA database by daily running script.
The new description is not updated in the UI.
Any idea how to disable the browser cache (for this field)?
THX
Best Regards,
Sven&Carsten&Peter&Andy
First throw away your script.
You should NEVER write to an active JIRA database. Always go through one of the APIs.
To fix the transient problem, it is nothing to do with the browser cache, it is the internal index and you need to re-index the issue.
So, once you have deleted your SQL process, the second step is to check what other forms of damage you might have been doing. Is it just description, or are you breaking other things?
Third, once you know the full impact, you should re-index your whole system to get the index in the correct state.
Fourth, take your script and convert it to something that does it properly - use REST to update the issues is probably the easiest approach.
Hi Nic, thx for your answer, you´re right. Do you have a hint for us to update the project description field using the api? Is there a useful function? Regards, Sven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/updating-an-issue-via-the-jira-rest-apis NB I have not set description this way
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.