Monthly recurring tasks in Jira
"Monthly" sounds simple, but it's precisely the cadence Jira's native recurrence can't handle. If you've tried to set up a monthly recurring task in Jira Cloud and come up empty, you're not missing a setting — the option genuinely isn't there. Here's why, and how to get real monthly scheduling.
Why native Jira can't do monthly
Jira's built-in "Set to recur" tops out at every 2 weeks. Daily, weekly, every weekday, every two weeks — that's the whole menu. There is no "monthly," no "on the 1st," no "last day of the month." For a tool that runs so much of the world's operational work, it's a conspicuous gap.
The kinds of monthly schedules teams actually need
In practice, "monthly" is rarely just "every 30 days." Real monthly work looks like:
- A fixed date — the 1st for invoicing, the 15th for a mid-month review.
- The last day of the month — month-end close and reporting.
- The last business day — the same, but never landing on a weekend.
- The Nth weekday — the board pack that's always due the 2nd Tuesday.
Automation can do all of these — "the 2nd Tuesday" is a TUE#2 cron, "the last business day" a smart-value condition — but each is a separate rule that spends automation quota to fire once a month.
Setting up true monthly recurrence
Recurring Issues for Jira makes each of these a first-class choice. To create a monthly recurring task:
- Open the Recurring Issues page from your Jira apps menu.
- Click New schedule and pick the project, issue type, and template (with subtasks if you need them).
- Set the recurrence to Monthly and choose a date — a specific day, or
lastfor month-end. - Optionally turn on Skip weekends so month-end rolls to the next business day, and set a create-in-advance lead time.
- Save. From then on the app checks every day and creates the issue when it's due — no CRON, no automation quota.
Prefer "the 2nd Tuesday" or "the last Friday" instead of a date? Choose the Nth-weekday pattern — same flow, different rule.
The short version
Native Jira can't schedule monthly work, and CRON automation is a brittle stand-in that quietly consumes quota. A purpose-built recurrence app turns "monthly on the last business day" into a two-click choice — and keeps your automation budget for everything else.