YouTrackSharp 2018.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package YouTrackSharp --version 2018.4.0
NuGet\Install-Package YouTrackSharp -Version 2018.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="YouTrackSharp" Version="2018.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add YouTrackSharp --version 2018.4.0
#r "nuget: YouTrackSharp, 2018.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install YouTrackSharp as a Cake Addin
#addin nuget:?package=YouTrackSharp&version=2018.4.0

// Install YouTrackSharp as a Cake Tool
#tool nuget:?package=YouTrackSharp&version=2018.4.0

official project

YouTrackSharp

YouTrackSharp

.NET Standard 2.0 Library to access YouTrack API.

For more information on YouTrack visit jetbrains.com/youtrack.

Getting started

First of all, install YouTrackSharp into your project using a NuGet client.

Install-Package YouTrackSharp

If you want to work with pre-release builds, configure our MyGet feed as a package source.

To communicate with a YouTrack server instance, we'll need a connection. It is recommended to always use permanent tokens to authenticate against YouTrack, using the BearerTokenConnection. For YouTrack instances that do not have token support, UsernamePasswordConnection can be used.

var connection = new BearerTokenConnection("https://ytsharp.myjetbrains.com/youtrack/", "perm:abcdefghijklmn");

// or:

var connection = new UsernamePasswordConnection("https://ytsharp.myjetbrains.com/youtrack/", "username", "password");

Once a connection is made, various services can be used. For example to get a list of projects the user has access to, the ProjectsService can be used:

var projectsService = connection.CreateProjectsService();
var projectsForCurrentUser = await projectsService.GetAccessibleProjects();

Other services are available as well, mapping to the YouTrack REST API endpoints and operations that are available.

Supported operations

YouTrackSharp is a .NET Library to access the YouTrack API. Main features:

  • Targets .NET Standard 2.0 - can be used with pretty much any .NET platform!
  • All calls are async all the way.
  • Handles serialization of YouTrack's timestamps into DateTime where possible.
  • Authentication using permanent tokens. For YouTrack instances that do not have token support, username/password can be used.
  • Comes with a color indices list.

The following API's are currently supported:

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

Supported YouTrack versions

YouTrackSharp versions follow YouTrack versioning. This means that YouTrackSharp 2018.4 supports YouTrack version 2018.4 as well as YouTrack InCloud for that version.

Some features will work with both newer and older versions of YouTrack as well but they are not officially suppported.

For YouTrack versions before 2018.4:

Be aware that these older branches are frozen and bug fixes nor new feature development is done on them.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on YouTrackSharp:

Package Downloads
Seq.App.YouTrack

Create issues in YouTrack from Seq (getseq.net) entries in one click.

Elmah.YouTrack

YouTrack error log for Elmah

Droid.Infra

Interface for soft integration (docker, github, jenkins, jira, syncany...). Allow you to create your own private cloud with syncany

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2022.3.1 12,820 3/31/2023
2022.3.0 4,773 12/2/2022
2021.3.6 17,369 1/26/2022
2021.3.5 2,666 8/24/2021
2021.3.4 769 8/6/2021
2021.3.3 1,027 7/27/2021
2021.3.2 1,117 7/26/2021
2021.3.1 3,743 7/6/2021
2021.3.0 723 7/5/2021
2020.3.1 53,932 1/25/2021
2020.3.0 1,259 12/21/2020
2020.2.3 557 1/25/2021
2020.2.2 568 12/21/2020
2020.2.1 3,433 10/29/2020
2020.2.0 632 10/28/2020
2020.1.0 23,581 4/8/2020
2019.3.0 738 4/8/2020
2019.2.4 15,279 10/23/2019
2019.2.3 816 10/19/2019
2019.2.2 952 10/15/2019
2019.2.1 784 10/10/2019
2019.2.0 1,169 7/22/2019
2019.1.1 907 7/8/2019
2019.1.0 5,276 4/10/2019
2018.4.0 12,538 4/3/2019
3.5.0 70,473 6/14/2018
3.4.1 3,045 4/25/2018
3.4.0 1,380 4/24/2018
3.3.0 2,143 1/5/2018
3.2.3 1,554 10/31/2017
3.2.2 1,214 10/26/2017
3.2.1 1,168 10/24/2017
3.2.0 1,181 10/24/2017
3.1.0 1,367 9/12/2017
3.0.1 1,270 8/31/2017
3.0.0 1,358 8/8/2017
2.0.31 1,739 7/13/2017
2.0.30 18,656 11/13/2014
2.0.29 1,505 10/30/2014
2.0.27 1,620 9/22/2014
2.0.26 2,564 8/24/2014
2.0.15 9,531 1/27/2013
2.0.14 1,468 1/23/2013
2.0.13 1,570 1/9/2013
2.0.12 1,481 1/9/2013
2.0.11 2,914 12/6/2012
2.0.10 1,739 11/22/2012
2.0.9 1,688 11/21/2012
2.0.5 1,711 11/21/2012
2.0.3 1,826 9/20/2012
2.0.2 1,611 8/10/2012
1.0.80 1,799 6/29/2012
1.0.74 1,548 6/18/2012
1.0.73 1,769 3/6/2012
1.0.72 1,621 3/6/2012
1.0.71 1,635 3/5/2012
1.0.70 1,620 3/5/2012
1.0.68 1,603 3/5/2012
1.0.67 1,747 2/2/2012
1.0.66 1,773 12/26/2011
1.0.65 1,643 12/14/2011
1.0.64 1,958 11/11/2011
1.0.63 1,685 10/28/2011
1.0.62 1,717 10/25/2011
1.0.61 1,734 10/24/2011
1.0.60 1,698 10/24/2011
1.0.59 1,671 10/24/2011
1.0.58 1,686 10/24/2011
1.0.57 1,679 10/24/2011
1.0.56 1,704 10/24/2011
1.0.55 1,689 10/24/2011
1.0.53 1,698 10/24/2011
1.0.52 1,660 10/24/2011
1.0.51 1,643 10/24/2011
1.0.50 1,694 10/23/2011
1.0.47 1,697 10/22/2011
1.0.46 1,760 10/20/2011
1.0.45 1,641 10/19/2011
1.0.44 1,711 10/19/2011
1.0.43 1,920 10/2/2011
1.0.42 1,854 10/2/2011
1.0.41 1,856 9/27/2011
1.0.40 1,942 9/9/2011
1.0.39 1,871 9/6/2011
1.0.38 1,844 9/6/2011
1.0.37 1,637 9/6/2011
1.0.36 1,707 8/24/2011
1.0.12 1,642 8/7/2011
1.0.11 1,671 7/24/2011
1.0.10 1,716 7/11/2011
1.0.9 1,721 7/8/2011
1.0.8 1,749 6/28/2011
1.0.7 1,727 6/28/2011
1.0.6 1,692 6/28/2011
1.0.5 1,712 6/28/2011
1.0.3 1,733 6/26/2011
1.0.2 1,746 6/26/2011
1.0.1 1,705 6/26/2011
1.0.0 1,798 6/25/2011
0.9.0 2,145 3/5/2011