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 24,004 3/31/2023
2022.3.0 5,241 12/2/2022
2021.3.6 19,437 1/26/2022
2021.3.5 2,811 8/24/2021
2021.3.4 811 8/6/2021
2021.3.3 1,066 7/27/2021
2021.3.2 1,156 7/26/2021
2021.3.1 4,224 7/6/2021
2021.3.0 785 7/5/2021
2020.3.1 100,690 1/25/2021
2020.3.0 1,285 12/21/2020
2020.2.3 588 1/25/2021
2020.2.2 596 12/21/2020
2020.2.1 3,463 10/29/2020
2020.2.0 661 10/28/2020
2020.1.0 24,066 4/8/2020
2019.3.0 769 4/8/2020
2019.2.4 15,395 10/23/2019
2019.2.3 842 10/19/2019
2019.2.2 976 10/15/2019
2019.2.1 810 10/10/2019
2019.2.0 1,195 7/22/2019
2019.1.1 935 7/8/2019
2019.1.0 5,313 4/10/2019
2018.4.0 12,622 4/3/2019
3.5.0 70,951 6/14/2018
3.4.1 3,076 4/25/2018
3.4.0 1,409 4/24/2018
3.3.0 2,187 1/5/2018
3.2.3 1,584 10/31/2017
3.2.2 1,244 10/26/2017
3.2.1 1,219 10/24/2017
3.2.0 1,210 10/24/2017
3.1.0 1,400 9/12/2017
3.0.1 1,303 8/31/2017
3.0.0 1,396 8/8/2017
2.0.31 1,781 7/13/2017
2.0.30 18,765 11/13/2014
2.0.29 1,534 10/30/2014
2.0.27 1,651 9/22/2014
2.0.26 2,594 8/24/2014
2.0.15 10,391 1/27/2013
2.0.14 1,503 1/23/2013
2.0.13 1,600 1/9/2013
2.0.12 1,509 1/9/2013
2.0.11 2,948 12/6/2012
2.0.10 1,774 11/22/2012
2.0.9 1,721 11/21/2012
2.0.5 1,741 11/21/2012
2.0.3 1,859 9/20/2012
2.0.2 1,642 8/10/2012
1.0.80 1,833 6/29/2012
1.0.74 1,581 6/18/2012
1.0.73 1,803 3/6/2012
1.0.72 1,654 3/6/2012
1.0.71 1,666 3/5/2012
1.0.70 1,648 3/5/2012
1.0.68 1,634 3/5/2012
1.0.67 1,783 2/2/2012
1.0.66 1,805 12/26/2011
1.0.65 1,676 12/14/2011
1.0.64 1,993 11/11/2011
1.0.63 1,713 10/28/2011
1.0.62 1,743 10/25/2011
1.0.61 1,765 10/24/2011
1.0.60 1,727 10/24/2011
1.0.59 1,698 10/24/2011
1.0.58 1,718 10/24/2011
1.0.57 1,710 10/24/2011
1.0.56 1,733 10/24/2011
1.0.55 1,716 10/24/2011
1.0.53 1,724 10/24/2011
1.0.52 1,692 10/24/2011
1.0.51 1,672 10/24/2011
1.0.50 1,724 10/23/2011
1.0.47 1,725 10/22/2011
1.0.46 1,790 10/20/2011
1.0.45 1,678 10/19/2011
1.0.44 1,740 10/19/2011
1.0.43 1,952 10/2/2011
1.0.42 1,881 10/2/2011
1.0.41 1,885 9/27/2011
1.0.40 1,975 9/9/2011
1.0.39 1,901 9/6/2011
1.0.38 1,877 9/6/2011
1.0.37 1,664 9/6/2011
1.0.36 1,741 8/24/2011
1.0.12 1,673 8/7/2011
1.0.11 1,705 7/24/2011
1.0.10 1,750 7/11/2011
1.0.9 1,752 7/8/2011
1.0.8 1,786 6/28/2011
1.0.7 1,763 6/28/2011
1.0.6 1,723 6/28/2011
1.0.5 1,748 6/28/2011
1.0.3 1,765 6/26/2011
1.0.2 1,778 6/26/2011
1.0.1 1,737 6/26/2011
1.0.0 1,829 6/25/2011
0.9.0 2,185 3/5/2011