The Codegeist was definitly a success ( 30 weeks ago) and I would love to use some of the speak easy extensions ( such as Jamie Echlin extension : http://codegeist.atlassian.com/entry/167848 ) - I can't find any information anywhere on where to find theses extensions or if they are public.
Does anyone have any info?
Blimey, was it that long ago... I just put it up at https://bitbucket.org/jamieechlin/jira-admin-prototype-extension. Let me know how you get on. I have not looked at it since then, and I think it was for jira 4.3. No guarantees, no refunds etc. Binary here.
Thank you so much Jamie ! I struggled a bit uploading it but finally got it to work:
I modified the pom.xml <build><plugins> with the following plugin instead of the original one:
<plugin> <groupId>com.atlassian.maven.plugins</groupId> <artifactId>maven-confluence-plugin</artifactId> <version>3.3-m7</version> <extensions>true</extensions> </plugin>
I packaged the plugin with atlas-package ( for some reasons, zipping only would not work).
I started to test it out on a JIRA 4.4 installation - some functionnalities are definitly broken ( since the major change of JIRA 4.4 was the JIRA admin) but at least 2 of the big pain points work :
I will carry on the testing and if I can fix some bugs, I'll commit to your repo. THanks again for sharing !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for letting me know. The widget on the custom field multiselect box was the main driver for this really. I will take a look at it again at some point because we're still feeling the pain points that it was intended for with jira 4.4.
Unfortunately it's going to be quite fragile moving between versions, partly because Atlassian don't provide enough IDs for their html elements. I'm surprised any of it works with 4.4 really.
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.