I'm creating an automation to create a spike in an Epic and I have a dropdownlist prompt in the manual trigger, based on my selection I want to get the text printed into my spike summary follow by a text.
For eg: Dropdown has
Red
Blew
Green
Jello
I select Jello then the Spike summary should be :
"Jello is your selection"
I tried
1. {{triggerInput.myDropdown}} is your selection
2. {{trigger.inputs.myDropdown}} is your selection
3. {{triggerInput.myDropdown.name}} is your selection
All are giving me blank and I'm not able to find proper documentation on JIRA Prompts for dropdowns, can anyone guide me on this?
Thanks in advance!!
When you're using manual trigger with a field select, you just need to pass in for your issue create action the variable of the field
You can see
You can see the variable that should be used when configuring the name of the field that should appear in your trigger manual.
So in the create issue action, for the summary you should only pass the variable and its new content. Like this: {{userInputs.color}} is your selection
Have you tried to use only your variable name?
Oh so silly of me didn't even watch at the bottom of the prompt. 🙈
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.