Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,727
Community Members
 
Community Events
184
Community Groups

JQL/Smart Value for names of assigned Services

Edited

I have a couple of services (linked from service registry) assigned to a ticket on a Jira SM board, that I want to send in an email with a jira automation.

However, looking up the custom field and values of the ticket with the Api, it just returns a list of ids, but no service names:

image.png

How can I get and use the name of these services in a jira automation?

1 answer

1 accepted

1 vote
Answer accepted

I found it out.

If you just use the normal smart value with name, you get the names as a list:

{{issue.customfield_10058.name}}

So you can just iterate over them like so to print them as a list:

<ul>
{{#issue.customfield_10058}}
{{#name}}
<li>{{name}}</li>
{{/}}
{{/}}
</ul>

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events