I've tried every combination of parameters in the application links that I can think of, and I just can't get several gadgets to work.
Running Jira 4.4.5 and Bambo 3.4.3
First, Bamboo is clearly communicating with Jira because it displays issues and information from Jira on build pages.
Second, one Bamboo gadget (Build Plans) will work in Jira, and on the 'Builds' tab of an issue it succeeds in getting a list of builds from Bamboo.
But, when I try to Add Bamboo Charts or Bamboo Plan Summary Chart, I get:
2012-07-18 22:09:02,554 http-8080-6 WARN kwood 1328x205299x5 16jwss6 10.34.18.92,10.120.66.75 /plugins/servlet/gadgets/makeRequest http.impl.client.DefaultRequestDirector Authentication error: Unable to respond to any of these challenges: {oauth=WWW-Authenticate: OAuth realm=https%3A%2F%2Fbamboo.dev.e2open.com}
2012-07-18 22:09:03,776 http-8080-6 WARN kwood 1329x205300x5 16jwss6 10.34.18.92,10.120.66.75 /plugins/servlet/gadgets/makeRequest http.impl.client.DefaultRequestDirector Authentication error: Unable to respond to any of these challenges: {oauth=WWW-Authenticate: OAuth realm=https%3A%2F%2Fbamboo.dev.e2open.com, oauth_problem=consumer_key_unknown}
2012-07-18 22:09:05,722 http-8080-30 WARN kwood 1329x205304x2 16jwss6 10.34.18.92,10.120.66.75 /plugins/servlet/gadgets/makeRequest http.impl.client.DefaultRequestDirector Authentication error: Unable to respond to any of these challenges: {oauth=WWW-Authenticate: OAuth realm=https%3A%2F%2Fbamboo.dev.e2open.com}
Please advise what I need to do to correct this.
Your gadget.xml is probably missing the badly documented
<Optional feature="atlassian.util" />
rgds
That sounds intriguing, I'd like to investigate further... however, this isn't "my" gadget, it is the standard gadgets made available by Bamboo. Where would I find each gadget's XML file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That depends on the packager. I suggest unzipping the jar and searching for the file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The only XML file in atlassian-bamboo-charts-3.4.3.jar was pom.xml which clearly not gadget.xml. So, no luck finding the gadget.xml where I might try adding the missing line you referenced.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding the following line :
<Optional feature="atlassian.util" />
into my gadget ModulePrefs fixed the problem !
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, there definitely is an issue with the Application Link. Have you set it up as Trusted Applications? It looks like OAuth is used. Are the required URLs entered for the application link?
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.