In jira automation rule, how do we specify the rule to retrieve the content of the issue field, when the automation rule trigger event is a form submission.
Hi @Lim Han Ying ,
How did you submit the form?
A form is always attached to an issue. So in the automation rule you should be able to use {{issue}}.
If you mean you want to access a form field, then you need to use issue properties. Details can be found here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.