Hi Subversion ALM (Subversion Plus) Team
I have a question about the part that if you have any plans to implement the custom field for your Plugin that will allow to associate the commit revisions, tags or branches to the Jira Issues.
I have a question from the users asking if they can somehow links the Jira Issue with the SVN revisions so they could keep track of them.
Regards,
Areg
This would be supported by the Subversion ALM API and it would require you develop your own custom plugin in order to support that functionality.
All the JIRA-Subversion relationships are stored in KEYS table of the internal H2 database used by Subversion ALM. If an issue key-commit record is inserted (updated/deleted) in the KEYS table, the changes are immediately shown on the JIRA GUI (seeplease the animated gif below showing how to make that change by using the database web console)
Subversion ALM, shares the JDBC connection with 3rd party plugins. So you can get the connection from your own plugin and make any change in the index database according to your needs.
There is a public opensource example of a plugin showing how to use the shared connection. All the details are available from the Subversion ALM User Guide distributed with the plugin as well as from the plugin example on Google Code.
Hope this helps.
()
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.