Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

speakeasy extensions from codegeist : what happened to the JIRA Admin Speakeasy Extension

Kepio
Contributor
December 7, 2011

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?

1 answer

1 accepted

0 votes
Answer accepted
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 7, 2011

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.

Kepio
Contributor
December 8, 2011

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:

&lt;plugin&gt;
    &lt;groupId&gt;com.atlassian.maven.plugins&lt;/groupId&gt;
    &lt;artifactId&gt;maven-confluence-plugin&lt;/artifactId&gt;
    &lt;version&gt;3.3-m7&lt;/version&gt;
    &lt;extensions&gt;true&lt;/extensions&gt;
&lt;/plugin&gt;
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 :

  • filtering of the custom fields (adding filters at the top of the table, usefule with 1056 custom fields)
  • widget on multi select box

I will carry on the testing and if I can fix some bugs, I'll commit to your repo. THanks again for sharing !

JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 8, 2011

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events