Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

when we create a project automatically multiple subtasks sholud be created, no plugin's,

nagaraju p May 14, 2018

in JIRA Server

when we create a project automatically multiple subtasks sholud be created, with no plugin's used, is it even possible? 

2 answers

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
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.
May 14, 2018

Not without add-ons.

Best you can do without add-ons is write an external script that you run after project creation, to have it add issues over the REST API.

nagaraju p May 14, 2018

Thanks for the quick reply, will try it?

0 votes
Arun_Thundyill_Saseendran
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.
May 14, 2018

As Nic has said, for it to work without any plugins an external application is required. You can configure webhooks for issue creation. Write a small Webhook listener and then using it, create sub-tasks using JIRA ReST.

nagaraju p May 15, 2018

Thank you Arun.

Arun_Thundyill_Saseendran
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.
May 15, 2018

Anytime! 

Suggest an answer

Log in or Sign up to answer