Hi Team, can we use custom variables in the webhook url in jira like -
http://requestbin.fullcontact.com/ubkjwlub/${issue.fields['customfield_26823'].value}
The above URL is not retrieving any data, basically i want to send custom fields through webhook URL from JIRA to another application.
Hello Shrikant,
As far as I know you can only use below parameters in webhooh urls as described here.
${board.id}
${issue.id}
${issue.key}
${mergedVersion.id}
${modifiedUser.key}
${modifiedUser.name}
${project.id}
${project.key}
${sprint.id}
${version.id}
But, you can use free Easy Integrations plugin's post function in which you can call any RESTful Url with customfield values as described here.
I hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.