Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL query filter output

Ilan Yaniv
Contributor
October 5, 2020

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 ?

2 answers

1 accepted

1 vote
Answer accepted
Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 5, 2020

Hi @Ilan Yaniv ,

If you are looking for configuring specific fields in the issue navigator, you can follow this article

https://confluence.atlassian.com/adminjiracloud/configuring-the-default-issue-navigator-776636253.html

Ilan Yaniv
Contributor
October 5, 2020

Hi,

Thanks for the response.

Can I remove the columns inside the query ?

Like select summary from .....

0 votes
caglad
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 5, 2020

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?

Ilan Yaniv
Contributor
October 5, 2020

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.

caglad
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 5, 2020

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.

Ilan Yaniv
Contributor
October 5, 2020

Yeah, that will work just fine.... but can I exclude those unwanted fields inside the query instead of clicking the "column" ?

caglad
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 5, 2020

not in the filter view (that I am aware of anyway)

Like Ilan Yaniv likes this
Ilan Yaniv
Contributor
October 5, 2020

Thanks a lot

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events