Do you need to reindex issue after updating issue

Do you need to reindex issue after updating an issue field using Java API?

I think it depends about how your are updating the issue.

If you use the IssueService there would be no need to do the reindex as this method take cares about this to you.

https://docs.atlassian.com/software/jira/docs/api/7.2.1/com/atlassian/jira/bc/issue/IssueService.html#update-com.atlassian.jira.user.ApplicationUser-com.atlassian.jira.bc.issue.IssueService.UpdateValidationResult-

1 Like