pull-request-notifier-for-bitbucket icon indicating copy to clipboard operation
pull-request-notifier-for-bitbucket copied to clipboard

How to use BUTTON_FORM_DATA in as url param

Open jakob-grabner opened this issue 5 years ago • 1 comments

I would need to use data from the BUTTON_FORM_DATA as url parameters. Is this possible? I can add the entire form data like https://someurl.com?data=${BUTTON_FORM_DATA}, but I would need to access the fields. Something like https://someurl.com?a=${BUTTON_FORM_DATA.a}&b=${BUTTON_FORM_DATA.b}. Any hints?

jakob-grabner avatar Dec 06 '19 12:12 jakob-grabner

I would need to use data from the BUTTON_FORM_DATA as url parameters. Is this possible? I can add the entire form data like https://someurl.com?data=${BUTTON_FORM_DATA}, but I would need to access the fields. Something like https://someurl.com?a=${BUTTON_FORM_DATA.a}&b=${BUTTON_FORM_DATA.b}. Any hints?

@jakob-grabner just checking in to see if you were ever able to figure out how to pass a specific variable within ${BUTTON_FORM_DATA}? also looking to do the same thing and can’t find any documentation on this.

regicsolutions avatar May 20 '21 00:05 regicsolutions