We have a task that recurs every two month, say. As soon as
it is marked completed, it should be rescheduled (or a copy of it) within
two months. How do a go about that?
It maybe worth creating a Service that checks for this Issue and then creates a new one when the old one has been resolved.
http://www.atlassian.com/software/jira/docs/v2.6.1/services.html
Also in JIRA 3.0 there is a Clone facility which maybe the easiest way to create a new Issue from an existing one.
Has anyone written such a service?
Labels
(None)

Comments (1)
Nov 16, 2004
Jeff Turner says:
Erwin, You could use the JellyService to periodically run a JellyErwin,
You could use the JellyService to periodically run a Jelly script, containing a <jira:createIssue> tag.
(PS: questions are better asked on jira-user@ or jira-support@)