In this tutorial we review locking issues (records) in Jira Cloud by restricting field edits, attachments, and comments based on workflow status. This is one of the most common compliance controls for regulated workflows (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 editing fields:
- jira.permission.edit.projectrole = 10003
- To restrict adding/removing attachments:
- jira.permission.attach.projectrole = 10003
- jira.permission.attachdeleteall.denied
- jira.permission.attachdeleteown.denied
- To restrict adding/removing comments:
- jira.permission.comment.projectrole = 10003
- jira.permission.commentdeleteall.denied
- jira.permission.commentdeleteown.denied
- jira.permission.commenteditall.denied
- jira.permission.commenteditown.denied
- To restrict editing fields:
- 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.)
Is YOUR Jira site Part 11 compliant?
Download this FREE traceability matrix to find your compliance gaps and learn how to fix them.
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/