KnisterPeter / vscode-jira

JIRA integration for vscode
MIT License
25 stars 8 forks source link

Feature: Add current task id to scm message #19

Closed marcomattes closed 4 years ago

marcomattes commented 6 years ago

I would find it useful if the ID always appears in the scm commit message input field based on the current task.

Example: NPROJECT-123: ### Your Message ###

KnisterPeter commented 6 years ago

Nice idea, but I'm not sure if this is possible with vscode.

dmstern commented 6 years ago

You could use git templates. They are supported by VSCode: https://github.com/Microsoft/vscode/issues/7830

Suggestion:

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.