How to query relations between issues
Added by Adrián A. about 12 years ago
Hello I'd like to query relations between issues (through "related to" issues' property).
In my case I've a kind of tracker named (for example) ATracker. For every ATracker I've different kinds of issues "related to" ATracker's Issues, for example: defect, tasks, and so on.
So
ATracker's issue >---< (related to) Defect's Issue
ATracker's issue >---< (related to) Task's Issue
I need a query to get all issues of the ATracker type which have a "relate to" Defect in the state open. (just as an example)
Since I couldn't do this using custom queries how can accomplish this? is there any better approach to do it?
is this a new feature?
kind regards!
Replies (1)
RE: How to query relations between issues - Added by Adrián A. about 12 years ago
Adrián A. wrote:
Hello I'd like to query relations between issues (through "related to" issues' property).
In my case I've a kind of tracker named (for example) ATracker. For every ATracker I've different kinds of issues "related to" ATracker's Issues, for example: defect, tasks, and so on.
So
ATracker's issue >---< (related to) Defect's Issue
ATracker's issue >---< (related to) Task's IssueI need a query to get all issues of the ATracker type which have a "relate to" Defect in the state open. (just as an example)
Since I couldn't do this using custom queries how can accomplish this? is there any better approach to do it?
is this a new feature?
kind regards!
Any idea? Please, if wasn't clear enough, just let me know...
kind regards