I want query all stories under an epic and all issues under these stories, I found `linkedIssues()` can find all stories under my epic such as:
issue in linkedIssues("example-100")
but how can I query the other issues under stories and show them all ?
Hii @Cypher Zhong
You can use this query :
project = "your project" AND issue in childIssuesOf("The key of your epic") even you can write ssue in childIssuesOf("The key of your epic")
Cheers
Thanks @Ashkan Malekly
I want use this at https://tinklabs.atlassian.net/issues/ , and it tell me:
Unable to find JQL function 'childIssuesOf(HIG-228)'.
should I install some plugins for this JQL function? because I haven't see it at Advanced searching(https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-764478330.html)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
and I have use 'split from' to related them together, I am not using the 'add child 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
childIssuesOf is now portfolioChildIssuesOf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
issue in issueInEpics("TST-1") or parent in issueInEpics("TST-1")
For issueInEpics("") function, Power Scripts for Jira is needed.
Cheers!
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.
Power Scripts is availablable for cloud, too: https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
More plug-ins and add-ons? Ugh! Atlassian.....WAKE UP! Your product is only as good as your native software and not all these third parties software, whose compatibility with your core and other 3rd parties prove problematic.
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.