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.
- gracefully handle
jira.baseUrl
with trailing backslash
- remove
ORDER BY Rank ASC
from default jql expression. This fails if jira board is not set up to order by rank.
password
in favor ofapiToken
. Jira no longer allows basic auth with password. Password will still continue to work to provide backwards compatibility but expects an apiToken regardless.
- clicking on Jira Issue now opens issue in a web browser
- updated issue format to be identifier, status, description "Project-ID: (status) descriptions"
- if issue status is "Done", update icon to task_complete icon with green check box
- port number added to configuration
- bug where extension doesn't load at all
- load extension even if configuration is missing with helpful message
- added more robust error messages throughout
- Initial release