Compatibility with JIRA v6.2.x

Issue #11 new
Mark Symons created an issue

The JIRA Threaded Comments plugin is listed on Atlassian Marketplace as being compatible with JIRA v6.1.7

Compatibility needs to be updated for JIRA v6.2.x

JIRA v6.2.1 has now been released.

Comments (10)

  1. DejanS

    It seems that plugin is ready for JIRA 6.2.x, here is what I tried:

    • checkout tag threaded-comments-1.2
    • changed maven project version:

    from: <version>1.2</version> to: <version>1.2.1</version>

    • changed JIRA and maven JIRA plugin versions:

    from: <jira.version>6.1.1</jira.version> <amps.version>4.2.3</amps.version>

    to: <jira.version>6.2.3</jira.version> <amps.version>4.2.20</amps.version>

    • after that I uploaded maven compiled plugin jar to my JIRA test instance (6.2.3)

    Result: threaded comments are working flawlessly: https://imageshack.com/i/n6mcrjp

  2. DejanS

    This is blocker for me to upgrade JIRA from 6.1 to 6.2; I will wait for a few weeks or so, and after that period will create plugin jar (compatible with 6.2) on my own (based on merge request mentioned above). Although, it would be nice to use official plugin for 6.2...

  3. Log in to comment