Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

37 lines (30 loc) · 1.43 KB

Change Log

All notable changes to the "jira-issues" extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.2] 2021-08-28

Fixed

  • gracefully handle jira.baseUrl with trailing backslash

[1.2.1] 2019-07-09

Fixed

  • remove ORDER BY Rank ASC from default jql expression. This fails if jira board is not set up to order by rank.

Deprecated

  • password in favor of apiToken. Jira no longer allows basic auth with password. Password will still continue to work to provide backwards compatibility but expects an apiToken regardless.

[1.2.0] 2019-06-14

Fixed

  • clicking on Jira Issue now opens issue in a web browser

Changed

  • updated issue format to be identifier, status, description "Project-ID: (status) descriptions"

Added

  • if issue status is "Done", update icon to task_complete icon with green check box

[1.1.0] 2019-04-21

Added

  • port number added to configuration

[1.0.1 - 1.0.3] 2018-12-1

Fixed

  • bug where extension doesn't load at all
  • load extension even if configuration is missing with helpful message

Changed

  • added more robust error messages throughout

[1.0.0] 2018-11-27

  • Initial release