Kiwi (R3 2021) Release Notes












Important Upgrade Considerations

This section outlines all changes that require special consideration for customers in production.  Configuration changes may be needed to prevent operational interruptions.  See checklist for guidelines on how to fill this out. 

Changes and Required Actions

New Apps

Kafka Wrapper: folio-kafka-wrapper library was extracted from mod-pubsub module. It contains utilities for interaction with Kafka for data import modules.

eUsage reports: 

  • The eUsage Reports backend module (mod-eusage-reports) parses and stores relationships between COUNTER report lines and local KB title records, stores COUNTER usage statistics data, and provides report queries to generate the visualizations and downloads. By matching COUNTER data to local KB titles, eUsage Reports can display COUNTER data on the Agreement records that contain those titles.
  • The UI plug-in (ui-plug-in-eusage-reports) is a front end module that displays a matching summary on the eUsage Provider record and a reports accordion on the Agreement record.
  • eUsage reports is only useful for those who harvest COUNTER data using the eUsage app. It is recommended that libraries and hosting providers who are not using eUsage omit mod-eusage-reports and ui-plug-in-eusage-reports from their environments.
  • Only applies to libraries that are not using EBSCO KB. 

INN-Reach:

  • INN-Reach back-end module (mod-inn-reach) provides business logic to handle record contribution and circulation interactions with an INN-Reach D2IR central server to enable participation in an INN-Reach resource sharing consortium and their relationship with FOLIO inventory, users, and circulation systems.
  • INN-Reach edge module (edge-inn-reach) provides API endpoints and required authentication functionality to INN-Reach central servers to communicate with FOLIO
  • INN-Reach UI module (ui-inn-reach) provides settings and staff user interfaces for managing the central server configuration, record contribution, circulation settings, transaction management, and INN-Reach specific circulation functionality.
  • App only applies to libraries that have an INN-Reach subscription.

LDP:

  • The LDP app is a query builder that makes some Library Data Platform reporting functions available in FOLIO without having to install a separate database client.  It enables basic querying of many FOLIO data sets as well as querying of helper tables ("derived tables") created by the Reporting SIG community to simplify reporting.
  • It consists of a user interface, ui-ldp (https://github.com/folio-org/ui-ldp), and a backend module, mod-ldp (https://github.com/folio-org/mod-ldp). 
  • The ui-ldp module executes queries by calling the mod-ldp API, which mediates access to the analytical database maintained by LDP.

Permissions Updates

AppNew PermissionsDeprecated PermissionsProduct Owner
AgreementsAgreements: File download (ui-agreements.agreements.file.download)
LicensesLicenses: File download (ui-licenses.licenses.file.download)
quickMARCquickMARC: View, edit MARC holdings record
Khalilah Gambrell 
eUsage reports

eUsage reports: charts may be viewed: This permission adds an accordion to the Agreement record in the Agreement app that displays charts and graphs of eUsage data for the titles related to an agreement. 

eUsage reports: title matches may be viewed and edited: This permission adds an accordion to the eUsage app that displays a summary of title matching results for incoming COUNTER reports and allows the user to review and edit the matches.


INN-Reach

INN-Reach App: All permissions: All permission for INN-Reach UI (settings and INN-Reach app)

Settings (inn-reach): All INN-Reach settings: CRUD: All permissions for create, read, update, and delete of INN-Reach settings

Settings (inn-reach): All INN-Reach settings: Read, edit: Permissions to read and edit existing INN-Reach settings

Settings (inn-reach): All INN-Reach settings: Read-only: Permissions to read INN-Reach settings

Settings (inn-reach): display list of settings pages: Permissions to view the list of available INN-Reach settings pages

UI: ui-inn-reach module is enabled: Permissions to enable visibility of INN-Reach UI app


LDP

LDP: all permissions
Settings (LDP): Can modify default record limits
Settings (LDP): Can modify LDP database connection details
Settings (LDP): Can modify saved-query configuration details
Settings (LDP): Can select which tables are available to search
Settings (LDP): Can view, create, edit, and remove


Users

"Users: Can delete user profile if user does not have any open transactions" This permission is required to delete a user through the UI if they have no dependencies.

Must be used with

"Users: Can check open transactions" This allows the user to check for open transactions. If there are none, they are able to delete.


patty.wanninger 

Known Issues

General

AppKnown issueWorkaroundJIRA issueProduct Owner
InventoryWhen doing down load of In transit items (.csv file) the success  toast is brokenThe broken success toast do not prevent the download from happening. The download can take about 60+ seconds but eventually it will be downloaded.

CIRC-1330 - Getting issue details... STATUS

Charlotte Whitt 
InventoryKeyboard shortcuts does work on instances - but not fully functional on holdings and itemUse the mouse activated action menu and buttons to edit, duplicate, save etc. a holdings and item

UIIN-1866 - Getting issue details... STATUS

UIIN-1867 - Getting issue details... STATUS


InventoryThe locations filter(s) can behave somewhat inconsistently. It displays in alphabetical order when first loaded, but once a result is selected in the result pane, the filter resorts and may not be in alphabetical order.

Use type ahead to search for locations as needed.

The behavior of this facet is very different in Lotus; affected institutions may want to think about moving to Lotus as soon as feasible to address this issue if it is hampering workflows.


(OLD ACCOUNT) Erin Nettifee 
Inventory

Instances added in any release up to Iris (R1 2021) that hasn't been updated since then, does not have "_version" field that would result in error ("NumberFormatException: null") when trying to overlay such Instance via Data Import in Kiwi release.

Wait for Kiwi Hot Fix #3. Or add a _version property with a number to all instances without a _version property. 

  • Check if mod-inventory-storage contains such records, execute 
select count ( id ) from <tenant>_mod_inventory_storage."instance" where (jsonb->>'_version') is null;
  • If request above returns number other then 0, execute 
update <tenant>_mod_inventory_storage."instance" set created_by = created_by where (jsonb->>'_version') is null;

Existing trigger would set the version for each Instance that doesn't have this property

MODINV-684 - Getting issue details... STATUS

Ann-Marie Breaux (Deactivated) 
InvoicesA permission has been added for "Invoice: Cancel invoices" but the logic has not yet been implemented. As a result this permission will only allow a user to see the cancel action in the invoice action menu.Do not assign this permission to users. If you do it will not affect how they use the system but they may be confused that "Cancel" invoice does nothing.

MODINVOICE-270 - Getting issue details... STATUS

eholdings

Following permissions are missing

  • Settings > eholdings > View Root Proxy list 
  • Settings > eholdings > View selected Root Proxy
  • Settings eholdings > Usage Consolidation credentials 


Assign these permissions manually. Issue will be resolved with Kiwi Hotfix #2


Khalilah Gambrell 
Circ logIn Kiwi, the circulation log main page displays UTC time instead of local time.N/A

UICIRCLOG-92

Stephanie Buck 
Requests/Patron Services (mod-patron/edge-patron)If the user performing the action (or the service user in-use with mod-patron/edge-patron) does not have permissions to read fixed due date schedules, recalls of loans with fixed due dates will fail.

The workaround is to ensure that the user account has the following permissions (invisible) assigned, either directly or via another permission set:

  • Circulation storage - get fixed due date collection
  • Circulation storage - get individual fixed due date

CIRC-1449 - Getting issue details... STATUS

quickMARC

A 500 error may display when editing a quickMARC record multiple times.  Please note that updates are saved but an unfortunate UI message displays. Issue will be resolved with Lotus release .

N/A

MODQM-213 - Getting issue details... STATUS

Data ImportIf an incoming MARC Bib record has an invalid record type (LDR/06), the import job fails to complete, and does not show an error message.Cancel uncompleted job. Manually correct invalid MARC record and re-import.

MODSOURMAN-715 - Getting issue details... STATUS

Ann-Marie Breaux (Deactivated) 
Data ImportA very large job profile can be created in Settings (Data import), but then errors when the user tries to edit it.Break the job into multiple smaller jobs

UIDATIMP-1166 - Getting issue details... STATUS

Ann-Marie Breaux (Deactivated) 
Data ImportLogs for Inventory Single Record Imports do not always show the details for the imported recordRun a one-time script to set the "order" field of the SRS record. See more details here: Script for setting the SRS record "order" field so that Inventory Single Record Imports do not display blank log information

UIDATIMP-1136 - Getting issue details... STATUS

MODSOURMAN-422 - Getting issue details... STATUS

Ann-Marie Breaux (Deactivated) 

Acquisitions

key summary type status resolution reporter Release Potential Workaround
Loading...
Refresh

Notes on functionality

  •  Imported MARC Bibs and MARC Holdings have the same UUIDs in 999ff$s and 999ff$i fields


Post-Release Hotfixes

Hot fix release #1 - RELEASED AT JANUARY 28

Tickets list

key summary type assignee priority resolution reporter
Loading...
Refresh

Modules list


The Jira server didn't understand your search query. If you entered JQL, please ensure that it's correctly formed. If you entered an issue key, ensure that it exists and you have permission to view it.

Hot fix release #2 - RELEASED AT MARCH 11

Tickets list

key summary type assignee priority resolution reporter
Loading...
Refresh

Modules list


The Jira server didn't understand your search query. If you entered JQL, please ensure that it's correctly formed. If you entered an issue key, ensure that it exists and you have permission to view it.

Hot fix release #3 - RELEASED AT MAY 24

Tickets list

key summary type assignee priority resolution reporter
Loading...
Refresh

Modules list


The Jira server didn't understand your search query. If you entered JQL, please ensure that it's correctly formed. If you entered an issue key, ensure that it exists and you have permission to view it.

Hot fix release #4

Installations that use an older PostgreSQL version than 12 (only 12 is recommended) need to pin some modules to the hot fix #3 version because later module versions reject the upgrade on older PostgreSQL versions. Affected modules and version to pin: mod-user-import v3.6.5, mod-configuration v5.7.7.

New Features by Epic (Sub-Project)

key summary
Loading...
Refresh

Closed Bugs

Project Priority
P1P1 P2P2 P3P3 P4P4 P5P5 TBDTBD T:
ARCHIVED: ui-search-es 0 0 1 0 0 1 2
Bug Fest 0 0 1 0 0 0 1
Chalmers 0 0 0 0 0 1 1
ERM Platform 2 5 3 0 0 26 36
FOLIO 0 2 0 0 0 14 16
Folio Automation Testing 2 1 1 0 0 1 5
Okapi 0 1 0 1 0 3 5
RAML Module Builder 0 4 0 0 0 4 8
Support 0 0 1 0 0 0 1
Z39.50 1 0 0 0 0 0 1
data-import-processing-core 1 9 0 0 0 0 10
edge-common-spring 0 0 0 0 0 1 1
edge-dematic 0 1 0 0 0 0 1
edge-rtac 0 0 1 0 0 0 1
folio-kafka-wrapper-util 0 0 1 0 0 0 1
generate-marc-utils 0 0 1 0 0 0 1
mod-audit 0 0 1 0 0 2 3
mod-authtoken 0 0 1 0 0 2 3
mod-circulation 6 11 3 1 0 2 23
mod-circulation-storage 0 2 1 0 0 2 5
mod-codex-inventory 0 0 0 1 0 0 1
mod-configuration 0 2 0 0 0 0 2
mod-courses 0 1 0 0 0 1 2
mod-data-export 0 6 7 0 0 0 13
mod-data-export-spring 0 1 1 0 0 0 2
mod-data-export-worker 0 3 0 0 0 1 4
mod-data-import 6 5 2 0 0 2 15
mod-di-converter-storage 1 0 2 0 0 0 3
mod-ebsconet 0 1 0 0 0 0 1
mod-email 1 0 0 0 0 0 1
mod-erm-usage 1 0 1 0 0 5 7
mod-erm-usage-harvester 0 0 0 0 0 1 1
mod-eusage-counter 0 0 1 0 0 5 6
mod-eusage-reports 13 7 0 0 0 21 41
mod-feesfines 0 4 1 0 0 3 8
mod-finance 0 3 1 0 0 0 4
mod-finance-storage 0 1 2 0 0 0 3
mod-graphql 1 0 0 0 0 0 1
mod-inn-reach 0 1 5 0 0 4 10
mod-inventory 2 9 2 1 0 1 15
mod-inventory-storage 1 14 3 0 0 3 21
mod-inventory-update 0 0 1 0 0 0 1
mod-invoice 4 6 3 0 0 0 13
mod-invoice-storage 0 1 0 0 0 0 1
mod-kb-ebsco-java 1 0 9 0 0 0 10
mod-ldp 7 0 0 0 0 1 8
mod-login 0 1 2 0 0 3 6
mod-login-saml 0 0 1 0 0 1 2
mod-ncip 0 0 0 0 0 1 1
mod-notes 0 1 2 0 0 0 3
mod-oai-pmh 0 2 4 0 0 0 6
mod-orders 2 16 13 0 0 0 31
mod-orders-storage 1 2 0 0 0 1 4
mod-password-validator 1 2 0 0 0 0 3
mod-patron 1 3 0 0 0 2 6
mod-patron-blocks 1 2 1 0 0 1 5
mod-permissions 1 1 0 0 0 3 5
mod-pubsub 0 1 0 0 0 0 1
mod-quick-marc 3 3 1 0 0 1 8
mod-remote-storage 0 6 1 0 0 0 7
mod-rtac 0 1 0 0 0 0 1
mod-search 2 1 4 0 0 0 7
mod-source-record-manager 3 11 6 0 0 0 20
mod-source-record-storage 6 4 3 0 0 0 13
mod-tags 0 0 2 0 0 1 3
mod-users 0 1 2 0 0 3 6
mod-users-bl 0 1 0 0 0 0 1
rancher 0 0 1 0 0 4 5
stripes-acq-components 1 0 2 1 0 0 4
stripes-cli 0 0 0 0 0 1 1
stripes-components 0 4 5 0 0 1 10
stripes-core 0 0 5 0 0 2 7
stripes-data-transfer-components 0 1 0 0 0 0 1
stripes-smart-components 0 1 3 0 0 0 4
stripes-webpack 0 0 0 0 0 1 1
ui-acquisition-units 0 0 2 0 0 0 2
ui-calendar 2 4 3 0 0 2 11
ui-checkin 0 0 4 0 0 0 4
ui-checkout 0 5 0 0 0 0 5
ui-circulation 1 4 3 1 0 2 11
ui-circulation-log 0 3 2 0 0 1 6
ui-courses 0 0 0 0 0 1 1
ui-data-export 0 0 3 0 0 0 3
ui-data-import 3 7 3 1 0 0 14
ui-developer 0 0 1 0 0 1 2
ui-eholdings 3 2 6 0 0 0 11
ui-erm-usage 0 0 1 0 0 6 7
ui-finance 0 0 1 0 1 0 2
ui-harvester 1 0 0 0 0 0 1
ui-inn-reach 1 0 2 5 0 2 10
ui-inventory 6 23 5 0 0 2 36
ui-invoice 0 1 4 1 1 0 7
ui-notes 0 1 0 0 0 0 1
ui-oa 0 0 0 0 0 2 2
ui-orders 0 4 7 3 1 3 18
ui-organizations 0 1 0 0 1 0 2
ui-plugin-bursar-export 0 1 0 0 0 0 1
ui-plugin-eusage-reports 5 5 1 0 0 4 15
ui-plugin-find-instance 4 1 2 0 0 0 7
ui-plugin-find-package-title 0 0 2 0 0 0 2
Total Unique Issues: 106 258 190 20 6 171 751
Showing 100 of 109 statistics.
View in Jira

All Closed Bugs and Stories

Project Priority
P1P1 P2P2 P3P3 P4P4 P5P5 TBDTBD T:
ARCHIVED: ui-search-es 0 2 2 0 0 1 5
Bug Fest 0 0 1 0 0 0 1
Chalmers 0 0 0 0 0 1 1
ERM Platform 2 5 12 0 0 61 80
FOLIO 1 15 4 0 0 19 39
Folio Automation Testing 2 2 3 0 0 1 8
Okapi 0 1 1 1 0 9 12
RAML Module Builder 0 6 0 0 0 9 15
Stripes 0 1 1 0 0 2 4
Support 0 0 1 0 0 0 1
UX Product 0 1 0 0 0 0 1
User Experience Design 0 1 5 0 0 1 7
Z39.50 1 1 0 0 0 0 2
data-import-processing-core 1 11 6 0 0 0 18
edge-common-spring 0 0 1 0 0 1 2
edge-dematic 1 3 0 0 0 0 4
edge-inn-reach 1 0 1 0 0 0 2
edge-oai-pmh 0 0 2 0 0 0 2
edge-patron 0 0 1 0 0 0 1
edge-rtac 0 0 1 0 0 0 1
eslint-config-stripes 0 0 0 0 0 1 1
folio-di-support 0 1 0 0 0 0 1
folio-holdingsiq-client 0 0 1 0 0 0 1
folio-kafka-wrapper-util 0 1 1 0 0 0 2
folio-spring-support 0 1 0 0 0 0 1
generate-marc-utils 0 0 1 0 0 0 1
mod-audit 0 1 2 0 0 3 6
mod-authtoken 0 1 1 0 0 3 5
mod-bulkedit 0 0 1 0 0 0 1
mod-calendar 0 0 0 0 0 1 1
mod-circulation 23 15 8 1 0 5 52
mod-circulation-storage 0 3 1 0 0 6 10
mod-codex-inventory 0 1 0 1 0 0 2
mod-configuration 0 2 0 0 0 3 5
mod-courses 0 1 0 0 0 1 2
mod-customfields 0 0 1 0 0 0 1
mod-data-export 1 12 14 0 0 0 27
mod-data-export-spring 0 1 1 0 0 0 2
mod-data-export-worker 0 3 0 0 0 1 4
mod-data-import 6 8 3 0 0 2 19
mod-di-converter-storage 1 0 7 0 0 0 8
mod-ebsconet 0 1 0 0 0 0 1
mod-email 1 0 0 0 0 0 1
mod-erm-usage 1 0 2 0 0 6 9
mod-erm-usage-harvester 0 0 0 0 0 1 1
mod-eusage-counter 0 0 1 0 0 5 6
mod-eusage-reports 14 21 5 0 0 29 69
mod-feesfines 0 5 2 0 0 4 11
mod-finance 0 4 2 0 0 0 6
mod-finance-storage 0 2 3 0 0 0 5
mod-gobi 0 0 2 0 0 0 2
mod-graphql 1 0 0 0 0 0 1
mod-inn-reach 4 4 24 21 0 7 60
mod-inventory 2 13 15 1 0 1 32
mod-inventory-storage 1 22 13 0 0 5 41
mod-inventory-update 1 1 4 0 0 0 6
mod-invoice 4 7 6 1 0 0 18
mod-invoice-storage 0 1 2 0 0 2 5
mod-kb-ebsco-java 1 0 11 0 0 0 12
mod-ldp 8 1 1 0 0 1 11
mod-login 0 1 2 0 0 5 8
mod-login-saml 1 0 1 0 0 2 4
mod-ncip 0 1 0 0 0 1 2
mod-notes 0 1 5 0 0 0 6
mod-oa 0 0 0 0 0 1 1
mod-oai-pmh 0 6 10 0 0 0 16
mod-orders 2 17 22 0 0 1 42
mod-orders-storage 1 2 5 0 0 1 9
mod-organizations-storage 0 0 1 0 0 0 1
mod-password-validator 1 2 1 0 0 0 4
mod-patron 1 4 0 0 0 2 7
mod-patron-blocks 1 3 1 0 0 2 7
mod-permissions 1 2 0 0 0 7 10
mod-pubsub 0 1 0 0 0 0 1
mod-quick-marc 3 6 13 0 0 1 23
mod-remote-storage 0 7 1 0 0 1 9
mod-rtac 0 2 0 0 0 0 2
mod-search 3 5 21 0 0 0 29
mod-sender 0 0 1 0 0 0 1
mod-source-record-manager 3 18 27 0 0 2 50
mod-source-record-storage 6 4 14 0 0 0 24
mod-tags 0 0 2 0 0 1 3
mod-user-import 0 0 0 0 0 2 2
mod-users 0 2 2 0 0 4 8
mod-users-bl 0 1 0 0 0 0 1
perf-testing 0 3 1 0 0 0 4
rancher 1 0 2 0 0 6 9
stripes-acq-components 1 1 6 1 1 0 10
stripes-cli 0 0 0 0 0 1 1
stripes-components 0 4 11 1 0 1 17
stripes-connect 0 0 1 0 0 0 1
stripes-core 0 0 8 0 0 3 11
stripes-data-transfer-components 0 1 15 0 0 0 16
stripes-final-form 0 0 1 0 0 0 1
stripes-form 0 0 1 0 0 0 1
stripes-smart-components 0 1 9 0 0 1 11
stripes-util 0 0 1 0 0 0 1
stripes-webpack 0 0 0 0 0 1 1
ui-acquisition-units 0 0 3 0 0 0 3
ui-bulk-edit 0 0 7 0 0 0 7
Total Unique Issues: 144 422 661 62 7 331 1627
Showing 100 of 137 statistics.
View in Jira

Remaining Open Bugs at Time of Release 

Project Priority
P1P1 P2P2 P3P3 P4P4 P5P5 TBDTBD T:
ACQ Draft 0 0 0 0 0 1 1
ARCHIVED: edge-resolver 0 0 0 0 0 1 1
ARCHIVED: ui-search-es 0 0 3 0 0 1 4
Bug Fest 38 35 24 0 0 26 123
Chalmers 0 0 2 0 0 33 35
ERM Platform 17 36 17 5 0 230 305
EUREKA 44 71 41 0 0 31 187
FOLIO 2 25 45 2 0 87 161
Folio Automation Testing 7 5636 12 1 0 27 5683
JIRA Configuration 0 0 0 0 0 1 1
MetaDB-Improvement 0 0 0 0 0 4 4
Okapi 4 5 8 2 0 56 75
RAML Module Builder 2 8 17 0 0 59 86
Reservoir 1 3 1 0 0 6 11
Service Interaction 1 2 1 0 0 11 15
Stripes 2 8 6 2 0 2 20
Support 1 2 2 0 0 7 12
UI-Serials-Management 1 9 7 0 0 38 55
User Experience Design 0 0 0 0 0 1 1
Z39.50 0 1 3 0 0 5 9
application-builder 0 0 0 1 0 0 1
application-descriptors 1 2 0 0 0 0 3
applications-poc-tools 1 4 0 0 0 0 5
cql2pgjson 0 0 3 0 0 0 3
data-import-processing-core 7 48 16 2 0 6 79
edge-api-utils 0 1 1 0 0 3 5
edge-caiasoft 0 5 0 0 0 1 6
edge-common 0 2 1 0 0 11 14
edge-common-spring 0 3 0 0 0 1 4
edge-connexion 0 1 1 0 0 5 7
edge-courses 0 2 2 0 0 0 4
edge-dcb 0 1 1 0 0 0 2
edge-dematic 0 6 3 0 0 3 12
edge-fqm 0 4 0 0 0 0 4
edge-inn-reach 5 1 0 1 0 5 12
edge-lti-courses 0 4 0 0 0 2 6
edge-ncip 0 1 0 0 0 1 2
edge-oai-pmh 0 4 0 0 0 2 6
edge-orders 0 2 1 0 0 2 5
edge-patron 2 2 8 0 0 4 16
edge-rtac 1 3 4 1 0 3 12
eslint-config-stripes 0 0 0 1 0 4 5
folio-custom-fields 0 0 2 0 0 3 5
folio-di-support 0 0 0 0 0 1 1
folio-export-common 0 1 0 0 0 0 1
folio-kafka-wrapper-util 1 4 1 0 0 2 8
folio-keycloak 0 2 2 0 0 0 4
folio-kong 2 1 2 0 0 0 5
folio-module-sidecar 4 4 5 0 0 2 15
folio-query-tool-metadata 0 0 1 0 0 0 1
folio-s3-client 0 2 3 0 0 4 9
folio-service-tools 1 0 4 2 0 3 10
folio-spring-support 3 4 8 0 0 22 37
folio-vertx-lib 0 1 0 0 0 16 17
generate-marc-utils 0 2 3 0 0 2 7
isbn-util 0 1 0 0 0 0 1
lib-fqm-query-processor 0 1 1 0 0 0 2
liquibase-util 0 2 3 0 0 4 9
mgr-applications 0 1 3 0 0 0 4
mgr-tenant-entitlements 1 3 8 0 0 5 17
mgr-tenants 0 1 1 0 0 0 2
mod-audit 0 9 1 1 0 5 16
mod-authtoken 1 6 1 0 0 11 19
mod-bulk-operations 5 24 34 1 1 7 72
mod-bulkedit 0 0 0 0 0 1 1
mod-calendar 3 1 1 1 0 7 13
mod-camunda 0 0 0 0 0 1 1
mod-circulation 41 125 58 3 0 31 258
mod-circulation-item 0 1 0 0 0 4 5
mod-circulation-storage 4 28 5 1 0 8 46
mod-codex-inventory 0 0 1 1 0 0 2
mod-codex-mock 0 1 0 0 0 0 1
mod-codex-mux 0 0 2 0 0 0 2
mod-configuration 0 1 3 0 0 8 12
mod-consortia 3 6 1 0 0 0 10
mod-consortia-keycloak 1 2 1 0 0 0 4
mod-copycat 0 3 0 0 0 2 5
mod-courses 0 7 1 0 0 4 12
mod-customfields 0 0 2 0 0 0 2
mod-data-export 4 32 21 1 0 8 66
mod-data-export-spring 7 23 9 3 0 6 48
mod-data-export-worker 8 70 50 1 0 13 142
mod-data-import 15 34 27 1 0 13 90
mod-data-loader 0 0 2 0 0 0 2
mod-dcb 1 3 2 0 0 4 10
mod-di-converter-storage 5 19 8 2 0 1 35
mod-ebsconet 1 4 2 0 0 1 8
mod-email 1 0 1 0 0 1 3
mod-entities-links 5 29 37 3 0 6 80
mod-erm-usage 0 2 0 0 0 9 11
mod-erm-usage-harvester 1 2 1 0 0 18 22
mod-eusage-counter 0 0 1 0 0 6 7
mod-eusage-reports 4 1 0 0 0 6 11
mod-event-config 0 0 0 0 0 1 1
mod-feesfines 0 15 8 3 0 3 29
mod-finance 5 12 11 3 0 2 33
mod-finance-storage 12 28 8 1 1 8 58
mod-fqm-manager 5 65 55 3 2 11 141
mod-gobi 1 6 7 1 0 2 17
mod-graphql 1 3 1 1 0 7 13
Total Unique Issues: 617 8083 2427 246 17 1972 13362
Showing 100 of 227 statistics.
View in Jira