Hi, We are importing a bitbucket project into a JIRA+Stash stack. Currently our JIRA-Stash integration seams to work; new branches can be created from JIRA issues, JIRA displays relevant code info, Stash commits (new commits) display JIRA issues if JIRA issue id present in commit message.
Our problem is: bitbucket commits (ones that where pushed to bitbucket and have the bitbucket style issue id format of #xxx in them) are not recognized by Stash as JIRA issues, although JIRA does recognize them and display them with "translated" issue id.
We want stash's commits view to display a link to the proper JIRA issue. For example: a commit with a message similar to this: "#123 blah blah" will have a link to JIRA's JRA-123 issue in Stash's commits view (and commit view).
Is this possible? If so, how can we achieve this?
We've ended up modifying the database directly: we are using a postgresql db, and by adding records to the cs_attribute of the stash db we were able to create all the required links.
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.