Dear all,
I got some problem on using filtering feature in jira.
I can retrieve the data with issuetype Task from a project name "ABC" with a summary "FE". In the same scenario, I cannot take "BE" summarization even though FE and BE are both task within the project.
case scenario:
Project "ABC" summary ~ "FE" --> Data is readily available
Project "ABC" summary ~ "BE" --> There is no data shown even though there is a summary called BE
I always differentiate BE and FE of every task within an Epic, and yes you can find BE task in summary by using manually expand task of an epic
@Gunawan Kosasih When I try this in my Jira project by selecting the More + button and adding the Summary field with a value of BE and then switch from Basic query mode to JQL mode, my JQL looks like this:
project = "ABC" and summary ~ "BE" ORDER BY created DESC
However, since you are getting results when you use "FE" and no results when you use "BE" in the same query, it seems that the issue must be with how this value is set on your tasks. I would open 1 FE task and 1 BE task in side-by-side windows to see if there are any differences in the Summary field—for example, is there an extra space or other character?
I don't know how to move your question from the Confluence queue to the Jira queue, but you might want to post it there to get more Jira expertise.
Where are you searching for this (eg. in Confluence? In advanced search? Etc)
And is it working with just....
summary ~ "BE"
...in the search box? Or does this not work either?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I have the same problem, searching for the issue does not work either.
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.