Skip to content

Instantly share code, notes, and snippets.

View sva1000's full-sized avatar

Vasiliy S sva1000

View GitHub Profile
@sva1000
sva1000 / JiraToMpp.cs
Last active November 30, 2022 10:09
A simple example which shows how to export issues from Jira using REST API and save them to MPP using Aspose.Tasks for .NET library.
using System;
using System.Collections.Generic;
using System.Net.Http;
using Aspose.Tasks;
using Newtonsoft.Json.Linq;
using Task = Aspose.Tasks.Task;
namespace JiraToMpp
{
class Program