Hi,
I use colon ":" in the summary of my Epic and I want to list the Epics where I have missed putting colon. I was hoping that following will work but it seems that colon is a reserved symbol. How can I get around this?
project = "CCAI Team" AND issuetype = Epic AND summary !~ :
Hi @Faisal Ladak - I think you need quotation marks around the colon too, so your query would be:
project = "CCAI Team" AND issuetype = Epic AND summary !~ ":"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.