Skip to main content
Solved

pulling data from ticket custom field

  • October 24, 2024
  • 1 reply
  • 61 views

phongshader
Contributor
Forum|alt.badge.img+3

I want to create a simple automation: ticket raised > condition(‘request access’) > expression( get string from custom field ‘role’ in ‘request access’) > action(email user {{expression.result}}). What is the placeholder for getting the string from the requested custom field ‘role’?

Best answer by Daniel Söderlund

phongshader wrote:

I want to create a simple automation: ticket raised > condition(‘request access’) > expression( get string from custom field ‘role’ in ‘request access’) > action(email user {{expression.result}}). What is the placeholder for getting the string from the requested custom field ‘role’?

In the list of placeholders you click on Service items, then you need to search for your service item. 
You will get a list of the fields created in that item. 

 

Is it from the report an issue form you see them under Ticket fields. 

 

View original
Did this topic help you find an answer to your question?

1 reply

Daniel Söderlund
Skilled Expert
Forum|alt.badge.img+14
phongshader wrote:

I want to create a simple automation: ticket raised > condition(‘request access’) > expression( get string from custom field ‘role’ in ‘request access’) > action(email user {{expression.result}}). What is the placeholder for getting the string from the requested custom field ‘role’?

In the list of placeholders you click on Service items, then you need to search for your service item. 
You will get a list of the fields created in that item. 

 

Is it from the report an issue form you see them under Ticket fields. 

 


Reply