How do I edit conditions on a workflow to ONLY allow users in a custom field to edit?
You don't. Conditions only stop workflow transitions from being available, they have nothing to do with edit.
You can set properties on a status though - open up the status you want to restrict edit for and put in
jira.permission.edit.userCF=12345
This will allow edits to users named in the customfield with id 12345. You'll generally need to remove the "edit" permission from other users.
Conditions control whether the user can execute a transition. If a condition fails, the user won't be able to execute the transition. You can add properties to only let the issue to be edited by the user in the custom field as Nic mentioned.
Note: The field MUST be a user picker field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why don't you just point the permission scheme to use that custom field for the Edit Permissions? Is there a reason it has to be a 'condition' when we are on a 'step'?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Let's try and add this to a very old thread in case other people find this.
Cause that would be project wide, while the status restriction allows you to do this on a specific issue type
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Editing an issue is not a workflow transition. I think only way to do it making issue is not editable on the workflow status and defining your custom Edit transition which transition issue to the same state. For example add an Edit transition from Open state to Open state and allow only some users to execute this transition. To make the issue not editable in any workflow status you can set "jira.issue.editable" property to false.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.