YouTrackSharp

.NET Standard 2.0 Library to access YouTrack API.

APACHE-2.0 License

Stars
132
Committers
29

Bot releases are hidden (Show)

YouTrackSharp - YouTrackSharp 2019.2.1

Published by maartenba about 5 years ago

Breaking changes

  • Deprecated UsernamePasswordConnection
  • Update API endpoint used to retrieve current user information

Features

  • See previous releases

Enhancements

  • See previous releases

Bugfixes

  • UserManagementService .CreateUser replaces ' ' with '+' #89

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 2019.2.0

Published by maartenba about 5 years ago

Breaking changes

  • Deprecated UsernamePasswordConnection
  • Update API endpoint used to retrieve current user information

Features

  • See previous releases

Enhancements

  • See previous releases

Bugfixes

  • See previous releases

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 2019.1.1

Published by maartenba over 5 years ago

Breaking changes

  • Deprecated UsernamePasswordConnection
  • Update API endpoint used to retrieve current user information

Features

  • See previous releases

Enhancements

  • See previous releases

Bugfixes

  • Define content-type header in IssuesService.AttachFileToIssue #87

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 2019.1.0

Published by maartenba over 5 years ago

Breaking changes

  • Deprecated UsernamePasswordConnection
  • Update API endpoint used to retrieve current user information

Features

  • See previous releases

Enhancements

  • See previous releases

Bugfixes

  • See previous releases

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 2019.1.0-alpha-00003

Published by maartenba over 5 years ago

Breaking changes

  • Deprecated UsernamePasswordConnection
  • Update API endpoint used to retrieve current user information

Features

  • See previous releases

Enhancements

  • See previous releases

Bugfixes

  • See previous releases

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 2018.4.0

Published by maartenba over 5 years ago

Features

  • See previous releases

Enhancements

  • Target netstandard2.0 instead of netstandard1.3
  • Adding interfaces for mocking purposes #79
  • Better exception for TimeTrackingService.GetWorkTypesForProject() #80
  • Add XMLdoc comments and an Obsolete attribute to notify users about YouTrack 2018.2 having removed the agile board API #81

Bugfixes

  • See previous releases

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 4.0.0-develop-201809040744

Published by maartenba about 6 years ago

Features

  • See previous releases

Enhancements

  • Target netstandard2.0 instead of netstandard1.3
  • Adding interfaces for mocking purposes #79
  • Better exception for TimeTrackingService.GetWorkTypesForProject() #80
  • Add XMLdoc comments and an Obsolete attribute to notify users about YouTrack 2018.2 having removed the agile board API #81

Bugfixes

  • See previous releases

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 4.0.0-develop-201808210153

Published by maartenba about 6 years ago

Features

  • See previous releases

Enhancements

  • Target netstandard2.0 instead of netstandard1.3
  • Adding interfaces for mocking purposes #79

Bugfixes

  • See previous releases

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.5.0

Published by maartenba over 6 years ago

Features

  • See previous releases

Enhancements

  • Support setting properties on HttpClientHandler #77

Bugfixes

  • See previous releases

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.4.1

Published by maartenba over 6 years ago

Features

  • Markdown support in Issue/Comment #74 (not supported by all versions of YouTrack)
  • Get YouTrack build number #75

Enhancements

  • See previous releases

Bugfixes

  • See previous releases

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.4.0

Published by maartenba over 6 years ago

Features

  • Markdown support in Issue/Comment #74

Enhancements

  • See previous releases

Bugfixes

  • See previous releases

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.3.0

Published by maartenba almost 7 years ago

Features

  • Implement custom fields administration API #70
  • Implement Agile board API's #41 - thanks @nylchr!

Enhancements

  • See previous releases

Bugfixes

  • See previous releases

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.3.0-beta-2

Published by maartenba almost 7 years ago

Features

  • Implement custom fields administration API #70
  • Implement Agile board API's #41 (get list of agile boards, get agile board, get sprint, create agile board) - thanks @nylchr!

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.3.0-beta-1

Published by maartenba almost 7 years ago

Features

  • Implement custom fields administration API #70
  • Implement Agile board API's #41 (get list of agile boards, get agile board, get sprint) - thanks @nylchr!

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.2.3

Published by maartenba almost 7 years ago

Features

  • Get Changeset for an issue #62 (thanks, @jirihelmich)
  • Add wikifyDescription param to IssuesService.GetIssues() #64

Enhancements

  • Extend class User with RingId property #67
  • Update XML documentation: UserManagementService GetUsers only returns 10 users #66

Bugfixes

  • JsonSerializationException serializing/deserializing system-wide time tracking settings #63

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.2.2

Published by maartenba almost 7 years ago

Bugfixes

  • JsonSerializationException serializing/deserializing system-wide time tracking settings #63

Features

  • Get Changeset for an issue #62 (thanks, @jirihelmich)
  • Add wikifyDescription param to IssuesService.GetIssues() #64

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.2.1

Published by maartenba almost 7 years ago

Bugfixes

  • JsonSerializationException serializing/deserializing system-wide time tracking settings #63

Features

  • Get Changeset for an issue #62 (thanks, @jirihelmich)

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.2.0

Published by maartenba almost 7 years ago

Bugfixes

  • JsonSerializationException serializing/deserializing system-wide time tracking settings #63

Features

  • Get Changeset for an issue #62 (thanks, @jirihelmich)

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.1.0

Published by maartenba about 7 years ago

Adds user administration API's and time tracking settings.

Features

  • Implement user administration API's #49
  • Implement Time Tracking Settings #57 (thanks, @aschoelzhorn!)
  • Extend properties: add Created & Updated for TimeTracking.WorkItem #58

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!

YouTrackSharp - YouTrackSharp 3.1.0-beta-2

Published by maartenba about 7 years ago

Adds user administration API's and time tracking settings.

Features

  • Implement user administration API's #49
  • Implement Time Tracking Settings #57 (thanks, @aschoelzhorn!)

Many other API's are not included yet - feel free to tackle one of the UpForGrabs issues and make YouTrackSharp better!