Behaviours don't work properly.
For example I've custom field Definition of Done-Development and it has option Code Review
and I add condition for this cf using behaviours so except Lead Developer no one can select this option(Code Review) but problem is all developers can check this option(on edit screen).
What is the problem here ?
Hi @Jamil Rahimov ,
So the field should be read-only by all except users in the project role "Lead developer", right?
And you mention it doesn't work on the edit screen.
Your configuration looks okay, are you sure the mapping to project/issue type is correct?
I have also encountered some problems with checkboxes still being editable on the view screen, even though you cannot edit it on the edit screen. There are a lot of mentions of this problem online.
To counter this problem, I would propose deleting the field from the edit screen, and then add an all-to-all transition limited to the "Lead developer" project role to the workflow, with your Definition of Done field on the transition screen.
I think there should be a more robust solution for field-level edit permissions, but I guess that's the best you can do at this point in time.
Hope this helps,
let me know If you have any more questions!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.