The question says it all: I need to open an external URL when a user clicks a board button.
If not, is there another way to achieve this same goal, i.e. when a user clicks a board button it launches a new window to a URL?
Thanks!
@Darren Smith based on what I have worked on so far (see profile), this is what I can share on this subject :
1. There is Butler Http Request - GET, POST, PUT but this does not open a window. Depending on the endpoint it can accept a payload and you can return values as variables {httpresponse.keyname}. You can put this as part of a board button/.
2. Any link embed in description in this format ['name']{'http...'} or a url in a custom field will open a window to the URL
3. A custom power up that creates a board button will open a new window (modal)
Depending on your specific requirement, one of the above might be what you are looking for. I find (1) to be the most useful and easy to implement since I can get a response from the endpoint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.