Support for very large Jira groups

Issue #19 resolved
Holger Schimanski repo owner created an issue

Some users assign very large Jira groups to project roles e.g. jira-users or jira-developers.

In these situations the Jira Project Role Tab plugin needs a long time to prepare the page, which sometimes even results in an error message.

For Jira groups only first chunk of users should be shown together with an "show more" link, which then iteratively loads all other users to the page. This iterative on-demand approach will prevent Jira Project Role Tab page from slow performance or error messages for very large Jira groups assigned to a project role.

Comments (4)

  1. Holger Schimanski reporter
    • changed milestone to 2.5

    Fixed with release 2.5.0, where the users of Jira groups are loaded via separate REST API calls and also introduction of a "Show more" button to show all users for Jira groups with more than 50 users.

  2. Holger Schimanski reporter

    Hello @cgeldridge,

    I have release 2.5.0 with a bugfix for your problem with thousands of users assigned to some Jira groups. This release should solve your issue as reported in #7.

    Best regards, Holger

  3. Log in to comment