File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/MicrosoftTeamsIntegration.Jira/ClientApp/src/app/core/models/Jira Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
export declare type JiraCommentPermissionName = 'ADD_COMMENTS' | 'EDIT_ALL_COMMENTS' |
3
- 'EDIT_OWN_COMMENTS' | 'DELETE_ALL_COMMENTS' | 'DELETE_OWN_COMMENTS' ;
3
+ 'EDIT_OWN_COMMENTS' | 'DELETE_ALL_COMMENTS' | 'DELETE_OWN_COMMENTS' ;
4
4
5
5
export declare type JiraIssuePermissionName = 'ASSIGNABLE_USER' | 'ASSIGN_ISSUES' | 'CLOSE_ISSUES' |
6
- 'CREATE_ISSUES' | 'DELETE_ISSUES' | 'EDIT_ISSUES' | 'LINK_ISSUES' | 'MODIFY_REPORTER' | 'MOVE_ISSUES' |
7
- 'RESOLVE_ISSUES' | 'SCHEDULE_ISSUES' | 'SET_ISSUE_SECURITY' | 'TRANSITION_ISSUES' | 'BROWSE' ;
6
+ 'CREATE_ISSUES' | 'DELETE_ISSUES' | 'EDIT_ISSUES' | 'LINK_ISSUES' | 'MODIFY_REPORTER' | 'MOVE_ISSUES' |
7
+ 'RESOLVE_ISSUES' | 'SCHEDULE_ISSUES' | 'SET_ISSUE_SECURITY' | 'TRANSITION_ISSUES' | 'BROWSE' ;
8
8
9
9
export declare type JiraPermissionName = JiraCommentPermissionName | JiraIssuePermissionName ;
10
10
You can’t perform that action at this time.
0 commit comments