In this tutorial we look at restricting actions–such as deleting, moving, cloning, and editing–in Jira Cloud based on workflow status. This is an important strategy for creating compliance in a regulated workflow (GxP, 21 CFR Part 11, SOX, etc.).
Configuring a Company-managed Project
- As a site administrator, go to Settings –> Issues –> Workflows.
- Locate the workflow associated with your project, and select Edit.
- Select the workflow status that you want to lock, and select Properties (or View properties, depending on your view).
- Add the following properties:
- To restrict deleting:
jira.permission.delete.denied
- To restrict moving:
jira.permission.move.denied
- To restrict cloning:
jira.permission.createclone.denied
- Note: To restrict editing, reference Episode 01.
- To restrict deleting:
- Repeat Steps 3 and 4 for each status in your workflow that you want to lock.
- When you’re finished, select Publish changes. (Save a back-up if desired.)
Configuring a Team-managed Project
- As a project administrator, go to Project settings in your project.
- Select Issue types.
- Select a target issue type, and then select Edit workflow.
- Select the workflow status you want to lock, and then select Properties in the sidebar.
- Add the same properties described in Step 4 under Configuring a Company-managed Project (above).
- Press Save.
- Repeat Steps 5 and 6 for each workflow status you want to lock.
- Select Update workflow.
- Confirm the issue types you want to update, and press Save.
Using Jira in a heavily regulated industry?
Get my list of 7 essential Jira Cloud apps for building a compliant SDLC in regulated industries.
Related Tutorials
More Information
Find more strategies like this in my Quick Start Guide for Jira Cloud: https://www.agile-innovations.tech/part-11
Learn more about Jira workflow properties here: https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/