Hi,
is it possible to list all projects with open issues.
Can the filter be shown in the 'Browse Projects' tab/screen. You seem to have a 'Manage filters' under the menu 'Issues' but not under 'Projects'
Thanks for any answer.
Marc
There is no search for projects, JIRA is an issue tracker and hence searches for issues.
You can easily get the list though. Run a filter for "resolution is empty" to get a list of all open issues. Save it with a useful name. Go to your dashboard (you may want to create a new one for this), and add a "filter statistics" gadget. Tell it to use your saved filter and select "project" as the statistic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Manage filters" is under issues because JQL is meant for fetching issues and "project" can be one of the columns in the search results with list of issues.
To list all projects with open issues.
I would write a jql
resolution is empty
This fetches all issues then in the columns fetch the "project" column which gives the project list. You can also use the filter gadget "filter results" to fetch the JQL results and project column on the dashboard gadget.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Related question! Can we get the list of JIRA projects which have no issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, because a search returns issues. If there are none, there's nothing to search for.
The best you can do is repeat the stuff above to get a list of projects that do have issues, then subtract that from the complete list in Admin -> Projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can I pull it from JIRA DB instead? I have an Oracle SQL Developer installed and I added a connection to JIRA
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.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline 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.