feat(youtrack-app): add missing permissions to enum#5590
Merged
github-actions[bot] merged 3 commits intoMay 4, 2026
Merged
Conversation
Fixes JT-95511 (partial). Adds entries to the widget permissions enum to match the official YouTrack App Permissions reference (https://www.jetbrains.com/help/youtrack/devportal/app-permissions.html): - Article: CREATE_ARTICLE, READ_ARTICLE, UPDATE_ARTICLE, DELETE_ARTICLE - Article Comment: CREATE_ARTICLE_COMMENT, READ_ARTICLE_COMMENT, UPDATE_ARTICLE_COMMENT, DELETE_ARTICLE_COMMENT - Report: CREATE_REPORT, READ_REPORT, SHARE_REPORT - Work Item: CREATE_NOT_OWN_WORK_ITEM, UPDATE_NOT_OWN_WORK_ITEM
Contributor
|
Thanks for the PR! This section of the codebase is owned by @skoch13, @andrey-skl, @zmaks, and @maxmaximov - if they write a comment saying "LGTM" then it will be merged. |
Contributor
|
Hi @tpgionfriddo, thanks for the PR! Copy-pasting the comment from the issue you refer:
|
Contributor
Author
|
@andrey-skl, report perms removed |
Contributor
|
LGTM |
Contributor
|
Merging because @andrey-skl is a code-owner of all the changes - thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes JT-95511.
Adds entries to the widget permissions enum to match the official YouTrack App Permissions reference (https://www.jetbrains.com/help/youtrack/devportal/app-permissions.html):