kalhorim / Atlassian.Net-SDK

Solve Problems in Atlassian.Net SDK for .Net developers to interact with Atlassian applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlassian.NET SDK

Contains utilities for interacting with Atlassian JIRA.

This repository creates for syncing with Atlassian.Net SDK. And solve issues in this repo. So, for more information, visit the primary site (Atlassian.Net SDK).

Change List for this repo

  • Solve Issue #586 expected Object

    By this solution Jira API - Insight object customfield

    Some custom Insight fields have 'expected Object' or 'data was not an array' when saving.

    I create overload for AddArray method to get object array. for example:

     issue.CustomFields.AddArray("InsightFieldName", new { key = CustomInsightId });
    
  • Sync with 12.4.0

Test Environment and docker

Next, we will produce a valid test environment by docker image for testing any issues that can cause in this repository.

About

Solve Problems in Atlassian.Net SDK for .Net developers to interact with Atlassian applications.

License:Other


Languages

Language:C# 100.0%Language:Batchfile 0.0%