Hi,
I would like to disable the Log Work option based on criteria I set. My use-case is that I want JIRA to look at a particular field & if the value in that field does not match a set of values that I have defined, the user cannot log work. Is that possible in JIRA?
That may not be ideal, but you could potentially create a workflow validator that allows a transition only when the work log is empty.
This would force the user to delete any logged work before moving to the next status.
Would that be a sufficient workaround?
Cheers
Welcome to the community.
No this is not an option as Log Work option on an issue is related to the permission "Work On Issues"
Permissions are can only be related to:
Custom field values user and groups only work with custom field of the type user or group picker.
This is the only custom field options there are.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! Wanted to quickly brainstorm one thing:
I understand that 'Work On Issues' is a permission & that permissions can only be related to that list you posted above.
Our use-case is to limit 'Log Work' for a particular field & that field is a user custom field. So with that in mind, could it work?
I will try with an example:
* I have a user custom field called "Color" in JIRA.
* Is it possible to set a logic that if Color = Green, disable "Log Work"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Log work option is related to the the Permission "Work on Issues".
If you would remove the permission to everyone, the "Log Work" option is gone.
It is not a custom field that can be used for a condition in a workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.