You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi, I can create issue as normal and write for example users credentials in custom_fields there.
But I do have to implement ability to search/filter user by name, surname, birth, mobile, etc. To do that I decided to create custom UI that should be shown on top of create Issue screen and should autofill all customFields after serch is done and modal closed.
what way is the best to implement this?
I tried adding .setHelpText(<div onClick="setCustomFieldValueSomehow()">myHtmlHere</div>) into scriptRunner behaviour but seems that's pretty hard to add complicated html this way. Also I wasn't able to find a way to set customField value by JavaScript on page
is there any better way of creating button that is able to set customFields values?