Hi Community,
I want to create a plan which holds initiatives and linked issues in timeline structure view.
I want to all the linked issues associated with initiative in a time line structure view.
Hello @Teja
Here, you want to add only Initiatives and also any linked work items (is that for the initiatives only or any linked work items in project).
You may create a filter as which returns all the Top level issue type and any work items having links. YOU CANNOT dynamically pass 'initiative and their linked work items in navtive jql functionality.
If you have Scriptrunner, you can have that via enhanced search.
project=TS and (type in (Epic,Initiative) or issueLinkType IS NOT EMPTY)
You may have something as:
In any cases, you need the linked tickets in the query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may have something as below in enhanced scriptrunner search
issueFunction in linkedIssuesOf("project=JATP and type in (Initiative,Milestone,Epic)") and (project=JATP and type in (Milestone,Epic, Initiative))
If you're looking for group by linking, that's not possible in timeline view, as linking are dependencies which denotes dependencies but not an hierarchy mechanism.
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.