Creating JIRA initiative issue type and child epics

Describe the problem/error/question

I am trying to create a workflow that takes in details from a user about a piece of work they want to build; and then feed that into an LLM to create the initiative and corresponding epics in JIRA. I am able to get it working to take my context and create the initiative issue type but i am having trouble trying to figure out how to link back to the initiative that was created and create multiple epics under that initiative. Any solve this problem or have some tips? Having trouble trying to give context back to the LLM to know the jira ticket it needs to build epics under

What is the error message (if any)?

After the generate initiave tool is executed, it takes me back to elevenlabs ; but im unable to instanciate the generate_epic tool to create epics under the initiative issue type that i just created with the initial tool

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and

 paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.