How to run an issue filter of all issues linked to 1 specific issue?
In our Service Desk project - we open up Problems to track problems. We then link incoming issues that are related to said problem. We want to run a filter/report of all issues linked to one specific Problem (issue).
Can that be done and how? I have not found that information.
Hi Jason,
Could you try the following on the Advanced Search?
issue in linkedIssues(ABC-
123
)
Change ABC-123 for the desired issue.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jason,
If i'm understanding correctly, the following might work for you;
project = ABC or issue in linkedIssues(TEST-123) ORDER BY Rank ASC
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.