Use smart values on customfield dropdown field

Kai Ytterberg September 7, 2022

Hi!

I have a dropdown customfield where all fields are in the format "Some value [custom ID]". 

When running an automation rule, I need to get just the custom ID part of the customfield. 

If I just print the customfield, it works, but if I add any smart value functions to it, I just get a blank text

The below is what should be correct to get the custom ID part:

{{issue.customfield_NNNNN.match("(\[.*?\])").get(0).substring(1,-1)}}

 

On a similar topic, there aren't any dropdown options where I can show a text with a corresponding hidden value in jira?

1 answer

1 accepted

6 votes
Answer accepted
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 7, 2022

Hi @Kai Ytterberg and welcome to the community

Text methods do not apply to single select fields. That's why you are getting null. You should first place your value on a variable and then do your expression. Mine works like this:

ssf as text.png

And I get proper results!

Hope that helps :)

Kai Ytterberg September 17, 2022

Thank you! Exactly what I was looking for! :)

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 17, 2022

Good to know that! Thank you for marking my answer as accepted! :)

Suggest an answer

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

Atlassian Community Events