It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Jira has scriptRunner to easily run groovy scripts. Is there an equivalent plug-in for Crucible/Fisheye.
Or can groovy scripts be run in another fashion?
No. This could be the closest thing (https://marketplace.atlassian.com/plugins/org.swift.atlassian.cli)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The latest beta version (https://jamieechlin.atlassian.net/wiki/display/GRV/Upgrading+to+3.0) works in stash and confluence as well as jira. But no intention to make it work in fecru...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is it you want to accomplish? You may be able to use FishEye/Crucible's REST API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want the scripting to communicate back to Jira (i.e. when a review is closed, have one or more fields in Jira updating).
Re: Can Crucible update a Jira field when review closed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The easiest way to achieve that would be to write a Crucible Java plugin that listens to the events that interest you (ReviewStateChangedEvent in your case), and calls the JIRA rest api.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey admins! I’m Dave, Principal Product Manager here at Atlassian working on our cloud platform and security products. Cloud security is a moving target. As you adopt more products, employees consta...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.