Skip to content

Store statistics on jira imported issues counts

Alexandru Croitor requested to merge jira-import-issues-count into master

What does this MR do?

This MR stores stats related to a Jira import. Namely it stores count of issues that were imported successfully and count of issues that failed to be imported as well as the total count.

Currently the total count of issues is computed as successfully imported issues + known failed issues. In a future iteration the total count will be fetched from Jira itself, which should account for more accurate report.

This is related both to reporting back to user on the import statistics, as well as historical data on the imports and also can be used as usage ping data for our data analisys.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alexandru Croitor

Merge request reports