When going from Jira Administration -> System->External System Import -> CSV option "Importing from CSV". What I am finding
I load the relationship
Story Key | Story Summary | Feature to Link |
ARXCLOUD-71 | Config Studio - ability to associate or remove trigger and Inline protocols to all existing trigger points | ARXCLOUD-1706 |
When I run the query below by Story with the relationship Relates the Story does not show up even thou the relationship is on the screen.
project = ARXCLOUD AND type = Story AND issueFunction in hasLinkType(Relates)
If I run the query below it finds the relationship.
project = ARXCLOUD AND type = "New Feature" AND issueFunction in hasLinkType(Relates)
So why does it only build the relationship link one way in the backend and not show that on the screen?