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

Preventing issue updates in selected statuses


By default, when an issue is in the Closed status, it cannot be updated. It is a good practice to make issues read-only when they are in a status that signifies logical completion.

In this recipe, we will make sure that when an issue is moved to the Backlog status, it can no longer be updated until it is moved back to the Open status.

How to do it…

Perform the following steps to make an issue read-only when it is in the Backlog status:

  1. Select and edit the Simple Workflow.

  2. Select the Backlog workflow step.

  3. Click on the Properties link from the panel on the right-hand side.

  4. Enter jira.issue.editable for Property Name and the value false into Property Value and click on Add.

  5. Click on Publish Draft to apply the change.