dapplo / Dapplo.Jira

This is a simple REST based JIRA client, written for Greenshot, by using Dapplo.HttpExtension
MIT License
34 stars 14 forks source link

Add ProjectTypeKey property on Project entity #42

Closed LUS1N closed 4 years ago

LUS1N commented 4 years ago

The project entity is missing ProjectTypeKey. It should be present both when getting a project throught the project API and when getting an issue and viewing the attached project.

image

LUS1N commented 4 years ago

aww man, didn't think something like that would break tests. will look at it later

LUS1N commented 4 years ago

Honestly I can't even build the tests as I'm running on .net core. I don't really want to spend time trying to make it work. Could you guys take care of it?

Lakritzator commented 4 years ago

The problem with the tests, is that they use credentials. And those will not be available when someone makes a PR, as they could output them and misuse. I'll check it out, thanks for the PR!