You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi Everyone,
I developed a Jira Plugin that implements a Custom Filed type that uses the Jira aui-select element, (asynchronous) [version 8.5.0](https://docs.atlassian.com/aui/8.5.1/docs/inline-dialog.html) for the front end rendering. It runs on Jira 8.8.1.
The select aui element works beautifully when I use it in the Jira Software. On the contrary, when used in the customer portal, it is a plain input field where the user can write anything.
In my atlassian-plugin.xml I have
<web-resource key="form-plugin-resources" name="form-plugin Web Resources">
<context>atl.general</context>
<context>servicedesk.portal</context>
<context>servicedesk.general</context>
<context>customerportal</context>
<dependency>com.atlassian.auiplugin:aui-select</dependency>
<dependency>com.atlassian.auiplugin:ajs</dependency>
</web-resource>
What I am doing wrong?
Thanks
G.
Good morning all,
I also tried removing
<dependency>com.atlassian.auiplugin:ajs</dependency>
from atlassian-plugin.xml as suggested here https://community.atlassian.com/t5/Answers-Developer-Questions/JIRA-Service-Desk-Costumer-Portal-new-action-ticket-detail-page/qaq-p/523450#M61111, without any luck.
I also get in touch with the SD Support but I was told this is the right place where asking for some help.
Does anyone have some experience with Jira's web components and Service Desk? Thanks.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.