JIRA offers a possibility to link an issue (task, new feature, …) to an Epic. Is it possible to get these links thru JIRA Cloud rest API? From what I’ve seen in https://docs.atlassian.com/jira/REST/cloud/, there is nothing on this, but I may be wrong…
Well you got my question right. When editing an issue, there is a possibility to link it to other issue(s) (point 1 in attached screenshot), and to an Epic (point 2 in attached screenshot).
So seems API endpoint epic-getIssuesForEpic does the job corresponding to point 2, and that’s what I was looking for,