Hi Community,
I’m trying to design a Contract Calendar in Jira Software Cloud (Standard plan).
We currently maintain an Excel matrix like this:
Rows = Clients (Bajaj, Cohizon, SEIL, etc.)
Columns = Activities/Controls (Delivery Manager Visit, Monthly SLA/MIS report, Site Audit, CSAT, VIP user connect, etc.)
Each cell = Frequency (Daily/Weekly/Monthly/Quarterly/Half-yearly/Yearly/NA)
Goals in Jira:
Create recurring tasks based on frequency (Monthly/Quarterly/Half-yearly/Yearly).
For some activities (e.g., Site Audit), enforce mandatory proof before closure.
Evidence is uploaded via Zoho form / SharePoint, so in Jira we prefer storing only a Proof Link / Submission ID (no double upload).
Add an approval step before final closure (Pending Approval → Done).
We have mixed projects (some team-managed, some company-managed), and we want one approach that works across both.
Avoid chaos for PMs and avoid creating thousands of issues for daily checks.
Questions:
What is the best Jira design pattern for this?
Should we use a Catalog + Occurrence model (master list of controls + auto-created occurrences)?
How do you typically handle Daily/Weekly checks (logbook vs individual issues)?
What is the best way to enforce proof mandatory (preferably via Proof Link field) and approval before Done on Standard plan?
Is there a recommended way to manage “Applicable in this project/client but not in that one” without maintaining different workflows per project?
Any recommended workflow, field structure, and automation approach would really help. Thanks!