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

Implement smart fields

David Martínez López October 1, 2024

 

Hello everyone! One question, how could I implement a smart value field, from fields created in a form, without being as custom fields in JIRA?

Thank you!

2 answers

0 votes
Rudy Holtkamp
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 1, 2024

Hi @David Martínez López ,

You need to do a REST API call to get the simplified answers of the form. You can then create a lookuptable to get the data from the fields. Then use the smart value it in the above description field.

0 votes
David Martínez López October 1, 2024

I mean this part: Screenshot_68.png

Ingo Volkhausen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 1, 2024

Hi @David Martínez López 

I had a similar issue and solved it as follow. The temp fields were needed for me, since I had the form fields not connected to my other fields. Perhaps this fits for you as well.

 

(1)
. created some custom temp field like "temp_txt_01" "temp_select_01"
. no need to populate them on your screens
. then you do connect those from the form to the temp fields within the form

(2)
. those can then be used as follow  {{Issue.fields.customfield_10208}} in automation
. the number you do lookup in custom fields URL

 

 

Suggest an answer

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

Atlassian Community Events