So at the moment I have a Custom Field (ld_16287) that has data entered like so
It goes through a Jira Automation message, like so:
:buildkite-progress:<{{issue.url}}|*{{issue.summary}}*>:buildkite-progress:
*Validated by:* {{initiator.displayName}}
*Buildkite Link:* {{issue.customField_16282}}
*List of Regressions and Blockers at time of generation:*
{{issue.customField_16287}}
Which then produces message like this:
However I want the links of the custom field to show summaries like this:
Could someone help me find what I'm missing please.