Allow project-less API tokens to create or comment on tickets
This commit is contained in:
parent
6093dc2211
commit
420bcf0856
1 changed files with 8 additions and 0 deletions
|
@ -274,3 +274,11 @@ LOGGING = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
CROSS_PROJECT_ACLS = [
|
||||||
|
'create_project',
|
||||||
|
'fork_project',
|
||||||
|
'modify_project',
|
||||||
|
'issue_create',
|
||||||
|
'issue_comment',
|
||||||
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue