Is it possible to automatically clone a Parent Task in Jira by setting a due date for one week later after the task status switched to DONE?
Hello @Emir and welcome to the Community!
It sounds like Automation rules would be your best option to accomplish what you've described here.
I envision 1 or 2 automation rules here:
#1
Trigger: Issue Transitioned (to the Done status)
Action: Create Issue (specify fields and type from the task you want to copy from) or Clone Issue
Action: Set Due Date to 1 week from today (I'm guessing this would apply to the newly cloned task - in which case you'd want to Re-fetch issue data before this action but before the above action).
If you can provide some additional detail we could offer a better recommendation. This is my current understanding of your question.
Hope this Helps!
It looks like you're new here. Sign in or register to get started.