Using REST API/ Python to automate cloning reoccurring tasks and subtasks.

dahumphrey May 2, 2022

Hi Everyone, 

I am managing reoccurring tasks in Jira using custom filters ranging from about 28 to 30 tasks with sub-tasks quarterly. This process is very tedious and time consuming due to the fact that I cannot clone in bulk task/subtasks without there being an integrity issue. I have done some research that this may be possible using the rest API or by creating a Python script. Any advise? 

2 answers

2 accepted

0 votes
Answer accepted
Prince Nyeche
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 2, 2022

You should definitely look into the Jira python library if you really want to write a logic for your use case. As that would give you a head start in your scripting option.

dahumphrey May 3, 2022

I'll definitely look into this. Thank you

0 votes
Answer accepted
Matthias Gaiser _K15t_
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 2, 2022

Hi @dahumphrey

there are several ways to achieve what you want.

Hope this helps,
Matthias.

dahumphrey May 3, 2022

I'll look into this as well. Thank you

Suggest an answer

Log in or Sign up to answer