Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Languageserver JiraNew to Visual Studio Code? Get it now.
Languageserver Jira

Languageserver Jira

Michael Pietsch

|
136 installs
| (0) | Free
A language server for Jira integration
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Language Server for Jira and Visual Studio Code

A language server for integrating Jira within Visual Studio Code.

Example

Table of Contents

  • Language Server for Jira and Visual Studio Code
    • Table of Contents
    • Introduction
    • Features
    • Installation
      • Prerequisites
      • Steps
    • Usage
    • Configuration
    • Contributing
    • License

Introduction

The Language Server for Jira provides integration with Jira, allowing you to interact with Jira issues directly from your development environment. This extension uses the Language Server Protocol (LSP) to provide features such as code completion and issue linking.

Features

  • Code completion for Jira issues
  • Automatic linking of Jira issues in markdown files
  • Customizable server settings

Installation

Prerequisites

  • Node.js
  • npm

Steps

  1. Clone the repository:
git clone https://github.com/ahpex/languageserver-jira.git
cd languageserver-jira
  1. Install dependencies:
npm install
  1. Build the project:
npm run compile

Usage

To start using the Language Server for Jira, open your development environment and activate the extension. The server will automatically start and provide Jira integration features.

Configuration

You can configure the extension by adding the following settings to your VS Code settings:

{
    "languageserver-jira.hostname": "your-jira-hostname",
    "languageserver-jira.authorizationToken": "your-authorization-token",
    "languageserver-jira.project": "your-project-key",
    "languageserver-jira.sslCertificateCheck": true
}

Example:

{
    "languageserver-jira.hostname": "jira.example.com",
    "languageserver-jira.authorizationToken": "your-auth-token",
    "languageserver-jira.project": "ABC",
    "languageserver-jira.sslCertificateCheck": false
}

If you don't want to use a productive Jira server, you can use Jira REST Mock Server.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit your changes.
  4. Push your branch and create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft