Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Hi Team, can we use custom variables in the webhook url in jira

Shrikant Maheshwari January 28, 2019

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.

1 answer

0 votes
Tuncay Senturk
Community Champion
January 28, 2019

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events