JIRA Plugin doesn't work with JIRA Server v7.0

Description

JIRA Plugin doesn't work with JIRA Server v7.0. Do you have some solutions to solve the problem. There is an error message if I want to login to jira.

Environment

None

Gliffy Diagrams

Activity

Show:
Robin Krom
September 16, 2016 at 6:57 PM

With Greenshot 1.2.9.84 and later (currently in test, release candidates come soon) most JIRA issues are solved.

Unofficial versions (not released for public) can be found here:
https://github.com/greenshot/greenshot/releases

Robin Krom
August 17, 2016 at 1:15 PM

Available for testing with build 1.2.9.69-UNSTABLE or later which can be downloaded from here:
https://github.com/greenshot/greenshot/releases/tag/Greenshot-UNSTABLE-1.2.9.69

Please let me know if this has any problems!

Robin Krom
March 11, 2016 at 3:32 PM

Just some additional information, for when people like to know some of the backgrounds:
JIRA had a SOAP API, which Greenshot used.
Now they chanced to a REST (HTTP) Based API.
As especially the HTTP part of .NET has been changed a lot since .NET 2.0 which Greenshot 1.2.x is based upon.
So, it would be stupid to write a new JIRA client for the old HTTP implementation of .NET 2.0.

As there are a lot of specifics in using web services, I created a new library, called Dapplo.HttpExtensions, which has all the HTTP functionality for Greenshot in it and makes development a lot quicker.
With this Iibrary I cover most of the HTTP use-cases which are needed by Dropbox, Picasa, Jira etc in a single library, making sure everthing behaves the same.
On top of this, I wrote Dapplo.Jira which implements the Jira API client.
And this is used by the Greenshot plugin, for the Greenshot specifics.

This is work in progress... which I hope to finish soon.

Robin Krom
March 11, 2016 at 3:23 PM

Just to give a notice that we are alive, as Greenshot is free so we don't always have the resources to chance every system as soon as an update is out.

We know of the issue and are working hard on an improved JIRA connection, due to other issues we couldn't finish it as soon as we would have liked.

A prototype is working already, but due to framework dependencies we also need to update .NET and with that we have a lot more work than just JIRA.
So this will come with Greenshot 1.3.x, first we need to rollout a bugfix for some other instabilities in 1.2.9.x
(And no, due to the .NET update, we can't just include it in 1.2.9)

Sorry to make you wait...

Fixed

Details

Assignee

Reporter

Affects versions

Components

Priority

Labels

Original estimate

Time tracking

3w logged

Sprint

None
Created January 12, 2016 at 8:01 AM
Updated September 16, 2016 at 6:57 PM
Resolved August 17, 2016 at 1:15 PM