Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.