Hello,
I'm trying to transform a multi-select fields into labels with Jira automation.
In my automation (form submitted) I can totally access other fields from the form, like
{{forms.last.scope.label}}But when it comes to my multi-select field called activities, the log shows absolutely nothing:
forms.last.activities:
forms.last.activities.first:
forms.last.activities.label:
forms.last.activities.labels:
I've tried different combinations but none work until now. The doc does not seem to indicate that these fields are unsupported... I really don't understand.
Has somebody a clue about what's going on?
Tragically, adding checkboxes to my form to double check if the control was faulty solved the situation...
Checkboxes work and now multiselect works also...
Jira's magic!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.