I'm trying to get only issues with relations with another issue in redmine REST API.
I can't find any reference over internet for doing so
https://redmine.xxxx.com/issues.json?include=relations
another possibility would be getting all issues, but sorted by "relations" in order to get first all issues with relations
tried either
https://redmine.xxxx.com/issues.json?include=relations&sort=relations
https://redmine.xxxx.com/issues.json?include=relations&sort=relations:desc
without luck. any idea ?
edit adding use case scenario to help understanding the current situation. this specific redmine instance is used for Master Data Management scenario. Issues are entities / schemas / tables / columns and we are using relations for mapping.
our current "proof of concept" system has ~11000 issues and I would like to vizualize (search, navigate, zoom) only the one with relationships. This prevents me to call for each issues the relations API.