Can a ticket be moved through a JIRA workflow when creating a Crucible review?
Asked Answered
B

2

8

We have a JIRA setup, integrated with Crucible/Fisheye, and with a workflow step called "Under Code Review". Right now developers create a code review, and that's linked to the JIRA ticket appropriately, via the "Source" and "Reviews" tabs. This is great.

Is there a way to configure JIRA so that it automatically puts the ticket into the "Under Code Review" step once a Crucible review is associated with the ticket?

Bartholomew answered 15/3, 2011 at 19:28 Comment(2)
+1 - I'd love to be able to do this.Changeling
A few things that I've learned: (1) Listeners don't work. There is no callback. (2) the JIRA Fisheye Plugin queries Fisheye/Crucible upon access to the ticket and Source/Review tab. It appears that this isn't possible, but I'm leaving this open in case.Bartholomew
B
2

Answer on the Atlassian Answers site (https://answers.atlassian.com/questions/2991/can-a-ticket-be-moved-through-a-jira-workflow-when-creating-a-crucible-review). A new plugin has been created for JIRA v4.3+. See the Crucible Review-Issue Transitions Plugin

Bartholomew answered 18/7, 2011 at 16:50 Comment(0)
F
1

You should be able to create a Listener to "watch" for posted reviews and execute the workflow transition if one is found.

Froe answered 29/3, 2011 at 16:5 Comment(2)
Is there something out of the box that does this? For that matter, are you sure that an event is fired when a review is posted?Bartholomew
I've added the base DebugListener and I don't see any events fired to the Listener when I create or summarize a review.Bartholomew

© 2022 - 2024 — McMap. All rights reserved.