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 13,114 3/31/2023
2022.3.0 4,799 12/2/2022
2021.3.6 17,508 1/26/2022
2021.3.5 2,668 8/24/2021
2021.3.4 771 8/6/2021
2021.3.3 1,027 7/27/2021
2021.3.2 1,117 7/26/2021
2021.3.1 3,754 7/6/2021
2021.3.0 723 7/5/2021
2020.3.1 55,214 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,585 4/8/2020
2019.3.0 738 4/8/2020
2019.2.4 15,299 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,489 6/14/2018
3.4.1 3,047 4/25/2018
3.4.0 1,382 4/24/2018
3.3.0 2,145 1/5/2018
3.2.3 1,556 10/31/2017
3.2.2 1,216 10/26/2017
3.2.1 1,170 10/24/2017
3.2.0 1,183 10/24/2017
3.1.0 1,369 9/12/2017
3.0.1 1,272 8/31/2017
3.0.0 1,360 8/8/2017
2.0.31 1,741 7/13/2017
2.0.30 18,660 11/13/2014
2.0.29 1,507 10/30/2014
2.0.27 1,621 9/22/2014
2.0.26 2,565 8/24/2014
2.0.15 9,587 1/27/2013
2.0.14 1,472 1/23/2013
2.0.13 1,574 1/9/2013
2.0.12 1,485 1/9/2013
2.0.11 2,918 12/6/2012
2.0.10 1,742 11/22/2012
2.0.9 1,691 11/21/2012
2.0.5 1,714 11/21/2012
2.0.3 1,830 9/20/2012
2.0.2 1,615 8/10/2012
1.0.80 1,802 6/29/2012
1.0.74 1,550 6/18/2012
1.0.73 1,771 3/6/2012
1.0.72 1,623 3/6/2012
1.0.71 1,637 3/5/2012
1.0.70 1,622 3/5/2012
1.0.68 1,605 3/5/2012
1.0.67 1,749 2/2/2012
1.0.66 1,775 12/26/2011
1.0.65 1,645 12/14/2011
1.0.64 1,960 11/11/2011
1.0.63 1,687 10/28/2011
1.0.62 1,719 10/25/2011
1.0.61 1,736 10/24/2011
1.0.60 1,700 10/24/2011
1.0.59 1,673 10/24/2011
1.0.58 1,688 10/24/2011
1.0.57 1,681 10/24/2011
1.0.56 1,706 10/24/2011
1.0.55 1,691 10/24/2011
1.0.53 1,700 10/24/2011
1.0.52 1,662 10/24/2011
1.0.51 1,645 10/24/2011
1.0.50 1,696 10/23/2011
1.0.47 1,699 10/22/2011
1.0.46 1,762 10/20/2011
1.0.45 1,643 10/19/2011
1.0.44 1,713 10/19/2011
1.0.43 1,922 10/2/2011
1.0.42 1,856 10/2/2011
1.0.41 1,858 9/27/2011
1.0.40 1,944 9/9/2011
1.0.39 1,873 9/6/2011
1.0.38 1,846 9/6/2011
1.0.37 1,638 9/6/2011
1.0.36 1,709 8/24/2011
1.0.12 1,644 8/7/2011
1.0.11 1,673 7/24/2011
1.0.10 1,718 7/11/2011
1.0.9 1,722 7/8/2011
1.0.8 1,751 6/28/2011
1.0.7 1,729 6/28/2011
1.0.6 1,693 6/28/2011
1.0.5 1,714 6/28/2011
1.0.3 1,735 6/26/2011
1.0.2 1,748 6/26/2011
1.0.1 1,707 6/26/2011
1.0.0 1,800 6/25/2011
0.9.0 2,147 3/5/2011