---
title: "FOSSA November 2019 Product Release Notes"
description: "Learn about FOSSA's November 2019 product updates including user management enhancements, UI improvements, and new reporting features."
canonical_url: "https://fossa.com/blog/november-2019-product-release-notes/"
markdown_url: "https://fossa.com/blog/november-2019-product-release-notes.md"
content_type: "blog"
language: "en"
date_published: "2019-12-05"
date_modified: "2019-12-05"
author: "Taylor Udell"
organization: "FOSSA"
---

# FOSSA November 2019 Product Release Notes

> Learn about FOSSA's November 2019 product updates including user management enhancements, UI improvements, and new reporting features.

## User Management

FOSSA has overhauled user management to make it easier for large organizations to manage their teams.

**Introducing LDAP**

If your company supports LDAP Authentication, FOSSA can now be configured to use your Directory for user login and provisioning as well as automatically adding users to Teams. For more information, check out our docs [here](https://docs.fossa.com/docs/ldap).

**Introducing Team Admin Role**

FOSSA has a number of different user [roles](https://docs.fossa.com/docs/role-based-access-control) with different permission sets. Most recently FOSSA has created a Team Admin role. Team Admins can change project settings, rebuild projects, resolve/correct licensing information, manage the users on their team, and import new projects that belong to their teams. You can access these roles on the [Users Settings page](https://app.fossa.io/account/settings/organization/users).

**Introducing Default Roles**

You can now set a default role for anyone joining your FOSSA organization. To set a default role go into the [General Organization settings](https://app.fossa.io/account/settings/organization).

  ![FOSSA User Roles](https://fossa.com/image.png)

You can check your user role by clicking your profile in the top right hand corner.

  ![FOSSA User Roles](https://fossa.com/image-7.png)

## UI Enhancements

**Archive Branches**

You can now archive branches to better organize your projects. Archiving a branch stops FOSSA scans and removes it from the branches dropdown. You can unarchive a branch if needed.

  ![FOSSA Archive Branches](https://fossa.com/image-1.png)

**File Search for License Matches**

It is now easier to navigate license matches with a search to identify key files and a wider modal to read the full text.

  ![FOSSA License Matches](https://fossa.com/image-2.png)

## Reports

**JSON Reports**

We are excited to release JSON reports via our [Dependency Analysis CLI](https://github.com/fossas/fossa-cli/blob/master/docs/user-guide.md/#fossa-report). The command `fossa report attribution --json` will render results formatted as follows:

  ![FOSSA JSON Reports](https://fossa.com/image-4.png)

**Issue Export**

You can now export a list of all issues affecting your project or organization to a CSV. Simply go to the issues tab and click Export all to CSV! This contains information like Component, Version, Issue Type, License, and Details.

  ![FOSSA Issue Export](https://fossa.com/image-5.png)

**Reporting Guide**

If you are looking for resources on building a Bill of Materials or generating attribution notices, see our complete guide [here](https://docs.fossa.com/docs/generating-reports).

## Source

Canonical page: https://fossa.com/blog/november-2019-product-release-notes/
