Giter VIP home page Giter VIP logo

vscode-jira-plugin's Introduction

jira-issue README

A simple extension for Jira issues within vscode.

This vscode extension is a slim version that only includes the most commonly used features. The more functions it has, the more complicated its usage will be, and I don't want to add unnecessary complexity.

Jira Issues in Action

English | 简体中文

Features

Click on jira-issue in the sidebar, you can see the description and status of jira.

The flag at the beginning of the line indicates that the Assignee of this issue is you

These emoji represent the status of Jira issue:

Open: 🆕
In Progress: 🕐
Resolved: 👍
Done: ✅
Closed: 🚪
Reopened: 🔙
Todo: 📝
Verity: ✔️
Bug: 🐛
待办: "🆕",
处理中: "🕐",
已解决: "👍",
完成: "✅",
已关闭: "🚪",
重新打开: "🔙",
待验证: "✔️",
"需求池": "💼",
修复中: '🛠️',
待确认: '🕵️'

Right click on the tree item and a menu will appear:

  • Change Issue Status
  • Open Issue
  • Commit By Issue
  • Copy Issue Number
  • Copy Issue Title
  • Assign To Me

Hover over any jira issue and you can see four icons at the end of the row, click on them will trigger Assign To Me, Commit By Issue, Copy Issue Number, Copy Issue Title.

The icons in the upper right corner of the main sidebar are refresh and filter.

Set up

  1. Open the command palette (Ctrl+Shift+P on Windows and Linux, Cmd+Shift+P on OS X) and search for jira.
  2. set your Jira base url, bearer (or username and password)
  3. Click jira-issue in the sidebar

Tips

Here are some keybinds you can use:

  • Use Cmd+Shift+[ to set the bearer token
  • Use Cmd+Shift+] to set the base url
  • Use Cmd+Shift+- to set the username
  • Use Cmd+Shift+\ to set the password

Extra

You can create a jiraIssue.config.json file in your workspace and enter the project as the default filter content. Of course, if you set the same property like base url in the global configuration of vscode at the same time, it will override the global configuration in vscode.

This is an example:

{
  "project": ["projectName"],
  "baseUrl": "xxx"
}

Open Settings and enter jira-issue.replaceMethods, modify its value to replace your git commit message, it is a regular expression

Changelog

Learn about the latest improvements.

Contributing

Checkout the source code in the GitHub Repository.

License

MIT

Enjoy!

vscode-jira-plugin's People

Stargazers

 avatar

Watchers

 avatar

vscode-jira-plugin's Issues

The automated release is failing 🚨

🚨 The automated release from the main branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this 💪.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the main branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Cannot push to the Git repository.

semantic-release cannot push the version tag to the branch main on the remote Git repository with URL https://x-access-token:[secure]@github.com/Dlouxgit/vscode-jira-plugin.

This can be caused by:


Good luck with your project ✨

Your semantic-release bot 📦🚀

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.