Is there a possibility to have Subversion Revision list Custom field

ARM Ltd. (old account) March 6, 2014

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

1 answer

1 accepted

0 votes
Answer accepted
Pablo Beltran
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 6, 2014

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.

()

Suggest an answer

Log in or Sign up to answer