GitReleaseNotes icon indicating copy to clipboard operation
GitReleaseNotes copied to clipboard

Jira implementation does not work anymore

Open donnib opened this issue 7 years ago • 1 comments

The JIRA implementation is probably based on SOAP which is not supported anymore so this needs to be migrated to REST.

donnib avatar Aug 07 '18 06:08 donnib

Here is an example of the REST api usage:

https://github.com/CatenaLogic/JiraCli/blob/develop/src/JiraCli/Services/VersionService.cs

GeertvanHorrik avatar Aug 07 '18 07:08 GeertvanHorrik