You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
For example, I would like to get a monthly task to review a list of servers for updates.
Can any one tell me how would be possible in jira plugin development ?
New to Jira. Absolutely STUNNED this is not default behaviour. This is an unfinished product. Less than minimum, and not viable without this.
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.
In their defense, plugins can be developed WAY faster than Atlassian can work. For example, Microsoft generally doesn't follow this development track and if a feature isn't available you may wait YEARS for functionality.
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.
I know it's an old question, but came across it searching for the same answer. Here's what I found: It's simple. Create an automation rule to fire at the desired period and have the rule create the issue(s) you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I second this, with the new automation features I was able to have the same task fire off each day
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Yes it is possible to create recurring tasks in Jira. You can find a tutorial in this page:
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.
This will require people to learn coding only to crate recurring task. Atlassian can do better
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Don't use SAL's scheduler - it's in the process of being deprecated. There's now a new scheduler at https://bitbucket.org/atlassian/atlassian-scheduler which replaces SAL's scheduler. There's an example of how to use it at https://bitbucket.org/cfuller/atlassian-scheduler-jira-example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I use a cron script that pokes things in over the REST API, but for something a bit less reliant on a bit of command line stuff, yes, you can do it.
There are several add-ons in the marketplace that can do it with a friendlier UI from within Jira, and the generalised tools like Automation and ScriptRunner enable you create regular processes.
You can, of course, write your own too. Have a look at https://developer.atlassian.com/docs/atlassian-platform-common-components/shared-access-layer/scheduling-events-via-sal-tutorial if you want to do it yourself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the information, trying to avoid using add-ons...using a cron script over the REST API works too?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Absolutely. The code I use is pretty much a plain rip-off of https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-create-issue
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 have an example of such an automated rule? Which steps to set in the automation flow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Project settings > Apps > Project Automation > Create Rule
The select a Scheduled trigger and from there on I think it is rather clear what to do ;)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Our customers do not pay for such basic features but rather for something that help them achieve their goals and work better (including support).
Cheers,
Product Owner of Repeating Issues app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.