JIRA Git Commit Message Extension for VS CodeThis VS Code extension automatically inserts the details of currently assigned JIRA tickets into Git commit messages, helping to ensure that necessary information is included and reducing errors.
Features
InstallationInstall the extension from the VS Code marketplace by searching for "JIRA Commit Message" or by following this link. ConfigurationThe extension can be configured through the following settings: The extension will get the configuration when its first activated. If you change the configuration, you need to reload the window to make it work.
UsageWhen creating a new Git commit, the extension will automatically retrieve the details of the currently assigned JIRA ticket and insert them into the commit message template. The commit message will then be pre-filled with the JIRA ticket information, which can be edited as necessary. To activate the extension, open the command palette (Ctrl+Shift+P) and select "JIRA Commit Message: Create Commit Message".
ContributingIf you wish to contribute to this extension, please follow the steps below:
LicenseThis extension is licensed under the MIT License. |