A Jira field that cannot be changed without approval. Contract value, budget, agreed deadline — the numbers people quietly overwrite. FieldLock makes every change go through request → approval → write, and writes each event into a log nobody can edit afterwards.
Jira has no way to make a single field read-only for everyone but a chosen group. The request for it has been open since 2003 and is resolved as Won't Fix. FieldLock fills that gap on Jira Cloud with a Forge app: the protected field can only be written by the app itself, and the app writes only what an authorised person approved.
Read this before choosing. The difference is not cosmetic.
| Locked | Guarded | |
|---|---|---|
| Which field | the app's own field, added by FieldLock | your existing numeric Jira field |
| What happens on an outside change | the change is refused — Jira rejects the write immediately | the change goes through and is then reverted |
| How fast | instant, no window at all | usually tens of seconds — Forge product events arrive from ~1 s to ~4 min |
| Migration | values have to be entered in the app once | none — the value already in the field is adopted as the starting point |
Guarded is the no-migration way in, not an equivalent of Locked. Between the edit and the revert there is a window in which the field shows the wrong value. If you need the change to be impossible rather than undone, use Locked.
Guarded currently supports numeric fields only. Locked has no such limit — its own field is numeric by design.
A protected field is not editable on the create screen — that is the point. The first value is entered by an authorised person in the FieldLock panel on the issue, or requested by anyone and approved.
Anyone who can browse the project can propose a value and must give a reason. A request changes nothing on its own. One issue holds one open request at a time; the author can withdraw their own request at any moment.
An approver sees the proposed value and reason and either approves — the value is written to Jira — or rejects it. Both outcomes go into the log with the account, timestamp and reason.
The panel verifies the hash chain every time it opens and says how many entries were checked. Check log re-verifies on demand. Issue proof exports the log in two forms: a readable document and JSON. Keep both — only the JSON can be verified later by pasting it back into Verify proof.
Why the proof matters: a hash chain detects an edited or removed entry in the middle, but a shorter chain is still a valid chain. The proof document remembers how many entries there were, so deleting the newest ones is detected when the proof is compared with today's log.
FieldLock is a Forge app with no external backend. Approved values, project settings and the log live in Atlassian-hosted storage inside your instance's app installation. Nothing is sent to us or to any third party, and we have no access to your issue data. Details: privacy policy.