I have the following query:
project = {MY_PROJECT} AND issuetype = Bug AND fixVersion = v1.0 ORDER BY Rank ASC
This return a huge chunk of data of all my bugs in the project. Now I want to filter the return data and have only the summary of those bugs.
Any ideas how to do so ?
Hi @Ilan Yaniv ,
If you are looking for configuring specific fields in the issue navigator, you can follow this article
Hi,
Thanks for the response.
Can I remove the columns inside the query ?
Like select summary from .....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean by summary.. do you mean "summary" field? or you want to analyze the data further.. Do you have less than 1000 issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I mean the summary field.
I need the correct query that will return only selected fields such as:
- key
- summry
- status
I don't need all other information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if you are using filters - advanced search - when you see the results, there is a "column" link right above the results - you can click and unclick the fields you want to see in the results field - be sure to click "done" after clicking and unclicking.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, that will work just fine.... but can I exclude those unwanted fields inside the query instead of clicking the "column" ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
not in the filter view (that I am aware of anyway)
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.