I am using the new rapid boards and would love to use structure (enterprise sized license) with the boards. What I want to do is to only show the leaf stories on the rapid board (i.e., the ones that can be added to a sprint). I do this currently with application links (Story Hierarchy with inbound=Story Parent and outbound=Sub-Story). So i basically use the Craftforge JQL Functions Plugin with the following query:
project = PMM AND type NOT IN (Epic, Feedback) AND issue not in linkedIssuesFromQuery("project = PMM and type in (Epic,Story)", "Story Hierarchy", "inward") ORDER BY Rank ASC
This only shows the stories that have no Sub-Stories. Is there a way to do this query with Structure. I didn't see it in the docs, only the addition of the structure() JQL function.
Thanks,
David
David, thanks for the good question. There's currently no way to select only leaf stories from Structure, sorry. But we have this feature requested and planned, roughly for version 2.1 (next version will be 2.0). Feel free to sign up and vote/watch/comment on this issue: https://jira.almworks.com/browse/HJ-802
Igor
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.