I wrote a Gadget that's supposed to display some important information for our company.
It seemed to work fine in Jira 5.x, however now it's just blank.
I suspect it has something to do with the config parameter, since normally the edit screen would be the first thing to see.
Does anybody know of changes in the api for gadgets?
Enable your debug view in browser (F12 for chrome) you will probably see a javascript error when your gadget is loaded.
Maja,
Change the line from
#requireResource("com.atlassian.jira.gadgets:common")
to
#requireResource("com.atlassian.gadgets.publisher:ajs-gadgets")
Refer
https://developer.atlassian.com/display/GADGETS/Using+the+Atlassian+Gadgets+JavaScript+Framework
Thank you
Bhushan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Maja,
Did you find a solution? This is the error I am getting.
Uncaught TypeError: Object #<Object> has no method 'projectOrFilterPicker'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.