It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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.
It started as any story starts, on a normal, rainy day. Admin meets App, and her name was Klok2, and like any first relationship we were both trying to make it work but neither one knew what...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.