- Fixed add comment feature
- Added work log time begins at submitted time
- Added settings option to choose filter for 'Set Working Issue' function to allow for switching to work on any issue in project. (WORKING_ISSUES (default) or ALL)
- Added ability to stop working on issue and immediately add comment and submit, or quit.
- Added Command Palette option to 'Set Working Project'
- Added Command Palette option to 'Set Working Issue'
- Added Command Palette option to 'Stop Working On Issue'
- Added color to 'No Working Issue' text in status bar for better visibility
- copy Jira Issue remote url to clipboard
- minor fixes
- added start/stop issue timer
- minor fixes
- added projectsToShow setting
- removed obsolete method
- minor fixes
- solved problem with strictSSL
- solved work log submitting
- added requests timeout setting
- now, after ticket creation, you can set the new ticket as working issue
- managed error message when configuration is empty
- credentials in json format
- added auto refresh interval setting
- added show/hide working issue timer
- change working issue status after selection
- managed internal comment
- added working issue assignees setting
- save 'project' and 'working issue' settings inside workspace folder if exist
- refresh issue list after issue creation
- minor fixes
- time not being tracked on Jira
- removed copy-paste lib and use new clipboard API
- solved issue in application state when there are multiple VsCode instances
- solve issue in subtasks logic
- added groupTaskAndSubtasks setting for backward compatibility
- checkout or create git branch
- change explorer 'Group By' field
- group issue and subtasks in explorer
- added projectsToHide setting
- added strictSSL setting
- remove additionalCertificate setting
- added additional certificate settings
- you can manage your Jira unread notifications inside VsCode notification center
- managed sprint field
- defaultJQLSearch now is defaultJqlSearch, so you have to copy manually the old setting in the new one
- managed more custom fields
- managed Tracking Time Mode: never
- you can decide how many issues are shown in list
- you can define a default JQL Search
- solved limit in assignees list
- Escape project name in JQL Queries
- solve issue when Jira is in subfolder environment
- error when base url contain port definition
- git integration workflow
- create issue managed EpicLink field
- create issue managed Labels field
- code refactor
- minor changes and fixes
- managed array field type with allowedValues
- improve debug logs
- update readme with key features
- creation of Document Link Provider
- set const ASSIGNEES_MAX_RESULTS = 1000 (highest available)
- insert Working issue Key+Summary comment
- use favourites filters
- copy Jira Issue Key+Summary to clipboard
- set working issue - improve workflow
- create issue - improve workflow
- include additionalStatuses into status list
- add category to issue and refresh commands
- create issue, detect which fields are mandatory
- typo in addNewComment api
- refactor explorer icons
- create issue assignee
- solve problem with VS Code publish
- create issue functionality
- icons for all available states
- README contributors list - thanks guys :-)
- fix jira connector issue
- current sprint functionality
- state separator in the Jira Plugin EXPLORER
- improve error messages
- fix solve search by Id issue
- fix docs
- solve error in VS Code output log
- config add workingIssueStatues
- replace pretend with jira-connector for Jira calls
- detect protocol and port from baseUrl
- setting add worklogMinimumTrackingTime
- setting add trackingTimeMode:
hybrid
-always
-vsCodeFocus
- solve problem with VS Code publish
- add id in working issues list + modify labels
- modify working issue tooltip
- possibility to filter issues by status
- add config for enable/disable working issue functionality
- (status bar) add working issue functionality
- possibility to insert Jira worklog for the working issue
- add ALL ISSUE call after switch working project
- change UI experience, the issue list now is inside the Jira Plugin EXPLORER
- add possibility to tag user in issue comment
- add particular icon for every status
- add back in multi param selection
- change status bar behaviour - now you can change working project from status bar
- fix some logic under the hood
- add status in UI in filtered by id or summary
- add possibility to filter issues by summary
- add user Unassigned
- implement search by id + search by status and assignee
- implement change issue assignee
- working project info in status bar
- possibility to list my issues
- possibility to change working project
- add setup credentials action
- fix in url config
- fix jira-plugin connection on startup
- include some basic commands
- initial commit