Forums

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

I would like to know the list of open issues in Jira Cloud

Radha Tankala February 21, 2024

I would like to know the list of open issues in Jira Cloud

4 answers

1 accepted

0 votes
Answer accepted
Jehan Bhathena
Community Champion
February 22, 2024
1 vote
John Funk
Community Champion
February 21, 2024

Hi Raha,

Are you talking about open issues for Atlassian to fix? 

Radha Tankala February 22, 2024

yes

0 votes
BHUSHAN PATIL
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.
February 21, 2024

Hi @Radha Tankala ,

To view a list of all open issues in your Jira Cloud instance, you can use the JQL

status != Closed

this JQL will display all issues that are not in a "Closed" status, which includes all open issues across all projects in your Jira Cloud instance.

If you want to view open issues in a specific project, you can modify the filter to include the project key, like

project = PROJECTKEY AND status != Closed

 Regards,
Bhushan

0 votes
Pramodh M
Community Champion
February 21, 2024

@Radha Tankala 

It depends on what you mean by "Open Issue"

If we factor the issue by resolution

You could do a JQL search as below

project = project-key AND resolution = unresolved

You could also search Open issues by status

project = project-key AND status in ("To Do", "In Progress")

Thanks,
Pramodh

Radha Tankala February 21, 2024

I would like to know the open issues related to "JIRA Cloud Software"  and not related to my project

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events