Lev
Lev
## Description Escaped the `/`s in the public key (sed command parameter) ## Motivation and Context I encountered an issue installing faasd, my key had multiple `/`s in it. ##...
If you're interested please comment here and come [join our "Contributors" community channel](https://community.mattermost.com/core/channels/tickets) on our daily build server, where you can discuss questions with community members and the Mattermost core...
https://github.com/mattermost/mattermost-plugin-jira/pull/503 added the setting as a plugin-wide config option. We should add a per-subscription setting as well. @asaadmahmood will provide the UX, and the priority order (i.e. should the plugin...
Currently, there are server-side unit tests that test that the legacy webhooks post messages to channels, see https://github.com/mattermost/mattermost-plugin-jira/blob/f0cd373a5bcd8fba161f19b595bf574f10bd9294/server/webhook_http_test.go#L660. We should add tests that similarly verify that direct post notifications are...
We currently do not support webhook events coming from Jira Server for updating an Epic Link for an issue. When an epic link is assigned in an issue, Jira Server...
Jira cloud appears to have added "normal" OAuth2 support, we should probably support it when it's out of beta, as an alternative to Atlassian-Connect deployments. See https://mmtest.atlassian.net/secure/admin/oauth-credentials. What makes this...
No web UI, just add the comment, and post the link back to the channel
Currently, the first parameter is interpreted solely as a search string for a Jira user search. We should support accepting an `@username`. If the user is connected to the instance,...
Inspired by and will be replacing https://github.com/mattermost/mattermost-server/pull/18443. ### Abstract `Scopes` will allow sysadmins to have coarse (API-level) access control over installed OAuth2 applications (primarily, Mattermost Apps). Scopes will be checked...