Hello,
I'd like to use =Jira() and JQL to get all my issues.
However, when I get my subtasks, I wouldn't want also to get their parents.
But if I have stories without sub-tasks - I would like to get them as well.
This query brought me all the non stories:
=JIRA("project = aaaa AND assignee = 'myname' AND sprint in (openSprints(), futureSprints()) AND type not in (Story) AND status not in (Done, Duplicate, Obsolete) order by status desc", "parent, issuekey, type, summary, status, sprint, fixVersion, created, updated, component", 0, 100)
How do I update it to get also all the stories which have no subtasks?
Thanks!
Hi @tal-yechye ,
I think you need some JQL function extension plug-ins to support this search scenario.
I appreciate you answer but I need an approval to order the plugin
Meanwhile I used labels to label those "subtaskless" stories and filter with them.
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.