Is it possible to give edit issue permission if there's not work log on issue in JIRA?

ぃ、小莉子 提交于 2019-12-25 03:34:52

问题


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



来源:https://stackoverflow.com/questions/8820795/is-it-possible-to-give-edit-issue-permission-if-theres-not-work-log-on-issue-in

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!