Hi @Vinay Shekar,
From were do you want to retrieve this list, DB, api, REST,...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Vinay Shekar, you need to go to the issue navigator, switch to list view, click on "columns" button and search for "linked issues", select it and click on "Done"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Georges MOUBARAK [Infosysta] Sorry I guess we misunderstood the requirement.
Let me explain you in detail.
I have projects say ABC and XYZ.
ABC-1 --> Linked issues are XYZ-1, XYZ-2, XYZ-3
ABC-2 --> Linked issue are XYZ-1, XYZ-4, XYZ-5
Now I need to see only XYZ-1, XYZ-2, XYZ-3, XYZ-4, XYZ-5 in the issue navigator.
Basically I am looking for some query to get the above result.
Thanks
Vinay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Vinay Shekar, In this case you need to have the scrip runner addon(you can get the free version). Once you install it, you will have new JQL functions.
In the issue navigator, go to basic mode and type the following:
Project = XYZ and IssueFunction in LinkedIssuesOf("project = ABC").
The above query will retrieve all XYZ issues that are linked to ABC project.
You can also customise the sub-query inside the LinkedIssuesOf("")
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're most welcome @Vinay Shekar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.