Is it possible to give edit issue permission if th

2019-09-02 02:25发布

问题:

I configured that jira-users group members can create issues.

And I want to give edit permission to jira-users but only if the issue hasnot a work log in it

Is this possible in JIRA 4.4.x

Thanks

回答1:

So you can only edit an issue if work hasn't started on it? Tricky. I think I'd end up editing system-issueoperations-plugin.xml and changing the condition elements to add a new condition. The new condition would be a custom condition that checked whether the issue has at least one work log.



回答2:

You can change issue permissions so that only assignee can edit this issue. So when developer starts work on the issue he assigns himself to this issue and only he can edit it.

Documentation is here - http://confluence.atlassian.com/display/JIRA044/Managing+Project+Permissions