Giter Site home page Giter Site logo

semyonic / jiraux Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 1.0 3.58 MB

VSCode extension to list, view your issues and create Git-flow like branches from them

Home Page: https://marketplace.visualstudio.com/items?itemName=SemihOnay.JirAux

License: MIT License

TypeScript 100.00%
vscode-extension

jiraux's People

Contributors

dependabot[bot] avatar semyonic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

fdiskas

jiraux's Issues

Jira task status types should be configurable

Is your feature request related to a problem? Please describe.
Issue status types interchangeable or may differ for usages.

Describe the solution you'd like
Provide configuration option to be configured for any JIRA installation

Describe alternatives you've considered
.

Example
Add any other context or screenshots about the feature request here.

"jira.taskTypes": {
                    "type": [
                        "array",
                        "null"
                    ],
                    "default": "",
                    "description": "JIRA task types"
                },

branch-name

Would be nice if I could configure how new branch name is created. For example in my case we create branches as: feature/ABC-1234_ticket-title-lowercased-and-spaces-replaced

Cannot destructure property `item` of 'undefined'

Describe the bug

Error running command JirAux.createBranch: Cannot destructure property `item` of 'undefined' or 'null'.. This is likely caused by the extension that contributes JirAux.createBranch.

To Reproduce
Steps to reproduce the behavior:

  1. Press Create Branch on context menu

Expected behavior
Should create and switch to new branch

password hashing

It's not ok to store password in settings. Some users sync the settings between devices. And this settings.json should not store passwords or any other secret info.
My suggestion is to ask password on first request and store it to localStorage or any more secure place.

Thanks for nice plugin

Ownership

I in love with this plugin
Looks like that you are not willing to support this project in the feature. Can you transfer the ownership to me?

Search within list

There is no ability to search for the ticket, but it could be easy implemented. I suggest just prefix the query with text ~ "SEARCH_TEXT" AND

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.