We have a requirement , that have to show the epics which don't have stories in it.
Community moderators have prevented the ability to post new answers.
Hello all,
What about to use JQL Booster Pack (FREE) and type the following?
type = Epic and issue not in epicsOf('"Epic Link" IS NOT EMPTY')
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Jack Nolddor [Sweet Bananas] . it's working fine. Thank you So much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
It seems that it's not possible without a paid plugin like scriptrunner.
If you have this plugin you can use this :
issuetype = Epic and issueFunction not in hasLinkType("Epic-Story Link")
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi thanks for the reply.
any other option without going for a plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't find anything, what is the problem here?
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 need the scriptrunner plugin to use this jql syntax
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I have the scriptrunner plugin installed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ulrika,
You're looking for epic without stories ? If so please try this :
issuetype = Epic and issueFunction not in hasLinkType("Epic-Story Link")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No difference, same result. Could not find linktype.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok i think i found the issue. you have a duplicate issuetype name.
You have Epic-Story Link in double. You can check in this page
JIRA-URL/secure/admin/ViewLinkTypes!default.jspaYou need to change the name of one of them
Hope this helps
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.