Hello all,
I am currently working on a project where a non-Jira user fills in a Google Form, and the corresponding fields update in my Jira Software Cloud project. In the Jira project, all of my Epics have child issues, and I need a field within these child issues to be updated. So the Zap should work as follows:
- A new Google Form response is submitted.
- The Jira child issue by name of the Google Form field “Contact Name” is found (using Find Issue).
- The parent issue (Epic) of the child issue is found.
- All child issues of the parent are found.
- The “Email” field in each child issue is updated with the “Email” field in the Google Form.
In step 4, I have been trying to use the “Find Issue (via JQL)” option to generate a list of all child issues under the parent issue found. I have been trying the parent = “PARENT_ISSUE_KEY” JQL query, where the PARENT_ISSUE_KEY is replaced with the actual key of the parent issue previously found. However, in my tests, only one of three child issues appears and I don’t understand why.
Additionally, is there a way to conditionally build the Zap to assign each email address to each child issue field depending on the number of child issues? So, if the parent issue only has 2 issues, then only two of the child issue emails will be updated (and the child issues have to be searched by name in order to update the corresponding email of the corresponding person).
Thank you!
Milena