How to create recurring issues on Jira OnDemand?

Arnold Arguello April 14, 2014

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

3 answers

0 votes
CodeDoers July 29, 2015
0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 14, 2014

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

Suggest an answer

Log in or Sign up to answer