Jira Support,
I’ve been trying to figure out on how to create recurring issues on Jira OnDemand, the information I found so far requires some coding knowledge (refer to link below). Please let me know if there’s an easy way to install this functionality without having to code.
https://answers.atlassian.com/questions/173546/create-recurring-issue-for-jira-ondemand
Thanks for your support.
Regards,
AA
For JIRA server you can use https://marketplace.atlassian.com/plugins/com.codedoers.jira.repeating-issues
For JIRA server you can use https://marketplace.atlassian.com/plugins/com.codedoers.jira.repeating-issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, you can't install anythign to do this.
The answer you've found basically involves scripting an external process which will create issues, which you then add to a scheduler of some sort. The Jira CLI addon it mentions makes external scripting a lot easier, but isn't strictly essential for it. However, the principle is the same - write an external process and run it regularly.
Personally, I did a one line curl command and ran it in a "cron" job on a server, but it wasn't complex. There's some examples at https://confluence.atlassian.com/display/DOCSPRINT/The+Simplest+Possible+JIRA+REST+Examples
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.