Book Image

JIRA 6.x Administration Cookbook

By : Patrick Li
Book Image

JIRA 6.x Administration Cookbook

By: Patrick Li

Overview of this book

Table of Contents (16 chapters)
JIRA 6.x Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Automating tasks in JIRA


As an administrator, being able to automate tasks is often a very important task. Earlier, you often needed to have some programming skills in order to take advantage of some of the automation facilities provided by JIRA, such as Listeners and Services. Luckily, Atlassian now provides a tool to help with automation, without the need to know any programming.

In this recipe, we will set up an automated task where JIRA will periodically check for issues that have not been updated in seven days, close them, and add a comment.

Getting ready

For this recipe, we need to have the JIRA Automation Plugin add-on installed. You can download it from the following link and install it using the UPM:

https://marketplace.atlassian.com/plugins/com.atlassian.plugin.automation.jira-automation-plugin

How to do it…

Perform the following steps to set up an automated task:

  1. Navigate to Administration | Add-ons | Automation.

  2. Click on the Add Rule button.

  3. Enter a name for the new automation rule...