I am trying to filter the epics of two different projects, I am using the following option, it brings me the two projects and the epics of only one of them; from the other project brings me all the types.
project = "LSP Sustainment" OR project = "The Time and Attendance Project - Tech" AND issuetype = Epic
Can someone help me please, I am new to the subject. Thanks!!!
Hi Diana - Welcome to the Atlassian Community!
Try this:
(project = "LSP Sustainment" OR project = "The Time and Attendance Project - Tech") AND issuetype = Epic
Hello John, Thanks but that way it only brings me the epics of the project "The Time ..."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That should definitely work - can you share some screenshots?
You can also try:
project in ("LSP Sustainment", "The Time and Attendance Project - Tech") AND issuetype = Epic
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.