We are connected to Fisheye from Jira. If I hover over the commit header, I can see a link to my info in fisheye. Where is this link stored in Jira? What table? I have looked thru all the documentation I can find and there is no reference to what plugin table in Jira contains this information.
Jira connects to Fisheye to get some of the information, and it indexes some of it.
So some, possibly all, of what you see on screen is not held in the database.
I would want to question what problem you are trying to solve with this. Reading a Jira database is almost certainly the worst possible way to do whatever it is, so we may be able to point you at something that will work better! (Or even just work)
The project in one instance of Jira is being moved to another instance of Jira where the fisheye plugin is not being allowed. So we need to pull those links in from the legacy site and put them into the target Jira instance remotelink table as plain links.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, the best thing to do would be to read the current Jira over REST, getting the development data. You may then need to read Fisheye to get all of what you need. Then, post-migration, poke the remote link data into the moved issues over REST (I can't recommend touching the database - it often fails, and leaves you unsupported)
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.