Automatically create a set of tasks and subtasks from a form.

Anders Persson May 30, 2017

I would like to create a form where a user can add information. From that form I need to create one or several tasks and subtasks including the information added. The tasks and subtasks shall then be assigened to different persons.

The tasks and subtasks are standard for my company and it is like cloning a tasks and its subtask and updating the information in them.

Can anyone recommend  plugins and/or an apporach to doing it?

1 answer

1 accepted

1 vote
Answer accepted
Rachel Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 30, 2017

Hi Anders,

How about creating a simple web form on some server you own and using JIRA's REST API to create new issues and push information from the form submissions?  Here's a link to the API documentation:  https://developer.atlassian.com/jiradev/jira-apis

Hope this helps,

Rachel Wright

Suggest an answer

Log in or Sign up to answer