Hello,
I used jQuery autocomplete in Jira 7 like this:
$('#customfield_12345').autocomplete(...);
with local data (no ajax).
In my atlassian-plugin.xml I didn't include anything special for this.
Unfortunately, in Jira 8.1 I get
Uncaught TypeError: $(...).autocomplete is not a function
I have tried a lot including stuff in atlassian-plugin.xml like (each separate)
<dependency>jira.webresources:autocomplete</dependency>
<dependency>jira.webresources:jquery-ui</dependency>
<dependency>com.atlassian.jira.gadgets:autocomplete</dependency>
<dependency>com.atlassian.auiplugin:jquery-ui-other</dependency>
but without success.
How to get autocomplete running in Jira 8?
Thanks a lot,
Johannes
jira-cd-jsautocomplete was moved to https://bitbucket.org/comdirectbank/jira-cd-jsautocomplete
JDVP-fork was moved to https://bitbucket.org/comdirectbank/jdvp
Answering the question by myself:
I needed an JS autocompleter for several self-developed add-ons for my employer as well as to keep alive Wim's great Jira Database Values Plugin JDVP. In the end I made this:
Wim, thanks again for JDVP!
Best regards, Johannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Johannes,
Glad you like the plugin. I am currently updating my version of the plugin with that autocomplete you selected. I will incorporate it inside my plugin itself to avoid having to install 2 plugins. I am really grateful for your updates, they really help me a lot!
regards,
Wim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Watching this thread as I have the same issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the American Academy of Family Physicians, siloed marketing teams faced delays and duplicate work. Kerrie Gottschalk shook things up by moving the department to Jira, streamlining processes, boosting visibility, and sparking stronger collaboration.
Read the story
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.