Reputation: 2491
I am using git as my SCM and jira as the defect tracking tool. I have a requirement wherein i want to add jira url in the notes section of the git. With jira being a licensed software, is it ok to create a custom plugin which can handle git notes?
Upvotes: 1
Views: 208
Reputation: 1326666
Yes: nothing in the "JIRA Plugin Guide" prevents you to do so, and the "Recently Updated Add-ons for JIRA" has its share of free plugins.
Currently though, processing JIRA issues is done with commit messages, not with git notes
. Those are called smart commits, used through the "JIRA DVCS Connector".
Upvotes: 1