project = "Project name" AND (issuetype != Epic OR status != Closed) OR issuetype != Epic AND issueFunction in linkedIssuesOf("project = Project name","is epic of") ORDER BY rank ASC
What is your question exactly? What do you want to change the posted JQL to?
@VENKATESHWARARAO , could you please tell us what is going wrong and what has to be changed? What do you want to achieve?
Without further information, I doubt that anyone can help you with your question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Because of this filter query some functionality not working correctly. So i want to change to similar that one
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.
So please, what would you like to achieve? If I do not know, which data you want to retrieve, I can't simplify anything. Or I can simplify it to something which you would not need at all.
Please describe what you want to query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to filter the issues in a ProjectA which is not a Epic or status is not closed and the projectA issues is linked to any other projects using epic link .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @VENKATESHWARARAO ,
I think something like this should do it:
project = A and status not in (closed) and issueFunction in issuesInEpics("project != A")
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.