I have many issues in many epics,
the epic names contained the work "Qlik"
what i want to get, is a list of all issues in epics that contains the "Qlik" string.
I tried the following but it doesn't work.
project = Dev and type = story and "Epic Name" ~ "Qlik"
You would need an addon for this. As you have found the “~” does not apply to Epic Link.
Hi @Gal Polak
Can you try:
project = Dev and type = story and "Epic Name" ~ Qlik
When you have the quotes around Qlik, it would search for exactly Qlik.
Let me know if this helps.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thx for replaying,
i tried that to, doesn't work.
when i search
"Epic Name" ~ Qlik
it gives me back all the epics, so at list one step looks ok
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want the issues linked to the epic the do add
“Epic Link” ~ Qlik
To my knowledge this brings all issues with the link as well.
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.