How do I import subtasks for existing issues

Rena Sawyer September 22, 2013

I have a group of people creating subtasks offline. How can I import these and link them to the parent issue?

1 answer

0 votes
EddieW
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 22, 2013

Well the most obvious answer is to stop having people create them offline.

Otherwise you can use the REST api to create sub-tasks,

https://docs.atlassian.com/jira/REST/latest/#idp1846544

Or potentially the JSON import (which essentially mimics REST update)

https://confluence.atlassian.com/pages/viewpage.action?pageId=293830712

Suggest an answer

Log in or Sign up to answer