Uploaded image for project: 'Minyaa Suite'
  1. Minyaa Suite
  2. MYAA-1213

After Minyaa installation, UPM is not working.

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.3.4
    • None
    • None
    • Security Level: Public
    • None
    • 4.4, 4.4.1, 4.4.x, 5.x, 5.0.1, 5.0.2, 5.0.3, 5.0.4, 5.0.5, 5.0.6, 5.0.7, 5.1, 5.1.1

      In some cases, with Minyaa 3.3.3, the Universal Plugin Manager fails.

      Root cause : Minyaa Plugin have dependency each other, and one of them concerns Javascript resources shared between Minyaa Time Gadget and Minyaa Workflow Attributes. In some cases, after the installation procedure, the Minyaa Workflow Attributes plugin may disabled. Before Minyaa 3.3.3, it had no effect, excepted to disable added features.
      Since 3.3.3, it make fails the dependency resolution, and the feature of Minyaa Time Gadget needing this Javascript is alos not provided.

      But it has an effect on UPM, and makes it not functional. An issue (https://ecosystem.atlassian.net/browse/UPM-2480) is opened.

      The workaround consist to renable the plugin (see below SQL statement) from the Database and restart JIRA :

      DELETE FROM propertystring where id in (SELECT id FROM propertyentry p where property_key = 'jira.plugin.state-.jira.plugin.minyaa.workflows.attributes');
      DELETE FROM propertyentry  where property_key = 'jira.plugin.state-.jira.plugin.minyaa.workflows.attributes';
      COMMIT;
      

      Medium term resolution :

      • Avoid to have Minyaa Workflow Attributes disabled (related the Licence management)
      • Move the JS to Minyaa Core ?

            vthoule Vincent Thoulé
            vthoule Vincent Thoulé
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: