Allow project-less API tokens to create or comment on tickets

This commit is contained in:
Pierre-Yves Chibon 2017-07-12 22:02:48 +02:00
parent 6093dc2211
commit 420bcf0856

View file

@ -274,3 +274,11 @@ LOGGING = {
}
}
CROSS_PROJECT_ACLS = [
'create_project',
'fork_project',
'modify_project',
'issue_create',
'issue_comment',
]