List of Atlassian SDK Methods

Ina Ivaylova August 16, 2017

Hi, where can I find all the utilities for interacting with Atlassian JIRA?
I have found this: https://bitbucket.org/farmas/atlassian.net-sdk/wiki/Home
but I want to find the full list of all operations.

Examples:

var issue = jira.CreateIssue("My Project");

OR

var issue = await jira.Issues.GetIssueAsync("TST-5");

OR

await issue.AddCommentAsync("new comment");

1 answer

0 votes
Thor
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 24, 2017

I think what you maybe search for is the JIRA API Documentation (Javadocs)?

 

Examples for using classes and methods can be found in the tutorials or here in the community forum.

Suggest an answer

Log in or Sign up to answer