Let's say I have a recurring monthly task. Each month, the users need to create a new JIRA for tracking purposes. Is there a way for me to set it up a JIRA or special Issue Type so that a new JIRA is created on a regular basis automatically (say, monthly)?
EDIT: For example, there is a report that i have to generate at the beginning of each month. Ideally, a new Issue would be created on the first of each month for generating the report. After I finish, I close the issue as normal, and next month, a new one will be auto generated.
As I know.. this is not possible OOTB. You will need to use a plugin or a script to achieve that. I think that The Scheduler might fit into your needs:
https://marketplace.atlassian.com/plugins/pl.com.tt.jira.plugin.theschedulerpro
unfortunately we use the cloud version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can use a service checking for a certain date in a month. You could use scripting (ScriptRunner, JJupin,others) to create your recurring task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no idea how to do this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bit of an outside the box solution but what about setting up a scheduled task on a windows box that creates an issue via JIRAs REST api? Easy to maintain and doesn't require writing a plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
right, so you want an issue to be re-created monthly in a specific date>?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, see my edit to the original post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
do you mean an issue or ticket ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.