Skip to end of banner
Go to start of banner

Selenium

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview

REST API Access

Common

The following code examples are written in C#.

Authentication

The authentication is based on Jira's REST API authentication, so you can use  HTTP basic authentication using your user credentials. 

// initialize a HttpClient with the Jira base url, e.g. 
using HttpClient client = new() {  BaseAddress = new Uri(Config.JiraBaseUrl) };

Environments

Types

Items

  • No labels