How to search issue by Type in jira?

For some reason, we’re using mongo 3.6 version. We want to search all possible bugs about 3.6 version to decide whether to apply those patches to production. So I need a way to search by Type: Bug. Is that possible in Jira ?

Thanks.

It will be great to sort the searched results by resolved time, so users can apply them one by one.

I think your best bet here is to use the minor releases of the v3.6 branch. We’re currently on v3.6.23 and you can download these binaries here, use a package manager on linux, or build from source to stay up to date with the latest patches and bug fixes.

Regarding your original question on querying JIRA for all bug fixes in v3.6, you can try this JQL query.

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.