GoLand
 
Get GoLand

Tutorial: Configure a generic task server

Last modified: 02 November 2024

This tutorial describes how to:

  • Connect to JIRA Cloud as a generic server.

  • Get the list of issues assigned to you.

  • For each issue, get its ID, title, description, date and time when the issue was created and updated.

Before you start configuring a connection to your tracker, note that GoLand:

  • Supports only services with REST API.

  • Supports either Basic HTTP authentication or sending preliminary requests to the server.

  • Supports GET and POST requests.

  • Does not support pagination in server responses.