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.
The general practice is to have the 'No Open Reviews' condition for the workflow associated with User story to prevent from closing if there are open reviews.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes u r ryt Renjith.....but I have been given the same requirement....I am not getting how am I supposed to do.....as u can't add a custom field in the workflow....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's not a custom field. Firs you have to make your Crucible and Jira instances to talk to each other, set the project relations and then in your workflow pre-condition for userstory this condition have to be set. Check out the link below.
http://confluence.atlassian.com/display/CRUCIBLE/JIRA+Integration+in+Crucible
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes Renjith....the Application link and all, I have already configured, even I am able to create review from Jira.....i can see the Reviews tab for any particular issue linked.
But the thing is I want something similar when yo select a project in Jira>Review, on the rihght side there is something "Search Crucible"......I want the similar thing to attchach with Issue workflow.....sir plz suggest something....I tried writing plugin using Rest services but it's not working, I am a fresher and lone Jira Developer in my company......
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alok, I am bit confused, what is your actual goal? Are you looking at having a workflow in Jira issue which creates a review or do you want to search Crucible from Jira issues? I am a bit lost reading your explanation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look Renjith, when u go to any development task and in the workflow when the status changes to "Start Code/UI Review" , post function should trigger and he should be able to start the code-review(of course with crucible).
I have written the post function, but the thing is in the method getVelocityParamsForView() I am not getting how to implement Rest Services.....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess Google will help you a lot in consuming REST services from Java, it's the same with Crucible. But I am not sure how the authentication will be handled towards Crucible, since you are running in the context of Jira while consuming the REST services.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes you are right Renjith, for now I have dropped the plan of creating this plugin, after lot of research I found out that Crucible works on the changesetID we submit. What I was trying to do is to trigger the code review request from the Jira workflow, which is not possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.