Hi,
I have an JIRA automation which triggers my bamboo build when an issue is created.I am trying to pass a smart value {{issue.summary.match}} to my bamboo plan.
But when i try to print the value in bamboo it's empty.
My config below:
JIRA Automation web request details:
Content-Type:application/x-www-form-urlencoded
Authorization:xxxxx
HTTP Methos:POST
Webhook body:Custom data
Custom data:
stage:Job1
executeAllStages:1
bamboo.variable.var={{issue.summary.match(<myregex)}}
NOTE:I tried logging the value for my smartvalue and it does print the expected output.
I referred to https://docs.atlassian.com/atlassian-bamboo/REST/7.0.4/#d2e1239 .
Can anyone help resolve this issue?
Any update on this . how you resolved this ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.