not sure what is happening.
but i can search for an issue in the search page, and it displays in the list.
however, if i click on the link for the issue, i get a screen suggesting that i dont have access to it.
what is odd, is that when i do a DB search on the JIraIssue table, i cannot find that issue in there...
so i am a bit confused on why the initial search can find that issue???
what can i do to solve this issue?
The search results come from a lucene and not from the database so it's technically possible for them to be out of sync, which could explain why you can't find the issue in the database.
You might need to re-index the issues and they will then disappear from the search results.
Just a guess though :)
If re-indexing works here, then you need to take a long hard look at what you have set up that is corrupting your index.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here!
There is a long boring essay possible about how it works, but it is not too hard to summarise.
You said, "Search results come from the Lucene index", which covers most of the essay really well.
The bit I wanted to add was a note about when Jira does read the database. It does it for
It's a "source of truth" thing.
There are a few other bits, mostly because it's quicker and easier to ask the database for data directly rather than write a huge amount of code for a really simple abstraction that is rarely if ever, used.
The other thing was "try just a project re-index", or even just edit an issue that you think should be appearing in the search - editing an issue triggers a rebuild of all the index data for it, so if it is an index problem, that should fix it. (Amend a system field to be 100% sure it triggers re-indexing. I usually add or remove some punctuation from the summary or description; "Mr Flibble rocks." to "Mr Flibble rocks!" will re-index the whole issue)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
I strongly recommend that you stop looking in the database. Its complex, has evolved as a data store, and is totally unsuitable for any form of reporting, because it's rare that people trying to report on it understand it (and there's a very steep learning curve).
Go to the project administrator and ask them why you don't have permission to see it.
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.