I'm trying to generate Serial Numbers for Issues raised based on same Issue Type
I have created a custom field called "Serial Number" and I want it to be updated with the next number when a new Issue of the same Issue Type is generated.
Purpose:
Different Service Requests are being generated within one project and I want each type of requests to have their own unique number since Jira generates Issue Key with the Project prefix.
Issue Types:
- Complaints
- Requests
- Incidents
Hence if a new Complaint is raised, I want its "Serial Number" field to be updated based on the {count of complaints + 1}
Anyway I can do this via Project Automation?