Fisheye, Jira, and SVN Integration

Hello,

Our Organization is moving to Jira Data Center. Currently we use SVN for source code version control.

We are evaluating Fisheye to integrate Jira with SVN, and we would to see if we can get the following questions answered:

  1. If a developer forgets to add the jira issue key to the commit message, is there a way to make the commit show in the Jira issue development panel?
  2. My understanding the Fisheye API can return the all SVN commits given a Jira ticket Key. Is the Fisheye API capable of providing the Jira Issue Key if the repo and revision is provided? If not, is there any recommendation on how to achieve that?

Cheers,

Ziad

You might want to ask this question over at community.atlassian.com to get real user’s response. This community is focused on the development of things around Atlassian products (while we more than likely use the Atlassian suite - the user community site will have a lot more folks with the experience you’re looking for).

That said:

  1. If a developer forgets to add the jira issue key to the commit message, is there a way to make the commit show in the Jira issue development panel?
  1. My understanding the Fisheye API can return the all SVN commits given a Jira ticket Key. Is the Fisheye API capable of providing the Jira Issue Key if the repo and revision is provided? If not, is there any recommendation on how to achieve that?

https://docs.atlassian.com/fisheye-crucible/latest/wadl/fisheye.html?_ga=2.162233279.2077241271.1542124490-1859305938.1479607087#rest-service-fe:search-v1:query:repository

You can do a query with EyeQL reference guide | Fisheye Server 4.8 | Atlassian Documentation “comment ~ YOURISSUE-1233”

1 Like