Configure Add-On - v7.0.11.2

To configure the push service of catWorkX Push and Pull Favorites add-on, do the following on the JIRA server:

  1. Log into the JIRA server as administrator.
  2. From the Administration menu, select Add-ons.
    In the left side bar there should be a section "Push and Pull Favorites Administration" that contains a link "Service".
  3. Click Service.
    The "Push and Pull Favorites - Service Settings" dialog appears.
  4. Do the following:

    Configure Scheduling

    In the "Scheduling" section of the "Push and Pull Favorites - Service Settings" dialog, you can schedule the service.

    The expression you have to enter in the text box "Cron Expression" has to be in cron syntax. Cron is a time-based job scheduler in Unix-like computer operating systems. Cron is most suitable for scheduling repetitive tasks.

    More information about cron and the cron syntax you find on Wikipedia.

    The cron expression you enter should at least contain 5 entries, but not more than 6. Please note, that day-of-the-week and day-of-the-month should not be both asterisks.

    Examples:

    • Alle 15 Minuten:

      0/15 * * * *
      
    • Alle 30 Minuten:

      0/30 * * * *
    • Um 23 Uhr:

      0 23 * * *
      
    • Um 5 und um 23 Uhr:

      0 5,23 * * *

    An error message will be displayed, if you entered an invalid expression.

    Shared Dashboards are only distributed to those users who have permission to view any filters used in contained gadgets.

    Configure Filter

    In the "Filter" section of the "Push and Pull Favorites - Service Settings" dialog, you can specify users and/or groups whose shared filters will be set as favorites to all users being able to access the filters.

    In the "Filters" menu, you can select the filters you want to push to applicable users.

    Configure Dashboard

    In the "Dashboard" section of the "Push and Pull Favorites - Service Settings" dialog, you can specify users and/or groups whose dashboards will be set as favorites to all users being able to access the dashboards.

    You also can select if you want to push the system dashboard as favorite to all users.

    In the "Dashboards" menu, you can select the dashboards you want to push to applicable users.

  5. Then click Submit.