I want to create a custom dropdown list similar to the picture:
I was able to create a button using web item and the transition all location. How can I make it into a drop down with custom links?
I have done similar things like this using ScriptRunner's Script Fragments. See here: https://scriptrunner.adaptavist.com/latest/jira/fragments/WebItem.html
it looks like it just shows you how to create the button with a dialog attached, It doesn't show how to make that button a dropdown.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I see what you're saying. To my knowledge, the closest way to achieve what you want would be to add multiple web items (like the link above), as seen below:
But they don't have to just generate dialog boxes, they can direct users to links as well. You would just flag it as 'navigate to link' like below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you know if it's possible to create a new stand alone button next to all the issue operations (comment, edit etc). The new button contains a dropdown of webitems. I don't want to add to additional web items to existing buttons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, ScriptRunner's web-fragments can add to almost the entire interface, not just the menus.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.