You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to get the Team name smart value from the issue. Looking at the api the teams is a custom field that is only returning a numeric id and no name or description. What could be the reason for that?
My Jira admin said that teams is a system field and therefore is different than a custom field. If that is true then is there a way to get the name of the team as a smart value?
that will not work because as you can see from the json the custom field does not have an id variable.
And also I am trying to get the name of the team instead of the id.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure but have you tried .id or .value behind the custom field? Like:
{{issue.customfield_12313240.value}}
You could also take a look at this documentation -> https://support.atlassian.com/cloud-automation/docs/jira-smart-values-lists/
HTH,
KGM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Kristján Geir Mathiesen ,
Yes I have tried that and since that api does not have the custom field as an object therefore the id and value is just null.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am under the impression that Teams is still in EAP and, as such, isn't supported by Automation yet.
Cheers,
Simeon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.