Support for Jira 6.x

Issue #23 new
Sorin Ionuț Sbârnea created an issue

Jira 6 is out so this plugin should support this.

Comments (3)

  1. Anoop Mehta Account Deactivated

    This plugin installs fine on Jira 6.1-20130626 and the functionality works fine too without any errors.

    To use this plug-in on JIRA 6.X, do a manual installation by downloading the jar from https://marketplace.atlassian.com/plugins/com.verhas.jira.plugin.jira-issue-merger and then upload addon under Manage Add-ons in UPM.

    Note to developer: * Existing source builds/compiles/tests fine using Maven * In source file MergeIssuesFunction, there is an ambiguity for method getCommentsForUser. Resolution: Instead of using null, create a null object and pass it as a parameter to the method. For e.g.

    User u=null; or ApplicationUser au=null;
    
    • Changing the product support listing on marketplace should make this plugin available for JIRA 6.X directly from UPM.
  2. Francesc Arbó

    Hello,

    I can't install this plugin directly from upm. I have to stop JIRA Tomcat and paste the jar into installed_plugins folder in order to install it.

    Besides, the plugin doesn't work fine in JIRA 6 because it doesn't merge any other field than the attachments.

    Finnaly, it would be great a little documentation about how to configure it.

    Thank you in advance.

  3. Log in to comment