Hi,
I'm trying to write a JQL to create a swimlane for any Epic that contains a specific word.
I have multiple epics that contain the word 'Daily' and I want to group the issues in the sprint together in a swimlane.
"Epic Name" ~ Daily does not work.
parentEpic ~ Daily shows the following error :
The operator '~' is not supported by the 'parentEpic' field. Update the query and save it again
TIA!
Hi Lizzie,
With the change in Epic Link to Parent, the Epic Name field is no longer required and may not appear on a screen. Epics now simply use the Summary field. Might it be that you are searching the wrong field?
Also, I would think would you would be better off applying Components or Labels to the Epics and then using those in your query for swimlanes.
Hi @Lizzie Jack , where exactly is the word "Daily"? Is it in the Epic Name or Summary.
i just verified the following works...
type = epic and "Epic Name" ~ "remove"
in my case the epic name is "Remove from backlog"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you say ""Epic Name" ~ Daily does not work" do you mean nothing is returned? If so that tells me that you don't have any Epics with the Epic name that includes "Daily". Please try using the View all issues screen an enter that JQL to observe results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey thanks for replying.
With "Epic Name" ~ Daily does not work" the JQL is accepted, but the swimlane doesn't filter the correct epics.
I do have epics that have the word 'Daily' within the title.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you provide a screenshot of the view all issues screen using that JQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey slightly different example but the first screenshot is of the JQL filter, however I want to use this for a swimlane.
Second image is the list of epics with "Cargo" in the title on my backlog. There are a few that aren't showing up on the JQL filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lizzie Jack
The "Epic Name" field has essentially been sunset, replaced by the Summary field (although the field is still present). For more recently created epics, perhaps the Epic Name is empty in your Jira site.
Please try changing your query to check the Summary to observe if all of the expected epics are returned.
Kind regards,
Bill
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.
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.