Michael Kochell
Michael Kochell
This was originally reported in https://github.com/mattermost/mattermost-plugin-jira/issues/985#issuecomment-1766364908 when discussing this command. The admin configuring the plugin said they didn't know about the command because it isn't documented. There are a few...
I can't consistently reproduce, but I was getting an error where `pluginSettings` was null/undefined in the below code, and so accessing `security_level_empty_for_jira_subscriptions` was throwing an error https://github.com/mattermost/mattermost-plugin-jira/blob/17e8a47f8a644f853383301e6129ee940d715942/webapp/src/components/modals/channel_subscriptions/index.ts#L48
There is a very useful command available `/jira setup`, but it's currently not part of the plugin's autocomplete or our setup docs. The task here is to: - add to...
Noticed a small typo in the readme. Great library, thanks! 🚀
After selecting a project in the Create Issue modal, there is a loading indicator shown like the image below. The ellipses is off center from the "Loading" text: 
The title in the link tooltip can be a certain length where the words are cut off. I'm thinking there are two opportunities for improvement here: - Show `...` at...
Currently the subscriptions feature is all in the slash command `/github subscriptions add`, loaded with some unclear options through slash command flags, in particular the flag named `features`. For example:...
#### Summary This PR fixes an issue in the pull request event webhook logic where we reuse the same post struct for multiple calls to `CreatePost`, resulting in this error:...
There's an issue in the pull request event webhook logic where we reuse the same post struct for multiple calls to `CreatePost`, resulting in this error: `CreatePost: You cannot update...