I was reading the Crucible documentation here:
And saw that you need to create projects within Crucible to manage code reviews - I am guessing similarly within Stash or Fisheye for source code. I was wondering is there any integration process our plugin out there to syncronize projects lists from within JIRA and Crucible
Here was my original question:
Not exactly what were asking for, but there is a way to sync issue / review.
Please take a look at Smart Review for FishEye/Crucible and Smart Review for Jira plugins -- it allows to create reviews on Jira transitions automatically and fill reviews with relevant content based on Jira issue key.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Answered by:
I am afraid there is no such feature bundled in with the Crucible or JIRA products, I am also not aware of any third party integrations like this. It seems like something easily doable in the JIRA plugin. Use an EventListener in JIRA to react on the event of creating a new project. Then add a project in Crucible using REST API.
Documentation links:
EventListener plugin in Jira: https://developer.atlassian.com/display/JIRADEV/Tutorial+-+Writing+JIRA+event+listeners+with+the+atlassian-event+library
Crucible REST API: https://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html#rest-service-fecru:admin:projects
Jira and Crucible communication: https://developer.atlassian.com/display/JIRADEV/Tutorial+-+Application+links+in+JIRA
If you are not sure how to develop a plugin, contact an Atlassian expert to have them develop it for you. See: http://www.atlassian.com/resources/experts
Finally, for the future reference, I would strongly advise to use https://answers.atlassian.com/ to seek advice like this one.
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Can Crucible Projects be auto created by JIRA projects? Or is there any synchronization if they are integrated?
I don't see any reference to it in this article or in the left menu. If it does exist, it seems like it should be referenced or linked to from here."