How to fix issues with a corrupt index state
Problem
Solution
update issue_version set DELETED = 'N' where DELETED ='Y' and ISSUE_ID in (Select ID from jiraissue);PreviousHow to maintain email threads in JiraNextHow to set polling interval for mail accounts manually
Last updated