I am new to Jira. I want to create a log of all the tasks performed by my team in a customized class-object type to maintain a record of past requests and also use it for present & future requests. I am not clear on what to use to create a log. Is creating a new epic to create and maintain a log a good idea or do we have any other alternate options for these kind of assignments.
My tasks has 5 attributes as mentioned in a tabular format below.
Task_ID Task_Name Description Status Task Owner
T_1
T_2
- Task_ID is a unique identifier to track a task
- Status is a categorical feature with 4 categories(Created/Sent/Shipped/Delivered)
- Rest of features are repeatable value fields
Can anyone suggest me how to approach this?