Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is the Documentation for form automation is incorrect?

James Rosenbaum
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 2, 2025

at the bottom of this page here:

https://support.atlassian.com/jira-service-management-cloud/docs/access-smart-values-for-forms-and-form-fields/

It indicates the proper method to automate using a non-"when form submitted" trigger is {{issue.forms.<UUID>.field-key}}, example:
{{issue.forms.f7142b07-d3a4-4522-a7e4-8799d526e0a6.payroll-salary}}

however, in my own automation I have not gotten this exact syntax to work without producing a blank value. Using the API, I can see my form fields like this:


           
"2": {
                "choices": [],
                "description": "",
                "label": "Date of Return",
                "questionKey": "travel-return",
                "type": "da",
                "validation": {
                    "rq": true
                }
            }

"questionKey" is what I had been using as my field key, as it's what I assigned it as and reflects the current documented method for looking this up. Also, this questionKey works when using the format {{forms.last.travel-return}}, if using a "when forms submitted" trigger.

So finally, given that this is "key: value" I figured I'd try the 2 here:
{{issue.forms.f7142b07-d3a4-4522-a7e4-8799d526e0a6.2}}

And this finally returned the value I was expecting.

So back to my question: is the documentation correct and can it be clarified to save people from this goose chase I went on? Or, have I fundamentally misunderstood how to automate a form through something like a scheduled trigger, and is there a more up-to-date reference?

1 answer

0 votes
Susan Waldrip
Community Champion
July 2, 2025

Hi @James Rosenbaum , welcome to the community, we're glad you're here!

Thanks for posting your question AND how you figured out the formatting for the forms smart value, that will be helpful to many others. Nice job!

I'm not sure how to get Atlassian documentation updated so I will post this in the Community Champions forum to find out and pass along your suggestion for clarification. Again, thanks and welcome!

Suggest an answer

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

Atlassian Community Events