I’m trying to get my custom field called ‘ProcessNumber’ from a ‘story’ in devops and concatenate that value with the titles of tasks I’m creating as children of the story.
I’ve tried multiple combinations of concatenate and ways of getting the data out of the story like:
concat(triggerOutputs()?['body/Procesnr'],'- Analisis')
concat(triggerOutputs()?['Procesnr'],'- Development')
concat(triggerOutputs()?['Fields']?['Procesnr'],'- Testing')
New contributor
vinceva is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.