I am trying to fetch issues linked to a bug in the order of their linking time
ex story-1 story-2 story-3
if story-2 is linked to bug first followed by story-3 and story-1
I want to write a jql query that can fetch me these issues on their order of linking any order either Asc or Des like
story-2,story-3,story-2
issue in linkedIssues({{issue.key}}, "relates to") And issueType = story
I was able to get this far but not able to get them in the order of linking