Coder Social home page Coder Social logo

maximtrp / youtrack-vscode-extension Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 318 KB

YouTrack Integration with VSCode

Home Page: https://marketplace.visualstudio.com/items?itemName=maximtrp.youtrack-ext

License: MIT License

TypeScript 95.53% JavaScript 4.47%
youtrack code visual-studio-code vscode vscode-extension

youtrack-vscode-extension's Introduction

YouTrack Extension for Visual Studio Code

Visual Studio Marketplace Version Codacy grade Open VSX Downloads Visual Studio Marketplace Downloads

This extension provides basic integration between YouTrack and VS Code. It allows you to browse your agiles and issues, quickly create or checkout git branches and update issue information. This is an unofficial extension and not affiliated with JetBrains.

Screenshot

Installation

The extension is available in Visual Studio Marketplace and Open VSX. To use this extension, you should create a personal access token (usually prefixed with perm).

Features

  • Support for multiple YouTrack servers
  • Listing all agiles and projects
  • Grouping, sorting and filtering issues by many criteria (see screenshot above)
  • Updating issue state, priority or type
  • Creating or checking out a branch for an issue

Web Extension

To use this extension in a web environment (VS Code for Web), you must set CORS parameters using this API.

For example, you can make a similar request using REST Client:

@SERVER = https://your.youtrack.domain
@TOKEN = perm:...

POST {{SERVER}}/api/admin/globalSettings/restSettings
Authorization: Bearer {{TOKEN}}
Content-Type: application/json

{
  "allowedOrigins": "https://vscode.dev"
}

Donate

If you find this extension useful, please consider donating any amount of money. This will help me spend more time on supporting open-source software.

Buy Me A Coffee

Copyright attributions

Copyright © 2023 JetBrains s.r.o. YouTrack and the YouTrack logo are registered trademarks of JetBrains s.r.o.

youtrack-vscode-extension's People

Contributors

dependabot[bot] avatar maximtrp avatar

Stargazers

 avatar

Watchers

 avatar

youtrack-vscode-extension's Issues

Does not work

For me the extension does not work.

My youtrack instance runs in a docker container with image 2021.4.38425.
I created an access token as described and even set the cors policy to unrestricted (allowAllOrigins), but the extension does not fetch my agiles.
The error presented looks like this: Error occurred while retrieving agiles. I cannot see anything in the output window of vscode so I cannot provide more information.

Furthermore I can fetch my agiles and issues using my access token when I use a program like postman without issues.

What could be the issue here?

Kanban boards are not supported

I know that this plugin provides only basic synchronization, but I would love to see an option one day to update Kanban boards directly from VS Code, similar to SCRUM. Despite that, it's still a great plugin !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.