pull-request-notifier-for-bitbucket
pull-request-notifier-for-bitbucket copied to clipboard
How to use BUTTON_FORM_DATA in as url param
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?
I would need to use data from the
BUTTON_FORM_DATAas url parameters. Is this possible? I can add the entire form data likehttps://someurl.com?data=${BUTTON_FORM_DATA}, but I would need to access the fields. Something likehttps://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.