Jira has no native repeating issue. The request has been open since 2005. Here is every way to get one, starting with the ones that cost nothing.
JRACLOUD-5185 asks for recurring issues in Jira Cloud. It is one of the oldest open requests in the tracker. In the meantime, everything below is somebody working around its absence.
The whole recipe, because most articles about this stop before the useful part:
{{now.format("yyyy-MM-dd")}}, so the fiftieth copy is distinguishable from the
forty-ninth.
When this is the right answer: a handful of jobs, a simple schedule, one timezone, and somebody who will notice if a rule stops. That describes most teams, and if it describes yours you should stop here and not buy anything.
A short script that POSTs to /rest/api/3/issue, run from cron, a CI schedule, or
any scheduler you already operate. Total control over dates, holidays and payloads, and no
platform limits to work around.
What it costs you, honestly:
There are several, ours among them. The honest summary of what you are paying for is: a schedule editor that understands “the last Friday of the month”, a preview of the next few runs before you save, a record of what ran, and somebody to email when it does not. None of that is impossible in options 1 and 2. It is all tedious in options 1 and 2.
What to check before you buy any of them, including ours:
| Question | Why it matters |
|---|---|
| Does it store a named timezone, or an offset? | An offset is right until the clocks change. See the timezone page. |
| Can you see the next runs before saving? | It is how you find out that “the 31st” skips February, without waiting until February. |
| What happens when a run fails? | Silent failure is the normal failure mode for scheduled work. Ask where it is visible. |
| Does it consume automation steps? | From December 2026 Atlassian bills automation by consumed steps. An app with its own scheduler does not use them; a “template” that generates automation rules does. |
| Does it run on Atlassian? | The Runs on Atlassian badge means the app's compute and storage stay inside Atlassian and nothing leaves your site. It is checkable on the listing, and it is the fastest way to shorten a security review. |
Month-end. “The 31st” does not exist in four months of the year, and every implementation has to decide whether that means skip, use the last day, or roll into the next month — and most of them decide silently. Whatever route you take, create one job for the 31st and look at what it does in February before you trust the rest.
We build Recurring Issues & Reminders for Jira, which is one of the options above. We have tried to write this page so it is useful to somebody who picks one of the other ones — if the automation rule does what you need, use the automation rule.
Something here wrong or out of date? [email protected]. Written reply, one business day, and corrections go up with the date on them.