It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I need to create the same issue once a week. How do can I do this using Automation for JIRA?
This is such a common use case that we included a pre-defined template called "Recurring tasks". If you use this to create an automation rule, you'll get:
Project automation - Code Barrel JIRA 2016-09-20 11-25-42.png
This uses 2 rule components:
Using the create issue action, you can set any field necessary on the newly created issue. You could also include other actions to assign the issue to a user etc.
Thanks for your answer.
I've tried to create a rule to update a set of issues defined by a JQL query and when I choose to update an issue's Due Date it can only set a specific Date. Is it possible to shift the Due Dates, say, 1 weak ahead?
Hi Andrey,
yes, you should be able to achieve this with date functions and smart values: http://docs.codebarrel.io/automation/index.html#/smart-fields/working-with-dates?id=date-functions-1
You'd probably need to set the due date to something like:
{{#issue.duedate}}func=plusDays(7){{/}}
Hope that helps!
Cheers,
Andreas
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreAtlas Camp is our developer event which will take place in Barcelona, Spain from the 6th -7th of September . This is a great opportunity to meet other developers and get n...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.