Hello,
Im trying to build a system on Jira to track the construction of a product. Currently I'm using a 'Work Management - Process Control'. The problem with this set up is I am only allowed 2 layers of work. Currently its set up like this
Build Product (issue)
>>> Mechanical shift 1 task 1 (Sub task)
>>> Mechanical shift 1 task 2 (Sub task)
>>> Mechanical shift 2 task 1 (Sub task)
... etc.
I would prefer it to be something like this:
Build Product (epic)
>>> Mechanical shift 1 (issue)
>>> >>> Task 1 (Sub task)
>>> >>> Task 2 (Sub task)
>>> Mechanical shift 2 (issue)
>>> >>> Task 1 (Sub task)
... etc
I tried setting this up by adding EPIC to the issue type but when I clone it there is no option to copy the 'issues' when cloning.
What can I do to get 3 layers in a 'process control' template?