Skip to content

crhistianramirez/jiraIssues

Repository files navigation

Jira Issues

A simple extension for Jira aimed at showing you a filtered list of issues within vscode.

Jira Issues in Action

Set up

You'll need to define the following settings before you start seeing any issues:

Deprecated (don't use):

Custom filtering

By default you will see issues assigned to you that have not yet been resolved but you can provide your own JQL (Jira Query Language) expression to filter issues exactly the way you want.

  • jira.jqlExpression

For example the following expression will return all unresolved bugs assigned to you for the BAC project in the last 7 days:

assignee = currentUser() AND PROJECT = BAC AND issuetype = Bug AND resolution is EMPTY

As you can see building your own JQL query gives you enormous power in building up a list of issues that are important to you. Its recommendable to type and test your JQL expression in Jira which has a wonderful typeahead that makes building a query extremely easy.

Contributing

File bugs and feature requests in GitHub Issues.

Checkout the source code in the GitHub Repository.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published