I built a plugin which creates subtask of a given isssue and adds a comment like "Created using XYZ Plugin".
But when i search with a query say:
comment ~ "XYZ"
no results show up.
However, after editing the issue in any way for example editing or adding a comment or any field, results in the issue being showed up in the search results.
What could possibly the problem be?
Try re-indexing the issue in the plugin using IssueIndexManager.
ComponentManager.getInstance().getIndexManager().reIndex(yourIssue)
Your plugin is not re-indexing the issue after adding the comment.
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.