I need to get set of SprintMarkers for concrete issue from my code and add linked issues to the same Spring Marker.
Sprint Marker is a "draft Sprint", on "Plan" board, before pressing "Start Sprint". After pressing "Start Sprint" GH removes this object from DB and creates Sprint object. There is table "AO_??????_SPRINTMARKER", which contains this objects persisted.
I've read almost all the documentation about GH's API, but found nothing about this question. I guess, this is impossible without hacking GH. Is it correct or not?
----
I saw question https://answers.atlassian.com/questions/105079/can-i-query-by-sprint-that-was-not-started-to-report-my-plan. It is not the same thing.