I want to create a custom dialog that display form.how can I do that?
Hi
This is a big question.It's not very different than asking: I want to create a mobile app that will make lots of money. How can I do that?
This requires a fair amount of prior programming experience.
You can read this to get you started: https://scriptrunner.adaptavist.com/latest/jira/fragments/WebItem.html#_dialogs_advanced
@PD Sheehan thank you for replybut what I mean is: can I had annotation as parameter (from dynamic formlike:@UserPicker(label = "User", description = "Select a user")ApplicationUser user)and put it in my dialog(in my html string)?and what is the type of annotation in groovy?
You can’t use the annotations there. You have to build your own html form using plain html.But for the form to do anything, you will have to include javascript to tell it what to do. You may need to created some rest endpoint for your javascript to point to.
@PD Sheehan I want my form (that opened from the dialog) to be like jira style(css) like "create issue" style.or in other words to make form like "create issue" but with my own code and fields .
some help?
It looks like you're new here. Sign in or register to get started.