Hi @Srujan kumar ,
you can use linkedIssues provided by advanced search (https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/#Advancedsearching-functionsreference-linkedIssueslinkedIssues()%C2%A0)
issue in linkedIssues(ABC-123)
it works indipandently from projects.
Hope this helps,
Fabio
Hi @Fabio Racobaldo _Herzum_ , It just partially solved my problem. Could you please help how can I get linked issues of an linked issue. So we have linked issues in a tree format. I need to get the grand son linked issues of a original issue. Then I need to get the time spent details on those grand son linked issues.
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.
@Fabio Racobaldo _Herzum_ Also I tried on multiple things . The above JQL
" linkedissue in (ABC-123) " only provides linked issues of an epic. It is not working for the stories or any other issue type. Could please help with that too. So, that I can get linked issues of an story or feature issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
linkedIssues is issue type indipendent so it will retrieve all issues linked to ABC-123. Probably your JQL has other parameters in AND
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Fabio Racobaldo _Herzum_ I have few epics in a project and when I use the above JQL to get linked issues under the epic then I'm able to retrieve all those. Now I need to retrieve the linked issues of those epic linked issues. So we have few scenarios like issues are "RESOLVED and few are in "IN PROGRESS". I need your help to track the time spent on those ground level tickets. Below are the Screenshots added so that you can get a clear picture.
When I search through JQL, I'm unable retrieve the linked issues for feature. But that feature has a multiple stories inside it. Please guide me.
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.
@Fabio Racobaldo _Herzum_ I need to search for the linked issues of multiple issues in one JQL . Please help me in that. I tried with the above format adding multiple issues inside it and separating them by comma. But its not working as expected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Srujan kumar ,
you need to put all conditions in OR. Something like :
issue in linkedIssues(ISC-733) OR issue in linkedIssues(ISC-734) OR issue in linkedIssues(ISC-735)
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.
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.