I couldn't find disable inline edit in General Configuration page in JIRA 6.0, Is it possible to disable it?
I would assume no as Atlassian has removed the functionality.
Disabling inline edit no longer allowed We've removed the ability to disable inline edit because the preferred way to edit issues is with inline editing and we want to encourage use of this feature. This option is no longer available in JIRA Admin (under System > General Configuration).
We've removed the ability to disable inline edit because the preferred way to edit issues is with inline editing and we want to encourage use of this feature. This option is no longer available in JIRA Admin (under System > General Configuration).
Source : https://confluence.atlassian.com/display/JIRA/JIRA+6.0+RC+1+Upgrade+Notes#JIRA6.0RC1UpgradeNotes-Disablinginlineeditnolongerallowed
As Timothy points out from the v6 release notes, inline edit cannot be disabled.
However, it's fairly trivial to remove the ability to edit a field (or all fields) - just remove them from the edit screen.
If that isn't what you want (ability to ever edit any field) then create a workflow transition called 'edit' and put it on every state in your workflow, and create one screen that has all of the fields you wish to be editable. Then set that screen as the transition screen and modify who can perform the transition (add a 'condition' to the transition) to achieve your controlled edit config.
-wc
i guess another idea would be disabling edit per workflow step by using properties like mentioned here:
https://confluence.atlassian.com/display/JIRA/Workflow+Properties
using properties allows you to permit functions to certain users,groups,roles only so you have some finetuning abilities.
let us know if you need more detailed info on that one.
regards
It looks like you're new here. Sign in or register to get started.