Degraded performance Customers may experience intermittent errors using Community search. Our platform vendor is investigating.
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreAs a Jira power user, I was at first doubtful that Trello could benefit my workflow. Jira already uses boards (ones you can customize!), so why would I even need to use Trello?! In this post you will...
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.