Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Jira Commit FormatNew to Visual Studio Code? Get it now.
Jira Commit Format

Jira Commit Format

xupeng

|
3 installs
| (0) | Free
A Visual Studio Code extension to customize git commit message format related with JIRA tickets.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Features

  • Automatically generate jira commit message in certain format. alt text

  • Default format is: {{issue.key}} - {{issue.summary}},

  • Use javascript expression {{issue.type == 'Bug' ? ('[BugFix] ' + issue.key): ('[Others]' + issue.key) }} - {{issue.summary}}.

  • Issue field are key | summary | type | status | source,

  • status value includes Bug Task Story, etc..

  • source value is the original jira object from JIRA api

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft