I am trying to identify all linked issues to an issue by a date and time they were linked. This is for a recovery effort and don't want to manually go through the couple of hundred links on my feature.
The only way I can think you can accomplish this is by using the JIRA ScriptRunner add-on which offers the issueFunction in JQL
issueFunction in linkedIssuesOf("filter = 'Stories in Epic'")
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_haslinks
Gabrielle's answer will get you part of the way. The real difficulty is finding WHEN the issue was linked. There aren't any "linked on" field you can query. I think the only thing you can do is SQL queries in the DB. Since the links are listed in the history, there must be a way to single out entries related to issue links and narrow down those added in the range that interest you.
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.