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.
<PackageVersion Include="YouTrackSharp" Version="2018.4.0" />
                    
Directory.Packages.props
<PackageReference Include="YouTrackSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=YouTrackSharp&version=2018.4.0
                    
Install as a Cake Addin
#tool nuget:?package=YouTrackSharp&version=2018.4.0
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 48,368 3/31/2023
2022.3.0 5,757 12/2/2022
2021.3.6 21,021 1/26/2022
2021.3.5 3,451 8/24/2021
2021.3.4 894 8/6/2021
2021.3.3 1,152 7/27/2021
2021.3.2 1,222 7/26/2021
2021.3.1 4,305 7/6/2021
2021.3.0 847 7/5/2021
2020.3.1 153,564 1/25/2021
2020.3.0 1,360 12/21/2020
2020.2.3 656 1/25/2021
2020.2.2 672 12/21/2020
2020.2.1 3,533 10/29/2020
2020.2.0 737 10/28/2020
2020.1.0 25,302 4/8/2020
2019.3.0 847 4/8/2020
2019.2.4 15,495 10/23/2019
2019.2.3 925 10/19/2019
2019.2.2 1,055 10/15/2019
2019.2.1 895 10/10/2019
2019.2.0 1,283 7/22/2019
2019.1.1 1,017 7/8/2019
2019.1.0 5,391 4/10/2019
2018.4.0 12,720 4/3/2019
3.5.0 71,559 6/14/2018
3.4.1 3,347 4/25/2018
3.4.0 1,840 4/24/2018
3.3.0 2,466 1/5/2018
3.2.3 1,770 10/31/2017
3.2.2 1,429 10/26/2017
3.2.1 1,411 10/24/2017
3.2.0 1,395 10/24/2017
3.1.0 1,588 9/12/2017
3.0.1 1,486 8/31/2017
3.0.0 1,590 8/8/2017
2.0.31 2,142 7/13/2017
2.0.30 19,072 11/13/2014
2.0.29 1,741 10/30/2014
2.0.27 1,853 9/22/2014
2.0.26 2,805 8/24/2014
2.0.15 11,371 1/27/2013
2.0.14 1,714 1/23/2013
2.0.13 1,832 1/9/2013
2.0.12 1,731 1/9/2013
2.0.11 3,162 12/6/2012
2.0.10 1,989 11/22/2012
2.0.9 1,936 11/21/2012
2.0.5 1,962 11/21/2012
2.0.3 2,075 9/20/2012
2.0.2 1,863 8/10/2012
1.0.80 2,052 6/29/2012
1.0.74 1,793 6/18/2012
1.0.73 2,028 3/6/2012
1.0.72 1,877 3/6/2012
1.0.71 1,890 3/5/2012
1.0.70 1,878 3/5/2012
1.0.68 1,864 3/5/2012
1.0.67 2,004 2/2/2012
1.0.66 2,027 12/26/2011
1.0.65 1,896 12/14/2011
1.0.64 2,215 11/11/2011
1.0.63 1,939 10/28/2011
1.0.62 1,966 10/25/2011
1.0.61 1,992 10/24/2011
1.0.60 1,953 10/24/2011
1.0.59 1,926 10/24/2011
1.0.58 1,944 10/24/2011
1.0.57 1,939 10/24/2011
1.0.56 1,967 10/24/2011
1.0.55 1,943 10/24/2011
1.0.53 1,956 10/24/2011
1.0.52 1,915 10/24/2011
1.0.51 1,895 10/24/2011
1.0.50 1,950 10/23/2011
1.0.47 1,951 10/22/2011
1.0.46 2,016 10/20/2011
1.0.45 1,907 10/19/2011
1.0.44 1,968 10/19/2011
1.0.43 2,342 10/2/2011
1.0.42 2,274 10/2/2011
1.0.41 2,275 9/27/2011
1.0.40 2,370 9/9/2011
1.0.39 2,297 9/6/2011
1.0.38 2,282 9/6/2011
1.0.37 1,888 9/6/2011
1.0.36 1,969 8/24/2011
1.0.12 1,908 8/7/2011
1.0.11 1,928 7/24/2011
1.0.10 1,978 7/11/2011
1.0.9 1,980 7/8/2011
1.0.8 2,014 6/28/2011
1.0.7 1,990 6/28/2011
1.0.6 1,962 6/28/2011
1.0.5 1,982 6/28/2011
1.0.3 2,002 6/26/2011
1.0.2 2,004 6/26/2011
1.0.1 1,963 6/26/2011
1.0.0 2,056 6/25/2011
0.9.0 2,439 3/5/2011